------------------------------------------------------------
revno: 128
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: ndbjmerge
timestamp: Wed 2007-06-27 07:54:14 -0700
message:
Removed ndbj testsuite from normal build.
modified:
java/build.xml build.xml-20070521233115-yg3ylf2k3vuzr27o-1
=== modified file 'java/build.xml'
--- a/java/build.xml 2007-05-23 01:05:32 +0000
+++ b/java/build.xml 2007-06-27 14:54:14 +0000
@@ -31,7 +31,7 @@
<target name="build-subprojects"/>
<target name="build-project" depends="init">
<echo message="${ant.project.name}: ${ant.file}"/>
- <javac destdir="." debug="true" debuglevel="${debuglevel}" source="${source}"
target="${target}" excludes="testsuite/ndbapi/**">
+ <javac destdir="." debug="true" debuglevel="${debuglevel}" source="${source}"
target="${target}" excludes="testsuite/ndbapi/** testsuite/ndbj/**">
<src path="."/>
<classpath refid="NdbConnectors.classpath"/>
<compilerarg value="-Xlint:unchecked"/>
| Thread |
|---|
| • Rev 128: Removed ndbj testsuite from normal build. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge | Monty Taylor | 27 Jun |