Author: slotia
Date: 2011-12-06 23:22:43 -0800 (Tue, 06 Dec 2011)
New Revision: 27729
Modified:
core3/gui-distribution/trunk/features/src/main/resources/features.xml
Log:
Uses app-api & app-plugin instead of plugin-api and plugin-impl.
Modified: core3/gui-distribution/trunk/features/src/main/resources/features.xml
===================================================================
--- core3/gui-distribution/trunk/features/src/main/resources/features.xml
2011-12-07 07:17:39 UTC (rev 27728)
+++ core3/gui-distribution/trunk/features/src/main/resources/features.xml
2011-12-07 07:22:43 UTC (rev 27729)
@@ -58,7 +58,7 @@
<bundle
start-level="110">mvn:org.cytoscape/work-swing-api/${cytoscape.api.version}</bundle>
<bundle
start-level="110">mvn:org.cytoscape/swing-application-api/${cytoscape.api.version}</bundle>
<bundle
start-level="110">mvn:org.cytoscape/event-api/${cytoscape.api.version}</bundle>
- <bundle
start-level="110">mvn:org.cytoscape/plugin-api/${cytoscape.api.version}</bundle>
+ <bundle
start-level="110">mvn:org.cytoscape/app-api/${cytoscape.api.version}</bundle>
<bundle
start-level="110">mvn:org.cytoscape/dnd-api/${cytoscape.api.version}</bundle>
<bundle
start-level="110">mvn:org.cytoscape/io-api/${cytoscape.api.version}</bundle>
<bundle
start-level="110">mvn:org.cytoscape/session-api/${cytoscape.api.version}</bundle>
@@ -125,7 +125,7 @@
<bundle
start-level="170">mvn:org.cytoscape/graphml-impl/${cytoscape.impl.version}</bundle>
- <bundle
start-level="175">mvn:org.cytoscape/plugin-impl/${cytoscape.impl.version}</bundle>
+ <bundle
start-level="175">mvn:org.cytoscape/app-impl/${cytoscape.impl.version}</bundle>
</feature>
</features>
--
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.