Author: mes
Date: 2011-07-28 13:46:57 -0700 (Thu, 28 Jul 2011)
New Revision: 26316
Modified:
core3/ding-impl/trunk/ding-customgraphics-manager-impl/pom.xml
core3/ding-impl/trunk/ding-presentation-impl/pom.xml
core3/ding-impl/trunk/graph-render/pom.xml
core3/ding-impl/trunk/spacial/pom.xml
core3/ding-impl/trunk/util-intr/pom.xml
Log:
some pom cleanup
Modified: core3/ding-impl/trunk/ding-customgraphics-manager-impl/pom.xml
===================================================================
--- core3/ding-impl/trunk/ding-customgraphics-manager-impl/pom.xml
2011-07-28 20:42:37 UTC (rev 26315)
+++ core3/ding-impl/trunk/ding-customgraphics-manager-impl/pom.xml
2011-07-28 20:46:57 UTC (rev 26316)
@@ -21,7 +21,6 @@
<packaging>bundle</packaging>
<repositories>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM snapshots -->
<repository>
<id>cytoscape_snapshots</id>
<snapshots>
@@ -33,7 +32,6 @@
<name>Cytoscape Snapshots</name>
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
</repository>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM releases -->
<repository>
<id>cytoscape_releases</id>
<snapshots>
@@ -48,29 +46,11 @@
</repositories>
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!-- | example additional resource entries, useful when
building Eclipse
- RCP applications -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>plugin.xml</include>
- <include>plugin.properties</include>
- <include>icons/**</include>
- </includes>
- </resource>
- </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>
Modified: core3/ding-impl/trunk/ding-presentation-impl/pom.xml
===================================================================
--- core3/ding-impl/trunk/ding-presentation-impl/pom.xml 2011-07-28
20:42:37 UTC (rev 26315)
+++ core3/ding-impl/trunk/ding-presentation-impl/pom.xml 2011-07-28
20:46:57 UTC (rev 26316)
@@ -21,7 +21,6 @@
<packaging>bundle</packaging>
<repositories>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM snapshots -->
<repository>
<id>cytoscape_snapshots</id>
<snapshots>
@@ -33,7 +32,6 @@
<name>Cytoscape Snapshots</name>
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
</repository>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM releases -->
<repository>
<id>cytoscape_releases</id>
<snapshots>
@@ -48,46 +46,23 @@
</repositories>
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!-- | example additional resource entries, useful when
building Eclipse
- RCP applications -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>plugin.xml</include>
- <include>plugin.properties</include>
- <include>icons/**</include>
- </includes>
- </resource>
- </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>
- <!-- | the following instructions build a
simple set of public/private
- classes into an OSGi bundle -->
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
- <!-- | assume public classes
are in the top package, and private classes
- are under ".internal"
-->
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
- <!-- | each module can override
these defaults in their osgi.bnd file -->
<_include>-osgi.bnd</_include>
</instructions>
</configuration>
Modified: core3/ding-impl/trunk/graph-render/pom.xml
===================================================================
--- core3/ding-impl/trunk/graph-render/pom.xml 2011-07-28 20:42:37 UTC (rev
26315)
+++ core3/ding-impl/trunk/graph-render/pom.xml 2011-07-28 20:46:57 UTC (rev
26316)
@@ -21,7 +21,6 @@
<packaging>bundle</packaging>
<repositories>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM snapshots -->
<repository>
<id>cytoscape_snapshots</id>
<snapshots>
@@ -33,7 +32,6 @@
<name>Cytoscape Snapshots</name>
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
</repository>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM releases -->
<repository>
<id>cytoscape_releases</id>
<snapshots>
@@ -48,29 +46,11 @@
</repositories>
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!-- | example additional resource entries, useful when
building Eclipse
- RCP applications -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>plugin.xml</include>
- <include>plugin.properties</include>
- <include>icons/**</include>
- </includes>
- </resource>
- </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>
Modified: core3/ding-impl/trunk/spacial/pom.xml
===================================================================
--- core3/ding-impl/trunk/spacial/pom.xml 2011-07-28 20:42:37 UTC (rev
26315)
+++ core3/ding-impl/trunk/spacial/pom.xml 2011-07-28 20:46:57 UTC (rev
26316)
@@ -21,7 +21,6 @@
<packaging>bundle</packaging>
<repositories>
- <!-- bootstrap for cytoscape dependencies, namely the parent POM
snapshots -->
<repository>
<id>cytoscape_snapshots</id>
<snapshots>
@@ -33,7 +32,6 @@
<name>Cytoscape Snapshots</name>
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
</repository>
- <!-- bootstrap for cytoscape dependencies, namely the parent POM
releases -->
<repository>
<id>cytoscape_releases</id>
<snapshots>
@@ -48,53 +46,23 @@
</repositories>
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!--
- | example additional resource entries, useful when building Eclipse RCP
applications
- -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>plugin.xml</include>
- <include>plugin.properties</include>
- <include>icons/**</include>
- </includes>
- </resource>
- </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>
- <!--
- | the following instructions build a simple set of public/private
classes into an OSGi bundle
- -->
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
- <!--
- | assume public classes are in the top package, and private
classes are under ".internal"
- -->
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
- <!--
- | each module can override these defaults in their osgi.bnd file
- -->
<_include>-osgi.bnd</_include>
</instructions>
</configuration>
Modified: core3/ding-impl/trunk/util-intr/pom.xml
===================================================================
--- core3/ding-impl/trunk/util-intr/pom.xml 2011-07-28 20:42:37 UTC (rev
26315)
+++ core3/ding-impl/trunk/util-intr/pom.xml 2011-07-28 20:46:57 UTC (rev
26316)
@@ -21,7 +21,6 @@
<packaging>bundle</packaging>
<repositories>
- <!-- bootstrap for cytoscape dependencies, namely the parent POM
snapshots -->
<repository>
<id>cytoscape_snapshots</id>
<snapshots>
@@ -33,7 +32,6 @@
<name>Cytoscape Snapshots</name>
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
</repository>
- <!-- bootstrap for cytoscape dependencies, namely the parent POM
releases -->
<repository>
<id>cytoscape_releases</id>
<snapshots>
@@ -48,53 +46,23 @@
</repositories>
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!--
- | example additional resource entries, useful when building Eclipse RCP
applications
- -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>plugin.xml</include>
- <include>plugin.properties</include>
- <include>icons/**</include>
- </includes>
- </resource>
- </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>
- <!--
- | the following instructions build a simple set of public/private
classes into an OSGi bundle
- -->
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
- <!--
- | assume public classes are in the top package, and private
classes are under ".internal"
- -->
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"</Export-Package>
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
- <!--
- | each module can override these defaults in their osgi.bnd file
- -->
<_include>-osgi.bnd</_include>
</instructions>
</configuration>
--
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.