Changeset 95


Ignore:
Timestamp:
Jun 7, 2008, 2:27:27 AM (17 years ago)
Author:
lpino
Message:

(ant.cmd) - Path changes to adapt to SmartSVN project. Now the build environment is syncronized with netlabs and I don't have to go through Windows to commit changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/ant.cmd

    r8 r95  
    11/* REXX */
    22parse arg args
    3 java_home = value('JAVA_HOME', 'D:\Java13', 'OS2ENVIRONMENT');
    4 ant_home = 'F:\tools\Ant-1.5.4'
     3java_home = value('JAVA_HOME', 'x:\Java131', 'OS2ENVIRONMENT');
     4ant_home = 'X:\apps\dev\tools\Ant-1.5.4'
    55ant_classpath = java_home'\lib\tools.jar;'ant_home'\lib\ant-1.5.4-patch-os2.jar;'ant_home'\lib\ant.jar;'ant_home'\lib\optional.jar;'ant_home'\lib\xercesImpl.jar;'ant_home'\lib\xml-apis.jar;'
    66'@java -cp' ant_classpath 'org.apache.tools.ant.Main' args
Note: See TracChangeset for help on using the changeset viewer.