summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-30 17:17:55 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-30 17:17:55 +0000
commitd9a91cf827504cb664a5f11c37f88c2bc6670bdd (patch)
treecb5d9871e2699fd6bb4a38fb5bc246e2c3f707b0 /java/sca
parent0afb80c00c281fed343c8a2a6c2e8fe9ee019324 (diff)
Comment out the change to generate eclipse project files as to make this work you need to make the distribution a jar project which it isn't really. As per mail list exchange we will just "open" the target file using the Eclipse menus.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/distribution/all/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/distribution/all/pom.xml b/java/sca/distribution/all/pom.xml
index c10fcd899a..9b6179a6d0 100644
--- a/java/sca/distribution/all/pom.xml
+++ b/java/sca/distribution/all/pom.xml
@@ -28,7 +28,7 @@
<artifactId>tuscany-distribution-all</artifactId>
<name>Apache Tuscany SCA All-in-one Distribution</name>
- <packaging>jar</packaging>
+ <packaging>pom</packaging>
<dependencies>
@@ -148,7 +148,7 @@
<!-- Build profile that can be used to build and eclipse project to make -->
<!-- it easy to import the pde target into the workspace -->
- <profile>
+ <!--profile>
<id>eclipse</id>
<build>
<plugins>
@@ -171,7 +171,7 @@
</plugin>
</plugins>
</build>
- </profile>
+ </profile-->
<!-- Build profile that can be used to build the distro packages -->
<profile>