summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 18:33:19 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 18:33:19 +0000
commite2793a68c673c4bb3a41ce4ece5a5478e9ba4c3b (patch)
treef53428f0aed4e7fa557e1473529b037a716b098c /sandbox/sebastien
parentbbc83a2919e5d1d3df9a7bdedd9fc23a4c417127 (diff)
Changed module types from pom to jar to help Eclipse project generation.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sebastien')
-rw-r--r--sandbox/sebastien/distribution/all/pom.xml14
-rw-r--r--sandbox/sebastien/distribution/base/pom.xml2
-rw-r--r--sandbox/sebastien/distribution/ejava/pom.xml4
-rw-r--r--sandbox/sebastien/distribution/manager/pom.xml4
-rw-r--r--sandbox/sebastien/distribution/process/pom.xml6
-rw-r--r--sandbox/sebastien/distribution/web20/pom.xml4
-rw-r--r--sandbox/sebastien/distribution/webservice/pom.xml4
7 files changed, 19 insertions, 19 deletions
diff --git a/sandbox/sebastien/distribution/all/pom.xml b/sandbox/sebastien/distribution/all/pom.xml
index 65e208b125..a2d6347bc5 100644
--- a/sandbox/sebastien/distribution/all/pom.xml
+++ b/sandbox/sebastien/distribution/all/pom.xml
@@ -28,44 +28,44 @@
<artifactId>tuscany-distribution-all</artifactId>
<name>Apache Tuscany SCA All-in-one Distribution</name>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-base</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-ejava</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-manager</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-process</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-web20</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-webservice</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
diff --git a/sandbox/sebastien/distribution/base/pom.xml b/sandbox/sebastien/distribution/base/pom.xml
index b416a33fa7..e10e1b49e7 100644
--- a/sandbox/sebastien/distribution/base/pom.xml
+++ b/sandbox/sebastien/distribution/base/pom.xml
@@ -28,7 +28,7 @@
<artifactId>tuscany-distribution-base</artifactId>
<name>Apache Tuscany SCA Base Distribution</name>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
diff --git a/sandbox/sebastien/distribution/ejava/pom.xml b/sandbox/sebastien/distribution/ejava/pom.xml
index a1ab287868..32ad7f9df8 100644
--- a/sandbox/sebastien/distribution/ejava/pom.xml
+++ b/sandbox/sebastien/distribution/ejava/pom.xml
@@ -28,7 +28,7 @@
<artifactId>tuscany-distribution-ejava</artifactId>
<name>Apache Tuscany SCA JEE Distribution</name>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-base</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
diff --git a/sandbox/sebastien/distribution/manager/pom.xml b/sandbox/sebastien/distribution/manager/pom.xml
index b5b37f4c52..54f73e71d0 100644
--- a/sandbox/sebastien/distribution/manager/pom.xml
+++ b/sandbox/sebastien/distribution/manager/pom.xml
@@ -28,7 +28,7 @@
<artifactId>tuscany-distribution-manager</artifactId>
<name>Apache Tuscany SCA Domain Manager Distribution</name>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-base</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
diff --git a/sandbox/sebastien/distribution/process/pom.xml b/sandbox/sebastien/distribution/process/pom.xml
index 1d680e3735..8bea4593d4 100644
--- a/sandbox/sebastien/distribution/process/pom.xml
+++ b/sandbox/sebastien/distribution/process/pom.xml
@@ -28,7 +28,7 @@
<artifactId>tuscany-distribution-process</artifactId>
<name>Apache Tuscany SCA Business Process Distribution</name>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-base</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-webservice</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
diff --git a/sandbox/sebastien/distribution/web20/pom.xml b/sandbox/sebastien/distribution/web20/pom.xml
index f5513c5f3b..a986162ee6 100644
--- a/sandbox/sebastien/distribution/web20/pom.xml
+++ b/sandbox/sebastien/distribution/web20/pom.xml
@@ -28,7 +28,7 @@
<artifactId>tuscany-distribution-web20</artifactId>
<name>Apache Tuscany SCA Web 2.0 Distribution</name>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-base</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>
diff --git a/sandbox/sebastien/distribution/webservice/pom.xml b/sandbox/sebastien/distribution/webservice/pom.xml
index 81c7b5f6df..5609e41783 100644
--- a/sandbox/sebastien/distribution/webservice/pom.xml
+++ b/sandbox/sebastien/distribution/webservice/pom.xml
@@ -28,7 +28,7 @@
<artifactId>tuscany-distribution-webservice</artifactId>
<name>Apache Tuscany SCA Web Service Distribution</name>
- <packaging>pom</packaging>
+ <packaging>jar</packaging>
<dependencies>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-distribution-base</artifactId>
- <type>pom</type>
+ <type>jar</type>
<version>1.4-SNAPSHOT</version>
</dependency>