You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/07/23 22:57:03 UTC

svn commit: r424816 - /incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml

Author: aadamchik
Date: Sun Jul 23 13:57:03 2006
New Revision: 424816

URL: http://svn.apache.org/viewvc?rev=424816&view=rev
Log:
removing commented out sections of the build script

Modified:
    incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml

Modified: incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml?rev=424816&r1=424815&r2=424816&view=diff
==============================================================================
--- incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml (original)
+++ incubator/cayenne/main/branches/STABLE-2.0/cayenne/cayenne-ant/maven/build.xml Sun Jul 23 13:57:03 2006
@@ -39,14 +39,6 @@
 			<param name="m2.artifactId" value="${project.name}-modeler"/>
 		</antcall>
 		
-<!-- Ignore Ashwood - it is deployed on ibiblio and never changes 
-		<antcall target="install">
-			<param name="stage-target" value="stage-lib"/>
-			<param name="m2.groupDir" value="${m2.repo}/org/apache/ashwood"/>
-			<param name="m2.artifactId" value="ashwood"/>
-			<param name="project.version" value="1.1"/>
-		</antcall>
--->
 	</target>
 	
 	<target name="bundle-all" depends="build-cayenne">
@@ -71,13 +63,6 @@
 			<param name="m2.artifactId" value="${project.name}-modeler"/>
 		</antcall>
 		
-<!-- Ignore Ashwood - it is deployed on ibiblio and never changes 
-		<antcall target="bundle">
-			<param name="stage-target" value="stage-lib"/>
-			<param name="m2.artifactId" value="ashwood"/>
-			<param name="project.version" value="1.1"/>
-		</antcall>
--->
 	</target>
 	
 	<!--