Changeset f93a65c for axis/build.xml


Ignore:
Timestamp:
Jun 13, 2011 3:41:14 PM (13 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master
Children:
b56eb7e
Parents:
31aa1ee
Message:

Sample code for reading info about embedding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • axis/build.xml

    r31aa1ee rf93a65c  
    275275  </target>
    276276
     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
    277287</project>
Note: See TracChangeset for help on using the changeset viewer.