Author: slaws
Date: Fri Jan 30 17:17:55 2009
New Revision: 739337
URL: http://svn.apache.org/viewvc?rev=739337&view=rev
Log:
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.
Modified:
tuscany/java/sca/distribution/all/pom.xml
Modified: tuscany/java/sca/distribution/all/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/all/pom.xml?rev=739337&r1=739336&r2=739337&view=diff
==============================================================================
--- tuscany/java/sca/distribution/all/pom.xml (original)
+++ tuscany/java/sca/distribution/all/pom.xml Fri Jan 30 17:17:55 2009
@@ -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>