[EMAIL PROTECTED] wrote:
Author: nicolaken Date: Mon Jun 21 14:37:08 2004 New Revision: 21562
Modified: incubator/depot/trunk/version/build.xml Log: Get version to build using Ant.
Modified: incubator/depot/trunk/version/build.xml ============================================================================== --- incubator/depot/trunk/version/build.xml (original) +++ incubator/depot/trunk/version/build.xml Mon Jun 21 14:37:08 2004 @@ -68,6 +68,7 @@ <fileset dir="."> <include name="lib/*.jar" /> </fileset> + <pathelement path="../common/build/depot-common/classes"/> </path>
<!-- note this must be after the java antlet-->
The other choice is to copy the common.jar in the the lib dir.
