Author: kono
Date: 2012-07-09 15:35:14 -0700 (Mon, 09 Jul 2012)
New Revision: 29810

Modified:
   core3/samples/trunk/sample26/pom.xml
Log:
Removed unnecessary plugin from pom.

Modified: core3/samples/trunk/sample26/pom.xml
===================================================================
--- core3/samples/trunk/sample26/pom.xml        2012-07-09 22:10:56 UTC (rev 
29809)
+++ core3/samples/trunk/sample26/pom.xml        2012-07-09 22:35:14 UTC (rev 
29810)
@@ -63,17 +63,12 @@
                                        
<redirectTestOutputToFile>true</redirectTestOutputToFile>
                                </configuration>
                        </plugin>
-                       <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>1.5</version>
-                               <extensions>true</extensions>
-                       </plugin>
                        <!-- Generates the OSGi metadata based on the osgi.bnd 
file. -->
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                <version>2.3.4</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                                                
                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to