/[schmitzm]/branches/2.2.x/build.xml
ViewVC logotype

Diff of /branches/2.2.x/build.xml

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

revision 315 by mojays, Wed Aug 26 11:03:27 2009 UTC revision 376 by mojays, Fri Sep 4 09:24:36 2009 UTC
# Line 13  Line 13 
13       The default option is "basic"       The default option is "basic"
14  -->  -->
15  <project default="basic" basedir=".">  <project default="basic" basedir=".">
16            <!-- Project name -->
17            <property name="PROJECT.NAME"    value="schmitzm"/>
18            <!-- Version number added as postfix to files -->
19            <property name="VERSION"         value="-1.0-gt2.2.6"/>
20    
21          <!-- Destination folder for ZIPs and JARs -->          <!-- Destination folder for ZIPs and JARs -->
22          <property name="DEST.DIR"         value="dist"/>          <property name="DEST.DIR"         value="dist"/>
23          <!-- Prefix for the destination file names          <!-- Prefix for the destination file names
24               e.g. "schmitzm" >> "schmitzm.jar", "schmitzm-src.jar" -->               e.g. "schmitzm" >> "schmitzm.jar", "schmitzm-src.jar" -->
25          <property name="PROJECT.PREFIX"   value="schmitzm"/>          <property name="PROJECT.PREFIX"   value="${PROJECT.NAME}${VERSION}"/>
26    
27          <!-- Global prefix directory for ZIP files (except ZIP of JAR!) -->          <!-- Global prefix directory for ZIP files (except ZIP of JAR!) -->
28          <property name="ZIP.ROOT.DIR"     value="${PROJECT.PREFIX}"/>          <property name="ZIP.ROOT.DIR"     value="${PROJECT.PREFIX}"/>
29                    

Legend:
Removed from v.315  
changed lines
  Added in v.376

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26