Modified:
trunk/connector-j/build.xml
Log:
Disabling aspect/j built trace files for the moment.
Modified: trunk/connector-j/build.xml
===================================================================
--- trunk/connector-j/build.xml 2006-09-27 03:18:23 UTC (rev 5780)
+++ trunk/connector-j/build.xml 2006-09-27 03:22:27 UTC (rev 5781)
@@ -146,10 +146,16 @@
<target name="full-package-no-sources" description="Builds driver, binary .jar file, docs and packages (.zip, .tar.gz) suitable for distribution that do _not_ contain sources"
depends="full-dist, -make-packages, -remove-sources, -create-archives"/>
-
+ <!-- No trace build until we figure out what's going on with iajc on our
+ production build box
<target name="full-dist" description="Builds driver, binary .jar file and docs, basically a distribution 'image'"
depends="-dist-trace, dist, -bundle-docs"/>
+ -->
+
+ <target name="full-dist" description="Builds driver, binary .jar file and docs, basically a distribution 'image'"
+ depends="dist, -bundle-docs"/>
+
<target name="package" depends="dist, -make-packages, -create-archives"/>
<target name="-remove-sources">
| Thread |
|---|
| • Connector/J commit: r5781 - trunk/connector-j | mmatthews | 27 Sep |