Author: ks156 Date: 2008-12-18 12:05:41 +0100 (Thu, 18 Dec 2008) New Revision: 3173
Modified: software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/project.xml Log: * Updated project.xml : tuxdroid-java-kit and karmalab-commons are downloaded from http://ftp.kysoh.com/maven2 Modified: software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/project.xml =================================================================== --- software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/project.xml 2008-12-18 11:03:31 UTC (rev 3172) +++ software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/project.xml 2008-12-18 11:05:41 UTC (rev 3173) @@ -1,68 +1,68 @@ <project> - <name>tuxdroid-gadget-java-samples</name> - <title>TuxDroid Gadget Feed</title> - <description>TuxDroid Gadget Feed</description> + <name>tuxdroid-gadget-java-samples</name> + <title>TuxDroid Gadget Feed</title> + <description>TuxDroid Gadget Feed</description> - <license> - <name>GPL</name> - </license> + <license> + <name>GPL</name> + </license> - <groupId>com.kysoh</groupId> - <artifactId>tuxdroid-gadget-feed</artifactId> - <version>0.1</version> + <groupId>com.kysoh</groupId> + <artifactId>tuxdroid-gadget-feed</artifactId> + <version>0.1</version> - <dependencies> - <dependency> - <groupId>com.kysoh</groupId> - <artifactId>tuxdroid-gadget-java-kit</artifactId> - <version>0.1</version> - </dependency> - <dependency> - <id>karmalab-commons</id> - <groupId>net.karmaLab</groupId> - <artifactId>karmalab-commons</artifactId> - <version>1.2</version> - </dependency> - </dependencies> - <repositories> - <repository> - <id>central</id> - <name>Maven Repository Switchboard</name> - <layout>default</layout> - <url>http://repo1.maven.org/maven2</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <id>karma-lab</id> - <name>KarmaLab Repository Switchboard</name> - <layout>default</layout> - <url>http://artisan.karma-lab.net/software/repository</url> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - </repositories> - <developers> - <developer> - <name>Yoran Brault</name> - <organization>kysoh</organization> - <email> - softw...@_bad_karma-lab.net (remove _bad_ before sending - an email) - </email> - <organizationUrl>http://www.kysoh.com/</organizationUrl> - </developer> - </developers> + <dependencies> + <dependency> + <groupId>com.tuxdroid</groupId> + <artifactId>tuxdroid-gadget-java-kit</artifactId> + <version>0.0.1</version> + </dependency> + <dependency> + <id>karmalab-commons</id> + <groupId>net.karmaLab</groupId> + <artifactId>karmalab-commons</artifactId> + <version>1.2</version> + </dependency> + </dependencies> + <repositories> + <repository> + <id>central</id> + <name>Maven Repository Switchboard</name> + <layout>default</layout> + <url>http://repo1.maven.org/maven2</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>kysoh</id> + <name>Kysoh Repository</name> + <layout>default</layout> + <url>http://ftp.kysoh.com/maven2</url> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> + <developers> + <developer> + <name>Yoran Brault</name> + <organization>kysoh</organization> + <email> + softw...@_bad_karma-lab.net (remove _bad_ before sending + an email) + </email> + <organizationUrl>http://www.kysoh.com/</organizationUrl> + </developer> + </developers> - <releases> - <release date="03/06/2008" version="0.1"> - <changes> - <change kind="creation"> - <description>First version</description> - </change> - </changes> - </release> - </releases> -</project> \ No newline at end of file + <releases> + <release date="03/06/2008" version="0.1"> + <changes> + <change kind="creation"> + <description>First version</description> + </change> + </changes> + </release> + </releases> +</project> ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Tux-droid-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tux-droid-svn
