diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 15:18:09 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-17 15:18:09 +0000 |
commit | a10ecc8422608e4fb6eedbba356d9404b0347fd3 (patch) | |
tree | bf6c397e8faed3e069421c9d023540925a2b5837 /sandbox/ant | |
parent | dd3825abe153da29a4f1fa58e00f744c16ea4b6a (diff) |
Temporarily comment out plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@755276 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant')
-rw-r--r-- | sandbox/ant/sca/branches/foo/samples/calculator-osgi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/ant/sca/branches/foo/samples/calculator-osgi/pom.xml b/sandbox/ant/sca/branches/foo/samples/calculator-osgi/pom.xml index aa85154900..28c942a4b4 100644 --- a/sandbox/ant/sca/branches/foo/samples/calculator-osgi/pom.xml +++ b/sandbox/ant/sca/branches/foo/samples/calculator-osgi/pom.xml @@ -89,7 +89,7 @@ </configuration> </plugin> - <plugin> + <!-- plugin> <groupId>org.apache.tuscany.maven.plugins</groupId> <artifactId>maven-osgi-junit-plugin</artifactId> <version>1.0-SNAPSHOT</version> @@ -103,7 +103,7 @@ </execution> <configuration /> </executions> - </plugin> + </plugin --> </plugins> </build> </project> |