Changeset 11347
- Timestamp:
- 10/12/08 06:35:40 (14 years ago)
- Location:
- trunk/j
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/abcl.bat.in
r7898 r11347 1 "@JAVA@" @ JAVA_OPTIONS@ -cp "@ABCL_CLASSPATH@" org.armedbear.lisp.Main %1 %2 %3 %4 %5 %6 %7 %8 %91 "@JAVA@" @ABCL_JAVA_OPTIONS@ -cp "@ABCL_CLASSPATH@" org.armedbear.lisp.Main %1 %2 %3 %4 %5 %6 %7 %8 %9 -
trunk/j/build.xml
r11345 r11347 331 331 <property name="java.options" value=""/> 332 332 333 <copy file=" abcl.in" toFile="${abcl.wrapper.file}" overwrite="yes">333 <copy file="${abcl.wrapper.in.file}" toFile="${abcl.wrapper.file}" overwrite="yes"> 334 334 <filterset> 335 335 <filter token="JAVA" … … 349 349 <target name="abcl.wrapper.unix" if="unix"> 350 350 <property name="abcl.wrapper.file" value="abcl"/> 351 <property name="abcl.wrapper.in.file" value="abcl.in"/> 351 352 </target> 352 353 353 354 <target name="abcl.wrapper.windows" if="windows"> 354 355 <property name="abcl.wrapper.file" value="abcl.bat"/> 356 <property name="abcl.wrapper.in.file" value="abcl.bat.in"/> 355 357 </target> 356 358
Note: See TracChangeset
for help on using the changeset viewer.