Author: kono
Date: 2011-08-10 14:03:37 -0700 (Wed, 10 Aug 2011)
New Revision: 26527

Modified:
   core3/api/trunk/core-task-api/pom.xml
   core3/api/trunk/dnd-api/pom.xml
   core3/api/trunk/equations-api/pom.xml
   core3/api/trunk/event-api/pom.xml
   core3/api/trunk/io-api/pom.xml
   core3/api/trunk/layout-api/pom.xml
   core3/api/trunk/model-api/pom.xml
   core3/api/trunk/plugin-api/pom.xml
   core3/api/trunk/pom.xml
   core3/api/trunk/presentation-api/pom.xml
   core3/api/trunk/property-api/pom.xml
   core3/api/trunk/service-api/pom.xml
   core3/api/trunk/session-api/pom.xml
   core3/api/trunk/swing-application-api/pom.xml
   core3/api/trunk/swing-util-api/pom.xml
   core3/api/trunk/viewmodel-api/pom.xml
   core3/api/trunk/vizmap-api/pom.xml
   core3/api/trunk/vizmap-gui-api/pom.xml
   core3/api/trunk/webservice-api/pom.xml
   core3/api/trunk/work-api/pom.xml
   core3/api/trunk/work-spring-api/pom.xml
   core3/api/trunk/work-swing-api/pom.xml
Log:
Pom files had been cleaned-up (unused maven plugin removed).

Modified: core3/api/trunk/core-task-api/pom.xml
===================================================================
--- core3/api/trunk/core-task-api/pom.xml       2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/core-task-api/pom.xml       2011-08-10 21:03:37 UTC (rev 
26527)
@@ -65,18 +65,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!-- | the following instructions build a 
simple set of public/private 
                                        classes into an OSGi bundle -->
                                <configuration>

Modified: core3/api/trunk/dnd-api/pom.xml
===================================================================
--- core3/api/trunk/dnd-api/pom.xml     2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/dnd-api/pom.xml     2011-08-10 21:03:37 UTC (rev 26527)
@@ -37,15 +37,10 @@
                                </configuration>
                        </plugin>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/equations-api/pom.xml
===================================================================
--- core3/api/trunk/equations-api/pom.xml       2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/equations-api/pom.xml       2011-08-10 21:03:37 UTC (rev 
26527)
@@ -66,20 +66,10 @@
     </resources>
     <plugins>
       <plugin>
-        <groupId>org.ops4j</groupId>
-        <artifactId>maven-pax-plugin</artifactId>
-        <version>${maven-pax-plugin.version}</version>
-        <!--
-           | enable improved OSGi compilation support for the bundle 
life-cycle.
-           | to switch back to the standard bundle life-cycle, move this 
setting
-           | down to the maven-bundle-plugin section
-          -->
-        <extensions>true</extensions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>${maven-bundle-plugin.version}</version>
+        <extensions>true</extensions>
         <!--
          | the following instructions build a simple set of public/private 
classes into an OSGi bundle
         -->

Modified: core3/api/trunk/event-api/pom.xml
===================================================================
--- core3/api/trunk/event-api/pom.xml   2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/event-api/pom.xml   2011-08-10 21:03:37 UTC (rev 26527)
@@ -13,7 +13,6 @@
        </properties>
 
        <modelVersion>4.0.0</modelVersion>
-       <groupId>org.cytoscape</groupId>
        <artifactId>event-api</artifactId>
 
        <name>${bundle.symbolicName} [${bundle.namespace}]</name>
@@ -39,27 +38,22 @@
            </resource>
          </resources>
          <plugins>
+                   <plugin>
+               <groupId>org.apache.felix</groupId>
+               <artifactId>maven-bundle-plugin</artifactId>
+               <version>${maven-bundle-plugin.version}</version>
+               <extensions>true</extensions>
+               <configuration>
+                       <instructions>
+                               
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
+                               
<Bundle-Version>${project.version}</Bundle-Version>
+                               
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
+                               
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
+                               <_include>-osgi.bnd</_include>
+                       </instructions>
+               </configuration>
+       </plugin>
            <plugin>
-              <groupId>org.ops4j</groupId>
-              <artifactId>maven-pax-plugin</artifactId>
-              <version>${maven-pax-plugin.version}</version>
-              <extensions>true</extensions>
-           </plugin>
-           <plugin>
-              <groupId>org.apache.felix</groupId>
-              <artifactId>maven-bundle-plugin</artifactId>
-              <version>${maven-bundle-plugin.version}</version>
-              <configuration>
-               <instructions>
-                 
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                 <Bundle-Version>${project.version}</Bundle-Version>
-                 
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
-                 
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
-                 <_include>-osgi.bnd</_include>
-               </instructions>
-              </configuration>
-           </plugin>
-           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-jar-plugin</artifactId>
               <version>${maven-jar-plugin.version}</version>

Modified: core3/api/trunk/io-api/pom.xml
===================================================================
--- core3/api/trunk/io-api/pom.xml      2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/io-api/pom.xml      2011-08-10 21:03:37 UTC (rev 26527)
@@ -66,18 +66,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!-- | the following instructions build a 
simple set of public/private 
                                        classes into an OSGi bundle -->
                                <configuration>

Modified: core3/api/trunk/layout-api/pom.xml
===================================================================
--- core3/api/trunk/layout-api/pom.xml  2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/layout-api/pom.xml  2011-08-10 21:03:37 UTC (rev 26527)
@@ -36,15 +36,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/model-api/pom.xml
===================================================================
--- core3/api/trunk/model-api/pom.xml   2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/model-api/pom.xml   2011-08-10 21:03:37 UTC (rev 26527)
@@ -64,15 +64,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/plugin-api/pom.xml
===================================================================
--- core3/api/trunk/plugin-api/pom.xml  2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/plugin-api/pom.xml  2011-08-10 21:03:37 UTC (rev 26527)
@@ -68,15 +68,10 @@
         </executions>
       </plugin>
       <plugin>
-        <groupId>org.ops4j</groupId>
-        <artifactId>maven-pax-plugin</artifactId>
-        <version>${maven-pax-plugin.version}</version>
-        <extensions>true</extensions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>${maven-bundle-plugin.version}</version>
+        <extensions>true</extensions>
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/pom.xml
===================================================================
--- core3/api/trunk/pom.xml     2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/pom.xml     2011-08-10 21:03:37 UTC (rev 26527)
@@ -12,7 +12,6 @@
                <relativePath>../parent</relativePath>
        </parent>
 
-       <groupId>org.cytoscape</groupId>
        <artifactId>api-parent</artifactId>
        <packaging>pom</packaging>
        <version>3.0.0-alpha6-SNAPSHOT</version>

Modified: core3/api/trunk/presentation-api/pom.xml
===================================================================
--- core3/api/trunk/presentation-api/pom.xml    2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/presentation-api/pom.xml    2011-08-10 21:03:37 UTC (rev 
26527)
@@ -38,18 +38,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!-- | the following instructions build a 
simple set of public/private 
                                        classes into an OSGi bundle -->
                                <configuration>

Modified: core3/api/trunk/property-api/pom.xml
===================================================================
--- core3/api/trunk/property-api/pom.xml        2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/property-api/pom.xml        2011-08-10 21:03:37 UTC (rev 
26527)
@@ -23,15 +23,10 @@
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/service-api/pom.xml
===================================================================
--- core3/api/trunk/service-api/pom.xml 2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/service-api/pom.xml 2011-08-10 21:03:37 UTC (rev 26527)
@@ -63,15 +63,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/session-api/pom.xml
===================================================================
--- core3/api/trunk/session-api/pom.xml 2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/session-api/pom.xml 2011-08-10 21:03:37 UTC (rev 26527)
@@ -50,15 +50,10 @@
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!-- | the following instructions build a 
simple set of public/private 
                                        classes into an OSGi bundle -->
                                <configuration>

Modified: core3/api/trunk/swing-application-api/pom.xml
===================================================================
--- core3/api/trunk/swing-application-api/pom.xml       2011-08-10 17:26:00 UTC 
(rev 26526)
+++ core3/api/trunk/swing-application-api/pom.xml       2011-08-10 21:03:37 UTC 
(rev 26527)
@@ -20,15 +20,10 @@
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/swing-util-api/pom.xml
===================================================================
--- core3/api/trunk/swing-util-api/pom.xml      2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/swing-util-api/pom.xml      2011-08-10 21:03:37 UTC (rev 
26527)
@@ -63,15 +63,10 @@
     </resources>
     <plugins>
       <plugin>
-        <groupId>org.ops4j</groupId>
-        <artifactId>maven-pax-plugin</artifactId>
-        <version>${maven-pax-plugin.version}</version>
-        <extensions>true</extensions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>${maven-bundle-plugin.version}</version>
+        <extensions>true</extensions>
         <configuration>
           <instructions>
             <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/viewmodel-api/pom.xml
===================================================================
--- core3/api/trunk/viewmodel-api/pom.xml       2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/viewmodel-api/pom.xml       2011-08-10 21:03:37 UTC (rev 
26527)
@@ -42,18 +42,10 @@
                                </executions>
                        </plugin>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!-- | the following instructions build a 
simple set of public/private 
                                        classes into an OSGi bundle -->
                                <configuration>

Modified: core3/api/trunk/vizmap-api/pom.xml
===================================================================
--- core3/api/trunk/vizmap-api/pom.xml  2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/vizmap-api/pom.xml  2011-08-10 21:03:37 UTC (rev 26527)
@@ -44,15 +44,10 @@
                                </configuration>
                        </plugin>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/vizmap-gui-api/pom.xml
===================================================================
--- core3/api/trunk/vizmap-gui-api/pom.xml      2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/vizmap-gui-api/pom.xml      2011-08-10 21:03:37 UTC (rev 
26527)
@@ -65,18 +65,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!-- | the following instructions build a 
simple set of public/private 
                                        classes into an OSGi bundle -->
                                <configuration>

Modified: core3/api/trunk/webservice-api/pom.xml
===================================================================
--- core3/api/trunk/webservice-api/pom.xml      2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/webservice-api/pom.xml      2011-08-10 21:03:37 UTC (rev 
26527)
@@ -75,15 +75,10 @@
                                </configuration>
                        </plugin>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/work-api/pom.xml
===================================================================
--- core3/api/trunk/work-api/pom.xml    2011-08-10 17:26:00 UTC (rev 26526)
+++ core3/api/trunk/work-api/pom.xml    2011-08-10 21:03:37 UTC (rev 26527)
@@ -65,18 +65,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <!-- | enable improved OSGi compilation support 
for the bundle life-cycle. 
-                                       | to switch back to the standard bundle 
life-cycle, move this setting | down 
-                                       to the maven-bundle-plugin section -->
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!-- | the following instructions build a 
simple set of public/private 
                                        classes into an OSGi bundle -->
                                <configuration>

Modified: core3/api/trunk/work-spring-api/pom.xml
===================================================================
--- core3/api/trunk/work-spring-api/pom.xml     2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/work-spring-api/pom.xml     2011-08-10 21:03:37 UTC (rev 
26527)
@@ -50,15 +50,10 @@
        <build>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>

Modified: core3/api/trunk/work-swing-api/pom.xml
===================================================================
--- core3/api/trunk/work-swing-api/pom.xml      2011-08-10 17:26:00 UTC (rev 
26526)
+++ core3/api/trunk/work-swing-api/pom.xml      2011-08-10 21:03:37 UTC (rev 
26527)
@@ -71,20 +71,10 @@
                </resources>
                <plugins>
                        <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>${maven-pax-plugin.version}</version>
-                               <!--
-                                       | enable improved OSGi compilation 
support for the bundle
-                                       life-cycle. | to switch back to the 
standard bundle life-cycle,
-                                       move this setting | down to the 
maven-bundle-plugin section
-                               -->
-                               <extensions>true</extensions>
-                       </plugin>
-                       <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
                                
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
                                <!--
                                        | the following instructions build a 
simple set of public/private
                                        classes into an OSGi bundle

-- 
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