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 2007/01/02 18:47:24 UTC

svn commit: r491868 - in /incubator/cayenne/main/trunk: assembly/ assembly/pom.xml assembly_old/

Author: aadamchik
Date: Tue Jan  2 09:47:23 2007
New Revision: 491868

URL: http://svn.apache.org/viewvc?view=rev&rev=491868
Log:
collapsing assembly directory to just one module that switches OS's via profile names

Added:
    incubator/cayenne/main/trunk/assembly/
      - copied from r491866, incubator/cayenne/main/trunk/assembly_old/cayenne-generic/
Removed:
    incubator/cayenne/main/trunk/assembly_old/
Modified:
    incubator/cayenne/main/trunk/assembly/pom.xml

Modified: incubator/cayenne/main/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/assembly/pom.xml?view=diff&rev=491868&r1=491866&r2=491868
==============================================================================
--- incubator/cayenne/main/trunk/assembly/pom.xml (original)
+++ incubator/cayenne/main/trunk/assembly/pom.xml Tue Jan  2 09:47:23 2007
@@ -27,9 +27,9 @@
 	</parent>
 
 	<groupId>org.apache.cayenne.assembly</groupId>
-	<artifactId>cayenne-assembly-generic</artifactId>
+	<artifactId>cayenne-assembly</artifactId>
 	<packaging>pom</packaging>
-	<name>Cayenne :: Generic Assembly</name>
+	<name>Cayenne Release Assembly</name>
 
 	<description>An assembly of Cayenne into a genericly runnable package.</description>