CHILDBROWSER PLUGIN PHONEGAP DIED?????

CHILDBROWSER PLUGIN PHONEGAP DIED?????

I'm trying to create my ipa file with phonegap but I get the error


Oh  geez . Your build failed. Sorry, but a problem occurred on the build server



I think childbrowser plugin is now included in cordoba, someone knows how package the application without having to modify the index.html?

My config.xml header  is 



<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/2.7.0"
id = "http://www.furiousfitness.es"
version = "1.0.0">
<name>Furious Fitness</name>

<feature name="http://plugins.phonegap.com/ChildBrowser/2.0.1" />
<feature name="http://api.phonegap.com/1.0/network" />

<preference name="phonegap-version" value="2.7.0" />



THANKS!