Author: [EMAIL PROTECTED]
Date: Wed Sep 24 13:45:18 2008
New Revision: 2719
Modified:
trunk/build.xml
Log:
Removed the no_jdbc_dist target dependancy from the default dist target, as
we currently see little value in the no-jdbc installers at this time. The
target is still there if anyone would still like to build no-jdbc
installers for whatever reason.
Modified: trunk/build.xml
==============================================================================
--- trunk/build.xml (original)
+++ trunk/build.xml Wed Sep 24 13:45:18 2008
@@ -1180,7 +1180,7 @@
<target name="jdbc_dist"
depends="windows_jdbc_exe_installer,generic_jdbc_install,osx_jdbc_tgz,osx_jdbc_dmg"
/>
<target name="no_jdbc_dist"
depends="windows_exe_installer,generic_install,osx_tgz,osx_dmg" />
- <target name="dist"
depends="pmd,pmd-cpd,findbugs,javadoc,jdbc_dist,no_jdbc_dist,source_only_tgz,
architect.version.properties"
+ <target name="dist"
depends="pmd,pmd-cpd,findbugs,javadoc,jdbc_dist,source_only_tgz,
architect.version.properties"
description="Builds Architect Distribution for all supported
platforms to dist/architect-version/*">
<echo>Don't forget to turn off all the debugging in
log4j.properties!</echo>
<mkdir dir="${dist.dir}/doc"/>