Changeset f93a65c
- Timestamp:
- Jun 13, 2011 3:41:14 PM (13 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- b56eb7e
- Parents:
- 31aa1ee
- Location:
- axis
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
axis/build.xml
r31aa1ee rf93a65c 275 275 </target> 276 276 277 <target name="ftopo" depends="compile,jar,keys"> 278 <java classname="Ftopo" fork="true" > 279 <classpath> 280 <path refid="run.classpath"/> 281 <pathelement path="${classes.dir}"/> 282 </classpath> 283 <arg value="${experiment.name}"/> 284 </java> 285 </target> 286 277 287 </project>
Note: See TracChangeset
for help on using the changeset viewer.