You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/08/19 01:03:57 UTC

svn commit: r805622 - /tuscany/java/sca/samples/helloworld-bpel/pom.xml

Author: rfeng
Date: Tue Aug 18 23:03:57 2009
New Revision: 805622

URL: http://svn.apache.org/viewvc?rev=805622&view=rev
Log:
Disable osgi junit test for now

Modified:
    tuscany/java/sca/samples/helloworld-bpel/pom.xml

Modified: tuscany/java/sca/samples/helloworld-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-bpel/pom.xml?rev=805622&r1=805621&r2=805622&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-bpel/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-bpel/pom.xml Tue Aug 18 23:03:57 2009
@@ -85,6 +85,7 @@
 					</execution>
 				</executions>
 			</plugin>
+            <!-- 
             <plugin>
                 <groupId>org.apache.tuscany.maven.plugins</groupId>
                 <artifactId>maven-osgi-junit-plugin</artifactId>
@@ -99,7 +100,8 @@
                         <configuration></configuration>
                     </execution>
                 </executions>
-            </plugin>            
+            </plugin>
+             -->            
 		</plugins>
     </build>