Author: mes
Date: 2011-07-06 16:55:29 -0700 (Wed, 06 Jul 2011)
New Revision: 26092

Removed:
   core3/wrappers/trunk/blueprints-core/
   core3/wrappers/trunk/freehep-graphics-base/
   core3/wrappers/trunk/freehep-io/
   core3/wrappers/trunk/org.processing.core/
Modified:
   core3/wrappers/trunk/org.apache.lucene/pom.xml
   core3/wrappers/trunk/org.swinglabs.swing-layout/pom.xml
   core3/wrappers/trunk/org.swinglabs.swingx/pom.xml
   core3/wrappers/trunk/pom.xml
Log:
cleaned up lots of stuff

Modified: core3/wrappers/trunk/org.apache.lucene/pom.xml
===================================================================
--- core3/wrappers/trunk/org.apache.lucene/pom.xml      2011-07-06 23:48:34 UTC 
(rev 26091)
+++ core3/wrappers/trunk/org.apache.lucene/pom.xml      2011-07-06 23:55:29 UTC 
(rev 26092)
@@ -39,35 +39,19 @@
                        <plugin>
                                <groupId>org.ops4j</groupId>
                                <artifactId>maven-pax-plugin</artifactId>
-                               <version>1.4</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
-                               -->
+                               <version>${maven-pax-plugin.version}</version>
                                <extensions>true</extensions>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>1.4.3</version>
-                               <!--
-                                       | the following instructions are 
optimized for wrapping third-party
-                                       libraries as OSGi bundles
-                               -->
+                               
<version>${maven-bundle-plugin.version}</version>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
                                                
<Bundle-Version>${wrapped.version}</Bundle-Version>
-                                               <!--
-                                                       | export wrapped 
contents: don't use Export-Package:* as this
-                                                       bundles everything on 
the classpath
-                                               -->
                                                
<_exportcontents>*</_exportcontents>
                                                
<Private-Package>!*</Private-Package>
-                                               <!--
-                                                       | each module can 
override these defaults in their osgi.bnd file
-                                               -->
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/wrappers/trunk/org.swinglabs.swing-layout/pom.xml
===================================================================
--- core3/wrappers/trunk/org.swinglabs.swing-layout/pom.xml     2011-07-06 
23:48:34 UTC (rev 26091)
+++ core3/wrappers/trunk/org.swinglabs.swing-layout/pom.xml     2011-07-06 
23:55:29 UTC (rev 26092)
@@ -39,35 +39,19 @@
                        <plugin>
                                <groupId>org.ops4j</groupId>
                                <artifactId>maven-pax-plugin</artifactId>
-                               <version>1.4</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
-                               -->
+                               <version>${maven-pax-plugin.version}</version>
                                <extensions>true</extensions>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.felix</groupId>
                                <artifactId>maven-bundle-plugin</artifactId>
-                               <version>1.4.3</version>
-                               <!--
-                                       | the following instructions are 
optimized for wrapping third-party
-                                       libraries as OSGi bundles
-                               -->
+                               
<version>${maven-bundle-plugin.version}</version>
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
                                                
<Bundle-Version>${wrapped.version}</Bundle-Version>
-                                               <!--
-                                                       | export wrapped 
contents: don't use Export-Package:* as this
-                                                       bundles everything on 
the classpath
-                                               -->
                                                
<_exportcontents>*</_exportcontents>
                                                
<Private-Package>!*</Private-Package>
-                                               <!--
-                                                       | each module can 
override these defaults in their osgi.bnd file
-                                               -->
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/wrappers/trunk/org.swinglabs.swingx/pom.xml
===================================================================
--- core3/wrappers/trunk/org.swinglabs.swingx/pom.xml   2011-07-06 23:48:34 UTC 
(rev 26091)
+++ core3/wrappers/trunk/org.swinglabs.swingx/pom.xml   2011-07-06 23:55:29 UTC 
(rev 26092)
@@ -40,26 +40,18 @@
                                <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>
-                               <!-- | the following instructions are optimized 
for wrapping third-party 
-                                       libraries as OSGi bundles -->
                                <configuration>
                                        <instructions>
                                                
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
                                                
<Bundle-Version>${wrapped.version}</Bundle-Version>
-                                               <!-- | export wrapped contents: 
don't use Export-Package:* as this 
-                                                       bundles everything on 
the classpath -->
                                                
<_exportcontents>*</_exportcontents>
                                                
<Private-Package>!*</Private-Package>
-                                               <!-- | each module can override 
these defaults in their osgi.bnd file -->
                                                <_include>-osgi.bnd</_include>
                                        </instructions>
                                </configuration>

Modified: core3/wrappers/trunk/pom.xml
===================================================================
--- core3/wrappers/trunk/pom.xml        2011-07-06 23:48:34 UTC (rev 26091)
+++ core3/wrappers/trunk/pom.xml        2011-07-06 23:55:29 UTC (rev 26092)
@@ -16,11 +16,7 @@
        <name>Wrappers Project POM</name>
 
        <modules>
-               <module>blueprints-core</module>
-               <module>freehep-graphics-base</module>
-               <module>freehep-io</module>
                <module>org.apache.lucene</module>
-               <module>org.processing.core</module>
                <module>org.swinglabs.swing-layout</module>
                <module>org.swinglabs.swingx</module>
        </modules>

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