diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 18:33:19 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 18:33:19 +0000 |
commit | e2793a68c673c4bb3a41ce4ece5a5478e9ba4c3b (patch) | |
tree | f53428f0aed4e7fa557e1473529b037a716b098c /sandbox/sebastien/distribution/web20 | |
parent | bbc83a2919e5d1d3df9a7bdedd9fc23a4c417127 (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 '')
-rw-r--r-- | sandbox/sebastien/distribution/web20/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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> |