Changeset 50b2af2
- Timestamp:
- Apr 8, 2011 10:47:48 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- e2d324a
- Parents:
- c6f04f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
axis/build.xml
rc6f04f7 r50b2af2 31 31 <property name="version" value="1.0"/> 32 32 <property name="fedd.jar" value="fedd-${version}.jar"/> 33 <property name="experiment.name" value="${user.name}-test"/> 33 34 34 35 <path id="compile.classpath"> … … 239 240 <pathelement path="${classes.dir}"/> 240 241 </classpath> 241 <arg value="${ user.name}-test"/>242 <arg value="${experiment.name}"/> 242 243 <arg file="${topology.file}"/> 243 244 <arg file="${fedid.pem}"/> … … 253 254 <pathelement path="${classes.dir}"/> 254 255 </classpath> 255 <arg value="${ user.name}-test"/>256 <arg value="${experiment.name}"/> 256 257 </java> 257 258 </target>
Note: See TracChangeset
for help on using the changeset viewer.