You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@depot.apache.org by Nick Chalko <ni...@chalko.com> on 2004/06/21 22:24:46 UTC

Re: svn commit: rev 21562 - incubator/depot/trunk/version

nicolaken@apache.org 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.