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/20 03:58:47 UTC

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

Author: aadamchik
Date: Wed Jul 19 18:58:46 2006
New Revision: 423711

URL: http://svn.apache.org/viewvc?rev=423711&view=rev
Log:
fixing license copy on 2.0 branch

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=423711&r1=423710&r2=423711&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 Wed Jul 19 18:58:46 2006
@@ -177,8 +177,9 @@
 			</filterset>
 		</copy>
 		
-		<copy file="${cayenne.other}/licenses/LICENSE.txt"
-			tofile="${stage}/LICENSE.txt"/>
+		<copy todir="${stage}">
+			<fileset dir="${cayenne.other}/licenses/top/"/>
+		</copy>
 		
 		<copy
 			file="${dist.base}/${project.name}-${project.version}/lib/modeler/${m2.artifactId}.jar"