Update of /cvsroot/openorb/ConcurrencyControlService/src
In directory usw-pr-cvs1:/tmp/cvs-serv27066/src
Modified Files:
build.xml
Log Message:
#501914: Removed the sub sir: src
Fixed several problems with the bash scripts.
Index: build.xml
===================================================================
RCS file: /cvsroot/openorb/ConcurrencyControlService/src/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build.xml 2002/01/10 18:57:35 1.2
+++ build.xml 2002/01/10 23:06:42 1.3
@@ -173,7 +173,7 @@
<target name="test" >
<mkdir dir="${build}/test" />
- <javac srcdir="${test}/src"
+ <javac srcdir="${test}"
destdir="${build}/test"
classpath="${classpath}" debug="on" deprecation="${deprecation}"/>
<jar jarfile="${dist}/${ccs-tests-jar}"
@@ -376,4 +376,4 @@
</target>
-</project>
\ No newline at end of file
+</project>
|