Author: mes
Date: 2010-11-15 11:27:50 -0800 (Mon, 15 Nov 2010)
New Revision: 22847
Modified:
core3/swing-application-api/trunk/osgi.bnd
core3/swing-application-api/trunk/pom.xml
Log:
fixed package export
Modified: core3/swing-application-api/trunk/osgi.bnd
===================================================================
--- core3/swing-application-api/trunk/osgi.bnd 2010-11-15 19:25:44 UTC (rev
22846)
+++ core3/swing-application-api/trunk/osgi.bnd 2010-11-15 19:27:50 UTC (rev
22847)
@@ -2,4 +2,4 @@
# Use this file to add customized Bnd instructions for the bundle
#-----------------------------------------------------------------
-Export-Package: org.cytoscape, org.cytoscape.*
+Export-Package: ${bundle.namespace}, ${bundle.namespace}.*
Modified: core3/swing-application-api/trunk/pom.xml
===================================================================
--- core3/swing-application-api/trunk/pom.xml 2010-11-15 19:25:44 UTC (rev
22846)
+++ core3/swing-application-api/trunk/pom.xml 2010-11-15 19:27:50 UTC (rev
22847)
@@ -10,7 +10,7 @@
<properties>
<bundle.symbolicName>org.cytoscape.swing-application-api</bundle.symbolicName>
- <bundle.namespace>org.cytoscape</bundle.namespace>
+
<bundle.namespace>org.cytoscape.application.swing</bundle.namespace>
</properties>
<modelVersion>4.0.0</modelVersion>
--
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.