Changeset 271 for trunk/build.xml


Ignore:
Timestamp:
08/22/08 14:43:12 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r267 r271  
    1111
    1212-->
    13 <project name="Expeditee" default="fresh_dist_apollo">
     13<project name="Expeditee" default="fresh_dist_exp">
    1414       
    1515        <property name="sourcelevel" value="1.5" />
     
    2424        <property name="lib.dir.apollo" location="jars_apollo" /> <!-- external dependencies -->
    2525       
    26         <property name="dist.dir.exp" location="expeditee" /> <!-- Put the output jar file into the same directory as the others. The manifest file needs to be edited with relative dependencies if another directory structure is desired. -->
     26        <property name="dist.dir.exp" location="releases" /> <!-- Put the output jar file into the same directory as the others. The manifest file needs to be edited with relative dependencies if another directory structure is desired. -->
    2727        <property name="dist.dir.apollo" location="releases/apollo" /> <!-- Put the output jar file into the same directory as the others. The manifest file needs to be edited with relative dependencies if another directory structure is desired. -->
    2828       
     
    3131        <property name="dist.filename.apollo" value="Apollo_jvm${targetlevel}.jar" />
    3232                       
    33         <property name="manifest.path.exp"  value="expeditee/Manifest.txt" />
     33        <property name="manifest.path.exp"  value="makeFiles/Manifest.txt" />
    3434        <property name="manifest.path.apollo" value="${lib.dir.apollo}/dist_manifest.mf" />
    3535               
Note: See TracChangeset for help on using the changeset viewer.