Author: mes
Date: 2011-07-05 18:17:35 -0700 (Tue, 05 Jul 2011)
New Revision: 26056
Modified:
core3/vizmap-api/trunk/osgi.bnd
core3/vizmap-api/trunk/pom.xml
Log:
fixed packaging problem
Modified: core3/vizmap-api/trunk/osgi.bnd
===================================================================
--- core3/vizmap-api/trunk/osgi.bnd 2011-07-06 00:51:38 UTC (rev 26055)
+++ core3/vizmap-api/trunk/osgi.bnd 2011-07-06 01:17:35 UTC (rev 26056)
@@ -2,5 +2,5 @@
# Use this file to add customized Bnd instructions for the bundle
#-----------------------------------------------------------------
-Export-Package: ${bundle.namespace},${bundle.namespace}.events
+Export-Package: ${bundle.namespace},${bundle.namespace}.*
Modified: core3/vizmap-api/trunk/pom.xml
===================================================================
--- core3/vizmap-api/trunk/pom.xml 2011-07-06 00:51:38 UTC (rev 26055)
+++ core3/vizmap-api/trunk/pom.xml 2011-07-06 01:17:35 UTC (rev 26056)
@@ -29,13 +29,6 @@
</scm>
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!-- | example additional resource entries, useful when
building Eclipse
- RCP applications -->
- </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -61,26 +54,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 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.