Author: pwang
Date: 2013-02-22 11:44:20 -0800 (Fri, 22 Feb 2013)
New Revision: 31133
Added:
csplugins/trunk/ucsd/kono/bingo-impl/pom_smpleApp.xml
Log:
In case we need to build simple App
Added: csplugins/trunk/ucsd/kono/bingo-impl/pom_smpleApp.xml
===================================================================
--- csplugins/trunk/ucsd/kono/bingo-impl/pom_smpleApp.xml
(rev 0)
+++ csplugins/trunk/ucsd/kono/bingo-impl/pom_smpleApp.xml 2013-02-22
19:44:20 UTC (rev 31133)
@@ -0,0 +1,138 @@
+<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>
+
+ <properties>
+ <bundle.symbolicName>bingo</bundle.symbolicName>
+ <bundle.namespace>bingo.internal</bundle.namespace>
+ <cytoscape.api.version>3.0.0</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>bingo</groupId>
+ <artifactId>bingo-impl</artifactId>
+ <packaging>jar</packaging>
+ <name>${bundle.symbolicName}</name>
+
+ <version>3.0.0-SNAPSHOT</version>
+
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>${maven-jar-plugin.version}</version>
+ <configuration>
+ <archive>
+ <manifestEntries>
+ <Cytoscape-App>bingo.internal.BiNGOplugin</Cytoscape-App>
+ <Cytoscape-App-Name>BiNGO</Cytoscape-App-Name>
+ <Cytoscape-App-Version>3.0</Cytoscape-App-Version>
+ <Cytoscape-API-Compatibility>3.0</Cytoscape-API-Compatibility>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>${maven-surefire-plugin.version}</version>
+ <configuration>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+
+ <!-- Links to the Cytoscape Maven repositories. -->
+ <repositories>
+ <repository>
+ <id>cytoscape_snapshots</id>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <name>Cytoscape Snapshots</name>
+
<url>http://code.cytoscape.org/nexus/content/repositories/snapshots/</url>
+ </repository>
+ <repository>
+ <id>cytoscape_releases</id>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <name>Cytoscape Releases</name>
+
<url>http://code.cytoscape.org/nexus/content/repositories/releases/</url>
+ </repository>
+ </repositories>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>swing-application-api</artifactId>
+ <version>${cytoscape.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>work-api</artifactId>
+ <version>${cytoscape.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>swing-app-api</artifactId>
+ <version>${cytoscape.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>service-api</artifactId>
+ <version>${cytoscape.api.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.8.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ops4j.pax.logging</groupId>
+ <artifactId>pax-logging-api</artifactId>
+ <version>1.5.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>service-api</artifactId>
+ <version>${cytoscape.api.version}</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>colt</groupId>
+ <artifactId>colt</artifactId>
+ <version>1.0.3</version>
+ </dependency>
+
+ <dependency>
+ <groupId>concurrent</groupId>
+ <artifactId>concurrent</artifactId>
+ <version>1.3.3</version>
+ </dependency>
+
+ </dependencies>
+
+</project>
Property changes on: csplugins/trunk/ucsd/kono/bingo-impl/pom_smpleApp.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.