Changeset 6982
- Timestamp:
- 09/24/10 12:10:44 (9 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ant/java.xml
r6849 r6982 76 76 <testng haltonfailure="true" groups="all" testname="${component.name}"> 77 77 <classpath> 78 <pathelement path="${component. classpath}"/>78 <pathelement path="${component.runtime-cp}"/> 79 79 <pathelement location="${test-classes.dir}"/> 80 80 <pathelement location="${classes.dir}"/> -
trunk/components/ome-xml/build.properties
r6684 r6982 19 19 20 20 component.main-class = ome.xml.About 21 component.runtime-cp = ${component.classpath} 21 component.runtime-cp = ${component.classpath}:\ 22 ${lib.dir}/log4j-1.2.15.jar:\ 23 ${lib.dir}/slf4j-log4j12-1.5.10.jar 22 24 23 25 testng.xml = ${tests.dir}/ome/xml/utests/testng.xml
Note: See TracChangeset
for help on using the changeset viewer.