Author: mes
Date: 2010-11-19 17:10:17 -0800 (Fri, 19 Nov 2010)
New Revision: 22955
Modified:
core3/cy-commons-cli/trunk/pom.xml
Log:
updated pom
Modified: core3/cy-commons-cli/trunk/pom.xml
===================================================================
--- core3/cy-commons-cli/trunk/pom.xml 2010-11-20 00:49:32 UTC (rev 22954)
+++ core3/cy-commons-cli/trunk/pom.xml 2010-11-20 01:10:17 UTC (rev 22955)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.cytoscape</groupId>
<artifactId>parent</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>3.0.0-alpha4-SNAPSHOT</version>
</parent>
<properties>
<bundle.symbolicName>org.cytoscape.cy-commons-cli</bundle.symbolicName>
@@ -19,53 +19,23 @@
<packaging>bundle</packaging>
<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>1.4</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>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.3</version>
- <!--
- | the following instructions build a simple set of public/private
classes into an OSGi bundle
- -->
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
<Bundle-Version>${pom.version}</Bundle-Version>
- <!--
- | assume public classes are in the top package, and private
classes are under ".internal"
- -->
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
- <!--
- | each module can override these defaults in their osgi.bnd file
- -->
<_include>-osgi.bnd</_include>
</instructions>
</configuration>
@@ -84,12 +54,6 @@
<version>2.4.0</version>
</dependency>
<dependency>
- <groupId>jdepend</groupId>
- <artifactId>jdepend</artifactId>
- <version>2.5</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
--
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.