Author: ks156
Date: 2008-12-18 15:50:31 +0100 (Thu, 18 Dec 2008)
New Revision: 3197

Added:
   
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/build.xml
   
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/project.xml
   
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/sources/
Removed:
   
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/src/
Modified:
   
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/
Log:
* Moved src to sources
* Added build.xml and project.xml to build this gadget with ant
* Added svn:externals to builder



Property changes on: 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious
___________________________________________________________________
Name: svn:externals
   + builder 
http://svn.tuxisalive.com/software_suite_v2/software/tuxdroid-gadget-framework/trunk/tuxdroid-gadget-framework/builder


Added: 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/build.xml
===================================================================
--- 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/build.xml
                              (rev 0)
+++ 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/build.xml
      2008-12-18 14:50:31 UTC (rev 3197)
@@ -0,0 +1,14 @@
+<project default="Package gadget" name="Gadget 'Google Weather'">
+       <import file="./builder/build.xml" />
+       <target name="Package gadget" depends="Create JAR file">
+               <mkdir dir="../tuxdroid-gadget-tester/gadgets" />
+               <zip 
destfile="../tuxdroid-gadget-tester/gadgets/${project.artifactId}.tgf">
+                       <zipfileset dir="." includes="resources/*" />
+                       <zipfileset dir="." includes="libraries/*" />
+                       <zipfileset dir="." includes="executables/*" />
+                       <zipfileset dir="targets/build"
+                                   
includes="${project.artifactId}-${project.version}.jar"
+                                   
fullpath="libraries/${project.artifactId}-${project.version}.jar" />
+               </zip>
+       </target>
+</project>
\ No newline at end of file


Property changes on: 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/build.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/project.xml
===================================================================
--- 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/project.xml
                            (rev 0)
+++ 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/project.xml
    2008-12-18 14:50:31 UTC (rev 3197)
@@ -0,0 +1,89 @@
+<project>
+       <name>tuxdroid-gadget-audacious</name>
+       <title>TuxDroid Gadget Audacious</title>
+       <description>TuxDroid Gadget Audacious</description>
+
+       <license>
+               <name>GPL</name>
+       </license>
+
+       <groupId>com.kysoh</groupId>
+       <artifactId>tuxdroid-gadget-audacious</artifactId>
+       <version>0.1</version>
+
+       <dependencies>
+               <dependency>
+                       <groupId>net.karmaLab</groupId>
+                       <artifactId>karmalab-commons</artifactId>
+                       <version>1.2</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.kysoh</groupId>
+                       <artifactId>tuxdroid-gadget-java-kit</artifactId>
+                       <version>0.0.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>com.tuxisalive</groupId>
+                       <artifactId>tuxdroid-java-api</artifactId>
+                       <version>0.0.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>
+               <repository>
+                       <id>kysoh</id>
+                       <name>Kysoh Repository</name>
+                       <layout>default</layout>
+                       <url>http://ftp.kysoh.com/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>Kysoh</name>
+                       <organization>kysoh</organization>
+                       <email>
+                           [email protected]
+                       </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>


Property changes on: 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/project.xml
___________________________________________________________________
Name: svn:mime-type
   + text/xml
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Copied: 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/sources
 (from rev 3188, 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/src)


Property changes on: 
software_suite_v2/software/gadgets/tuxdroid-gadget-audacious/trunk/tuxdroid-gadget-audacious/sources
___________________________________________________________________
Name: svn:mergeinfo
   + 


------------------------------------------------------------------------------
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

Reply via email to