diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-24 17:08:11 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-24 17:08:11 +0000 |
commit | 56628b12292b0fdc05b610204d943efc30f8af03 (patch) | |
tree | 5907172a257c12f5a8648c04ee40f8b24b6e0c34 | |
parent | 2f6e086503ca43c4bd87db416fabcc57550164ac (diff) |
Remove some commented out code
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747443 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/sca/modules/pom.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 4713530dfd..2724a14237 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -114,27 +114,6 @@ <profile> <id>eclipse</id> <build> -<!-- - <plugins> - <plugin> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-maven-bundle-plugin</artifactId> - <version>2.0-SNAPSHOT</version> - <extensions>true</extensions> - <executions> - <execution> - <id>generate-pde</id> - <phase>generate-resources</phase> - <goals> - <goal>eclipse</goal> - </goals> - <configuration> - </configuration> - </execution> - </executions> - </plugin> - </plugins> ---> <defaultGoal>org.apache.tuscany.maven.plugins:maven-bundle-plugin:eclipse</defaultGoal> |