Author: mes
Date: 2011-06-21 15:41:01 -0700 (Tue, 21 Jun 2011)
New Revision: 25861
Modified:
core3/session-api/trunk/pom.xml
Log:
updated for event-api changes that rely on payload events instead of
microlisteners
Modified: core3/session-api/trunk/pom.xml
===================================================================
--- core3/session-api/trunk/pom.xml 2011-06-21 22:40:35 UTC (rev 25860)
+++ core3/session-api/trunk/pom.xml 2011-06-21 22:41:01 UTC (rev 25861)
@@ -55,29 +55,11 @@
</repositories>
<build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!-- | example additional resource entries, useful when
building Eclipse
- RCP applications -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>plugin.xml</include>
- <include>plugin.properties</include>
- <include>icons/**</include>
- </includes>
- </resource>
- </resources>
<plugins>
<plugin>
<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>
@@ -90,7 +72,7 @@
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
- <_include>-osgi.bnd</_include>
+
<Export-Package>${bundle.namespace}.*</Export-Package>
</instructions>
</configuration>
</plugin>
--
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.