You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/01/12 22:41:39 UTC

svn commit: r733913 - in /incubator/openwebbeans/trunk/distribution: pom.xml src/assembly/dist-all.xml src/assembly/dist-binary.xml

Author: gerdogdu
Date: Mon Jan 12 13:41:36 2009
New Revision: 733913

URL: http://svn.apache.org/viewvc?rev=733913&view=rev
Log:
changing artifacts name prefix to openwebbeans from webbeans in poms

Modified:
    incubator/openwebbeans/trunk/distribution/pom.xml
    incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml
    incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml

Modified: incubator/openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/pom.xml?rev=733913&r1=733912&r2=733913&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/pom.xml (original)
+++ incubator/openwebbeans/trunk/distribution/pom.xml Mon Jan 12 13:41:36 2009
@@ -78,12 +78,12 @@
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>webbeans-api</artifactId>
+            <artifactId>openwebbeans-api</artifactId>
             <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>webbeans-impl</artifactId>
+            <artifactId>openwebbeans-impl</artifactId>
             <version>${project.version}</version>
         </dependency>
     </dependencies>

Modified: incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml?rev=733913&r1=733912&r2=733913&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml (original)
+++ incubator/openwebbeans/trunk/distribution/src/assembly/dist-all.xml Mon Jan 12 13:41:36 2009
@@ -43,12 +43,12 @@
         <dependencySet>
             <outputDirectory></outputDirectory>
             <includes>
-                <include>org.apache.openwebbeans:webbeans-api</include>
-                <include>org.apache.openwebbeans:webbeans-impl</include>
+                <include>org.apache.openwebbeans:openwebbeans-api</include>
+                <include>org.apache.openwebbeans:openwebbeans-impl</include>
             </includes>
 	    <excludes>
-		<exclude>org.apache.openwebbeans:webbeans-api:jar:sources</exclude>
-		<exclude>org.apache.openwebbeans:webbeans-impl:jar:sources</exclude>
+		<exclude>org.apache.openwebbeans:openwebbeans-api:jar:sources</exclude>
+		<exclude>org.apache.openwebbeans:openwebbeans-impl:jar:sources</exclude>
 	    </excludes>
         </dependencySet>
 

Modified: incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=733913&r1=733912&r2=733913&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ incubator/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Mon Jan 12 13:41:36 2009
@@ -50,12 +50,12 @@
         <dependencySet>
             <outputDirectory></outputDirectory>
             <includes>
-                <include>org.apache.openwebbeans:webbeans-api</include>
-                <include>org.apache.openwebbeans:webbeans-impl</include>
+                <include>org.apache.openwebbeans:openwebbeans-api</include>
+                <include>org.apache.openwebbeans:openwebbeans-impl</include>
             </includes>
 	    <excludes>
-		<exclude>org.apache.openwebbeans:webbeans-api:jar:sources</exclude>
-		<exclude>org.apache.openwebbeans:webbeans-impl:jar:sources</exclude>
+		<exclude>org.apache.openwebbeans:openwebbeans-api:jar:sources</exclude>
+		<exclude>org.apache.openwebbeans:openwebbeans-impl:jar:sources</exclude>
 	    </excludes>
         </dependencySet>