Author: ruschein
Date: 2011-06-07 12:53:43 -0700 (Tue, 07 Jun 2011)
New Revision: 25662
Modified:
csplugins/trunk/ucsd/ruschein/genomespace-libs-plugin-cytoscape3/pom.xml
Log:
Added missing plug-in.
Modified:
csplugins/trunk/ucsd/ruschein/genomespace-libs-plugin-cytoscape3/pom.xml
===================================================================
--- csplugins/trunk/ucsd/ruschein/genomespace-libs-plugin-cytoscape3/pom.xml
2011-06-07 16:09:17 UTC (rev 25661)
+++ csplugins/trunk/ucsd/ruschein/genomespace-libs-plugin-cytoscape3/pom.xml
2011-06-07 19:53:43 UTC (rev 25662)
@@ -27,7 +27,20 @@
<version>1.5</version>
<extensions>true</extensions>
</plugin>
+ <!-- Generates the OSGi metadata based on the osgi.bnd file. -->
<plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <version>${maven-bundle-plugin.version}</version>
+ <configuration>
+ <instructions>
+ <Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
+ <Bundle-Version>${project.version}</Bundle-Version>
+ <_include>-osgi.bnd</_include>
+ </instructions>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-5</version>
<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.