Author: slotia
Date: 2012-07-11 16:23:53 -0700 (Wed, 11 Jul 2012)
New Revision: 29849
Modified:
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppParser.java
Log:
Fixed issue where AppParser was not correctly detecting OSGi bundles
Modified:
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppParser.java
===================================================================
---
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppParser.java
2012-07-11 23:16:48 UTC (rev 29848)
+++
core3/impl/trunk/app-impl/src/main/java/org/cytoscape/app/internal/manager/AppParser.java
2012-07-11 23:23:53 UTC (rev 29849)
@@ -225,7 +225,7 @@
Manifest osgiManifest = jarFile.getManifest();
if (osgiManifest != null) {
- if
(osgiManifest.getMainAttributes().getValue("Export-Package") != null) {
+ if
(osgiManifest.getMainAttributes().getValue("Bundle-SymbolicName") != null) {
osgiMetadataFound = true;
}
--
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.