diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-30 18:06:53 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-06-30 18:06:53 +0000 |
commit | 18c8b44a86b649c56d11a2fb736a19f29dd2fb32 (patch) | |
tree | 13518a5f3418eadc92b6ee5c0c888260f2c9bb05 | |
parent | e48a541b03281411d1780cd860043ca0499fe198 (diff) |
Removing unused dependency to avoid build break from a clean repo
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@789858 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml b/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml index a4b5008e0c..47460d3005 100644 --- a/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml +++ b/branches/sca-java-1.x/modules/web-javascript-dojo/pom.xml @@ -119,22 +119,7 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-maven-ant-generator</artifactId> - <version>1.6-SNAPSHOT</version> - <executions> - <execution> - <configuration> - <buildDependencyFileOnly>true</buildDependencyFileOnly> - </configuration> - <goals> - <goal>generate</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> + </plugins> </build> </project> |