At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge
------------------------------------------------------------
revno: 151
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: ndbjmerge
timestamp: Fri 2007-09-14 17:21:06 -0700
message:
Removed mgmapi removals from autoconf setup.
modified:
acinclude.m4 acinclude.m4-20070228020914-u2pk759xg7thauwf-8
configure.in configure.in-20070228020914-u2pk759xg7thauwf-13
java/build.xml build.xml-20070521233115-yg3ylf2k3vuzr27o-1
=== modified file 'acinclude.m4'
--- a/acinclude.m4 2007-07-12 20:28:26 +0000
+++ b/acinclude.m4 2007-09-15 00:21:06 +0000
@@ -196,6 +196,7 @@
esac
AC_SUBST(MYSQL_MAJOR_VERSION)
+ AC_SUBST(MYSQL_CONFIG)
AC_MSG_RESULT($MYSQL_CONFIG)
fi
=== modified file 'configure.in'
--- a/configure.in 2007-09-14 23:46:40 +0000
+++ b/configure.in 2007-09-15 00:21:06 +0000
@@ -124,11 +124,6 @@
python/setup.cfg \
python/setup.py \
java/Makefile \
-java/com/Makefile \
-java/com/mysql/Makefile \
-java/com/mysql/cluster/Makefile \
-java/com/mysql/cluster/ndbapi/Makefile \
-java/com/mysql/cluster/mgmapi/Makefile \
python/Makefile \
csharp/Makefile \
ruby/Makefile \
=== modified file 'java/build.xml'
--- a/java/build.xml 2007-09-14 09:50:55 +0000
+++ b/java/build.xml 2007-09-15 00:21:06 +0000
@@ -72,7 +72,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/ndbj/**">
+ <javac destdir="." debug="true" debuglevel="${debuglevel}" source="${source}"
target="${target}" excludes="testsuite/*j/**">
<src path="."/>
<classpath refid="NdbConnectors.classpath"/>
<compilerarg value="-Xlint:unchecked"/>
| Thread |
|---|
| • Rev 151: Removed mgmapi removals from autoconf setup. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/ndbjmerge | Monty Taylor | 15 Sep |