Changeset 688 for DCWoRMS/trunk
- Timestamp:
- 11/30/12 14:29:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/build.xml
r477 r688 24 24 <pathelement path="${jars}/TimetableChart.jar" /> 25 25 <pathelement path="${jars}/joda-time/joda-time-1.6.jar" /> 26 <pathelement path="${jars}/log4j-1.2.13.jar" /> 26 27 <pathelement path="${jars}/castor-1.3.3-RC1/castor-1.3.3-RC1-codegen.jar" /> 27 28 <pathelement path="${jars}/castor-1.3.3-RC1/castor-1.3.3-RC1-core.jar" /> … … 144 145 <java classname="simulator.DataCenterWorkloadSimulator" classpath="${build}/classes" fork="true"> 145 146 <arg file="${properties.file}" /> 147 <jvmarg value="-Xms512M"/> 148 <jvmarg value="-Xmx2044M"/> 146 149 <classpath> 147 150 <path refid="class.path" />
Note: See TracChangeset
for help on using the changeset viewer.