Author: ks156
Date: 2008-12-19 11:30:08 +0100 (Fri, 19 Dec 2008)
New Revision: 3235

Removed:
   software_suite_v2/software/tools/tuxController/trunk/build.xml
   software_suite_v2/software/tools/tuxController/trunk/libraries/
Log:
* Removed the ant build and the libraries.


Deleted: software_suite_v2/software/tools/tuxController/trunk/build.xml
===================================================================
--- software_suite_v2/software/tools/tuxController/trunk/build.xml      
2008-12-19 10:27:15 UTC (rev 3234)
+++ software_suite_v2/software/tools/tuxController/trunk/build.xml      
2008-12-19 10:30:08 UTC (rev 3235)
@@ -1,73 +0,0 @@
-<?xml version="1.0"?>
-<project name="TuxController" default="finalize">
-       <property name="src" location="src/"/>
-       <property name="img" location="src/GUI/images/"/>
-       <property name="bin" location="tmp/"/>
-       <property name="libraries" location="libraries/"/>
-       <property name="targets" location="targets/"/>
-    
-    <target name="init" description="Initialization">
-        <echo message="Initialization"/>
-        <delete dir="${bin}" />
-               <mkdir dir="${bin}" />
-       <delete dir="${targets}" />
-       <mkdir dir="${targets}" />
-    </target>
-       
-       <target name="compil" depends="init" description="Compilation">
-        <echo message="Compilation"/>
-           <javac srcdir="${src}" destdir="${bin}">
-               <classpath>
-                       <pathelement path="${java.class.path}"/>
-                       <pathelement location="${libraries}/tuxdroid-api.jar"/>
-                       <pathelement location="${libraries}/skinlf.jar"/>
-                       <pathelement 
location="${libraries}/tuxdroid-installer-paths.jar"/>
-               </classpath>
-           </javac>
-       </target>
-    
-    <target name="copyTranlations" depends="compil" description="Copy 
translations">
-        <echo message="Copy translations"/>
-               <copy todir="${bin}/i18n">
-                       <fileset dir="${src}/i18n">
-                               <include name="**/*.properties" />
-                       </fileset>
-               </copy>
-    </target>
-       
-       <target name="copyImages" depends="copyTranlations" description="Copy 
images">
-               <echo message="Copy images"/>
-               <copy todir="${bin}/GUI/images">
-                   <fileset dir="${img}">
-                       <exclude name="**/.svn" />
-                   </fileset>
-                       </copy>
-           </target>
-    
-    <target name="createJar" depends="copyImages" description="Create jar 
file">
-        <echo message="Create jar file"/>
-        <jar destfile="${targets}/tuxController.jar" basedir="${bin}">
-                       <manifest>
-                               <attribute name="Manifest-Version" value="1.0" 
/>
-                               <attribute name="Class-Path" 
value="./tuxdroid-api.jar ./skinlf.jar ./tuxdroid-installer-paths.jar" />
-                               <attribute name="Specification-Title" 
value="Tux Controller" />
-                               <attribute name="Main-Class" 
value="tuxController.main" />
-                       </manifest>
-               </jar>
-    </target>
-       
-       <target name="copyDeps" depends="createJar" description="Copy 
dependencies">
-           <echo message="Copy dependencies"/>
-               <copy todir="${targets}">
-                       <fileset dir="${libraries}">
-                               <include name="**/*.jar" />
-                       </fileset>
-               </copy>
-       </target>
-    
-    <target name="finalize" depends="copyDeps" description="Finalization">
-        <echo message="Finalization"/>
-        <delete dir="${bin}" />
-    </target>
-
-</project>
\ No newline at end of file


------------------------------------------------------------------------------
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to