Author: pwang Date: 2012-02-22 16:18:57 -0800 (Wed, 22 Feb 2012) New Revision: 28346
Modified: core3/support/trunk/samples/sample05a/pom.xml Log: Remove dependency on parent pom Modified: core3/support/trunk/samples/sample05a/pom.xml =================================================================== --- core3/support/trunk/samples/sample05a/pom.xml 2012-02-23 00:15:02 UTC (rev 28345) +++ core3/support/trunk/samples/sample05a/pom.xml 2012-02-23 00:18:57 UTC (rev 28346) @@ -1,15 +1,14 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <artifactId>parent</artifactId> - <groupId>org.cytoscape.sample</groupId> - <version>3.0.0-alpha7-SNAPSHOT</version> - </parent> <properties> <bundle.symbolicName>sample05a</bundle.symbolicName> <bundle.namespace>org.cytoscape.sample.internal</bundle.namespace> + <cytoscape.api.version>3.0.0-alpha8-SNAPSHOT</cytoscape.api.version> + <maven-jar-plugin.version>2.3.1</maven-jar-plugin.version> + <maven-surefire-plugin.version>2.7.1</maven-surefire-plugin.version> + </properties> <groupId>org.cytoscape.sample</groupId> @@ -17,7 +16,9 @@ <packaging>jar</packaging> <name>${bundle.symbolicName}</name> - <build> + <version>0.0.1</version> + + <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -26,7 +27,7 @@ <configuration> <archive> <manifestEntries> - <Cytoscape-Plugin>org.cytoscape.sample.internal.Sample05aPlugin</Cytoscape-Plugin> + <Cytoscape-App>org.cytoscape.sample.internal.Sample05aPlugin</Cytoscape-App> </manifestEntries> </archive> </configuration> @@ -69,6 +70,14 @@ <artifactId>work-api</artifactId> <version>${cytoscape.api.version}</version> </dependency> + + <dependency> + <groupId>org.cytoscape</groupId> + <artifactId>app-api</artifactId> + <version>${cytoscape.api.version}</version> + </dependency> + + </dependencies> </project> -- 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.
