summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/distribution/features/all/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-24 21:57:48 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-10-24 21:57:48 +0000
commitaa7f1d10537d10e52f55974b0bd503d79d500482 (patch)
treedd0c94687620ff78b6128843f80ff707ed486d57 /branches/sca-equinox/distribution/features/all/pom.xml
parent32317fc36f3d256cf57c77afb442835e31c0f51d (diff)
Moved the PDE target build to its own module. Moved the Eclipse plugin build to the distribution profile.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@707759 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/distribution/features/all/pom.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/branches/sca-equinox/distribution/features/all/pom.xml b/branches/sca-equinox/distribution/features/all/pom.xml
index 7fbc5f0730..e684afc067 100644
--- a/branches/sca-equinox/distribution/features/all/pom.xml
+++ b/branches/sca-equinox/distribution/features/all/pom.xml
@@ -155,34 +155,6 @@
</build>
</profile>
- <!-- Build profile that can be used to configure your Eclipse environment -->
- <profile>
- <id>eclipse</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-maven-bundle-plugin</artifactId>
- <executions>
- <execution>
- <id>distribution-modules</id>
- <phase>generate-resources</phase>
- <goals>
- <goal>generate-modules</goal>
- </goals>
- <configuration>
- <targetDirectory>target/pdetarget</targetDirectory>
- <excludeGroupIds>
- <excludeGroupId>org.apache.tuscany.sca</excludeGroupId>
- </excludeGroupIds>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
<!-- Profile that can be used to build the modules included in the distro -->
<profile>
<id>modules</id>