Author: gerdogdu
Date: Tue Sep 28 14:58:19 2010
New Revision: 1002200
URL: http://svn.apache.org/viewvc?rev=1002200&view=rev
Log:
OWB-460 fix ejb artifact Ids
Modified:
openwebbeans/trunk/distribution/pom.xml
openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
Modified: openwebbeans/trunk/distribution/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/pom.xml?rev=1002200&r1=1002199&r2=1002200&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/pom.xml (original)
+++ openwebbeans/trunk/distribution/pom.xml Tue Sep 28 14:58:19 2010
@@ -128,12 +128,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>openwebbeans-ejb-common</artifactId>
+ <artifactId>openwebbeans-ejb</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
- <artifactId>openwebbeans-ejb</artifactId>
+ <artifactId>openwebbeans-openejb</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified: openwebbeans/trunk/distribution/src/assembly/dist-binary.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/src/assembly/dist-binary.xml?rev=1002200&r1=1002199&r2=1002200&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/src/assembly/dist-binary.xml (original)
+++ openwebbeans/trunk/distribution/src/assembly/dist-binary.xml Tue Sep 28
14:58:19 2010
@@ -198,12 +198,12 @@ under the License.
<dependencySet>
<outputDirectory>plugins</outputDirectory>
<includes>
- <include>org.apache.openwebbeans:openwebbeans-ejb</include>
+ <include>org.apache.openwebbeans:openwebbeans-openejb</include>
<include>org.apache.openwebbeans:openwebbeans-resource</include>
<include>org.apache.openwebbeans:openwebbeans-jsf</include>
<include>org.apache.openwebbeans:openwebbeans-jsf12</include>
<include>org.apache.openwebbeans:openwebbeans-jms</include>
-
<include>org.apache.openwebbeans:openwebbeans-ejb-common</include>
+ <include>org.apache.openwebbeans:openwebbeans-ejb</include>
<include>org.apache.openwebbeans:openwebbeans-ee</include>
<include>org.apache.openwebbeans:openwebbeans-ee-common</include>
<include>org.apache.openwebbeans:openwebbeans-el10</include>