Revision: 4086
          http://vexi.svn.sourceforge.net/vexi/?rev=4086&view=rev
Author:   mkpg2
Date:     2011-03-28 01:56:31 +0000 (Mon, 28 Mar 2011)

Log Message:
-----------
Deleting stale files.

Removed Paths:
-------------
    trunk/org.vexi-launcher/build_launcher.ent
    trunk/org.vexi-launcher/src_dev/
    trunk/org.vexi-launcher/src_gen/
    trunk/org.vexi-launcher/src_test/
    trunk/org.vexi-launcher/src_vexi/

Deleted: trunk/org.vexi-launcher/build_launcher.ent
===================================================================
--- trunk/org.vexi-launcher/build_launcher.ent  2011-03-28 01:51:36 UTC (rev 
4085)
+++ trunk/org.vexi-launcher/build_launcher.ent  2011-03-28 01:56:31 UTC (rev 
4086)
@@ -1,116 +0,0 @@
-<project default="sign" name="Configurable Launcher Ant Build">
-
-    <!-- IMPORT TASKS -->
-    <property name="build.common.dir" location="../build.vexi.common"/>
-    <import file="${build.common.dir}/build_common.ent"/>
-    
-    <!-- CONFIGURATION -->
-    <property name="src_crypto" location="../org.ibex.crypto/src"/>
-    <property name="src"        location="../org.vexi.launcher/src"/>
-    
-    <target name="genconf">
-        <fail unless="param.src_gen"/>
-        <fail unless="param.packagedir"/>
-        <fail unless="param.package"/>
-        <property name="gen"       value="${param.src_gen}"/>
-                
-    </target>
-    
-    <target name="buildconf">
-        <fail unless="param.build"/>
-        <fail unless="param.jarname"/>
-        <fail unless="param.src_conf"/>
-        <!-- optional param.noshrink -->
-        
-        <property name="jar.compiled" value="_${param.jarname}_compiled.jar" />
-        <property name="jar.shrunk" value="_${param.jarname}_shrunk.jar" />
-        <property name="build.dir" location="build_${param.build}"/>
-        <property name="class"     
location="${build.dir}/${param.jarname}/class" />
-        <property name="param.src_gen"  
location="${build.dir}/${param.jarname}/pp"/>
-                
-    </target>
-    
-    <target name="clean">
-        <delete dir="${build.dir}" />
-    </target>
-    
-    <target name="init" depends="buildconf">    
-        <tstamp/>
-        <mkdir dir="${class}" />
-    </target>
-
-    <target name="generate" depends="genconf">
-        
-        <mkdir dir="${gen}/${param.packagedir}" />
-        <echo file="${gen}/${param.packagedir}/Version.java">// Automatically 
generated
-package ${param.package};
-            
-public class Version {
-     static public String version="${param.build}";
-}</echo>
-    </target>
-
-
-    <target name="compile" depends="init,generate">
-
-        
-        <copy todir="${class}">
-            <fileset dir="${param.src_conf}" includes="**/*.dat,**/*.txt"/>
-        </copy>
-        <javac destdir="${class}"
-               source="1.3" 
-               target="1.3" >
-            <src path="${src_crypto}"/>
-            <src path="${src}"/>
-            <src path="${gen}"/>
-            <src path="${param.src_conf}"/>
-            <exclude name="org/ibex/net/ssl/*.*"/>
-        </javac>
-
-    </target>
-
-
-
-    <target name="build" depends="compile">
-        <property name="outdir" value="${build.dir}"/>
-        <jar destfile="${build.dir}/${jar.compiled}">
-            <manifest>
-              <attribute name="Built-By" value="${user.name}"/>
-              <attribute name="Built-On" value="${DSTAMP}:${TSTAMP}"/>
-            </manifest>
-            <fileset dir="${class}" includes="**/*" />
-        </jar>
-    </target>
-    
-    <target name="shrink" depends="build" unless="param.noshrink">
-        
-        <!--optimize -->
-        <proguard>
-            -injars  ${build.dir}/${jar.compiled}
-            -outjars ${build.dir}/${jar.shrunk}
-
-            -libraryjars &lt;java.home>/lib/rt.jar
-            -dontobfuscate 
-            -allowaccessmodification
-
-            <!-- The entry point -->
-            -keep public class ${param.appletclass}
-        </proguard>
-        
-        <property name="jar.signee" value="${jar.shrunk}"/>
-        <property name="jar.signed" value="${param.jarname}.jar"/>
-    </target>
-        
-    <target name="sign" depends="build,shrink">
-        <property name="jar.signee" value="${jar.compiled}"/>
-        <property name="jar.signed" value="${param.jarname}_noshrink.jar"/>
-        <property name="storepass" value="password"/>
-        <property name="keypass" value="password"/>
-        <signjar alias="launcher" 
-                 keypass="${keypass}" 
-                 storepass="${storepass}" 
-                 jar="${build.dir}/${jar.signee}"
-                 signedjar="${outdir}/${jar.signed}"/>
-    </target>
-    
-</project>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to