Author: antelder
Date: Sat Mar 20 20:20:46 2010
New Revision: 925675
URL: http://svn.apache.org/viewvc?rev=925675&view=rev
Log:
Take out the helloworld sample tuscany plugin as the build doesn't like the
snapshot version. Hmm, what to do about that...
Modified:
tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml
Modified: tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml?rev=925675&r1=925674&r2=925675&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/helloworld/pom.xml Sat Mar 20 20:20:46
2010
@@ -54,12 +54,12 @@
<version>alpha2</version>
<extensions>true</extensions>
</plugin>
- <plugin>
<!-- plugin to support using mvn tuscany:run to run this
contribution -->
+ <!-- plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-tuscany-plugin</artifactId>
<version>2.0-SNAPSHOT</version>
- </plugin>
+ </plugin -->
</plugins>
</build>
</project>