/[schmitzm]/trunk/build.xml
ViewVC logotype

Diff of /trunk/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 705 by mojays, Sun Feb 14 22:03:37 2010 UTC revision 809 by alfonx, Mon Apr 19 18:16:34 2010 UTC
# Line 24  Line 24 
24          <!-- Project name -->          <!-- Project name -->
25          <property name="PROJECT.NAME"    value="schmitzm"/>          <property name="PROJECT.NAME"    value="schmitzm"/>
26          <!-- Version number added as postfix to files -->          <!-- Version number added as postfix to files -->
27          <property name="VERSION"         value="-2.0.x"/>          <property name="VERSION"         value="-2.1-SNAPSHOT"/>
28    
29          <!-- Destination folder for ZIPs and JARs -->          <!-- Destination folder for ZIPs and JARs -->
30          <property name="DEST.DIR"         value="dist"/>          <property name="DEST.DIR"         value="dist"/>
# Line 97  Line 97 
97          </target>          </target>
98    
99          <!-- ##############  Create a JAR from "classes" and ZIP it ############## -->          <!-- ##############  Create a JAR from "classes" and ZIP it ############## -->
100  <!--    <target name="jar" depends="nativeToAscii"-->          <target name="jar" depends="nativeToAscii">
101          <target name="jar">  <!--    <target name="jar">  -->
                 <!-- Create the JAR -->  
102                  <delete failonerror="false" file="${FILE.JAR}"/>                  <delete failonerror="false" file="${FILE.JAR}"/>
103                  <jar destfile="${FILE.JAR}" index="false" level="8" duplicate="preserve">                  <jar destfile="${FILE.JAR}" index="false" level="8" duplicate="preserve">
104                          <fileset dir="${DIR.CLASSES}">                          <fileset dir="${DIR.CLASSES}">

Legend:
Removed from v.705  
changed lines
  Added in v.809

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26