Author: pwang
Date: 2011-10-24 17:55:39 -0700 (Mon, 24 Oct 2011)
New Revision: 27287

Added:
   csplugins/trunk/ucsd/ruschein/PanGIA-impl/pom.xml
Log:
Original creation

Added: csplugins/trunk/ucsd/ruschein/PanGIA-impl/pom.xml
===================================================================
--- csplugins/trunk/ucsd/ruschein/PanGIA-impl/pom.xml                           
(rev 0)
+++ csplugins/trunk/ucsd/ruschein/PanGIA-impl/pom.xml   2011-10-25 00:55:39 UTC 
(rev 27287)
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/maven-v4_0_0.xsd";>
+       <parent>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>impl-parent</artifactId>
+               <version>3.0.0-alpha8-SNAPSHOT</version>
+       </parent>
+       <properties>
+               <bundle.symbolicName>PanGIA-impl</bundle.symbolicName>
+               <bundle.namespace>org.idekerlab.PanGIAPlugin</bundle.namespace>
+       </properties>
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.idekerlab</groupId>
+       <artifactId>PanGIA-impl</artifactId>
+       <name>${bundle.symbolicName} [${bundle.namespace}]</name>
+       <packaging>bundle</packaging>
+
+
+       <dependencies>
+
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <scope>test</scope>
+               </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>session-api</artifactId>
+               <scope>compile</scope>
+        </dependency>
+        <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>viewmodel-api</artifactId>
+               <scope>compile</scope>
+        </dependency>
+        <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>model-api</artifactId>
+               <scope>compile</scope>
+        </dependency>
+        <dependency>
+               <groupId>cytoscape-temp</groupId>
+               <artifactId>violinstrings</artifactId>
+               <version>1.0.2</version>
+        </dependency>
+        <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>work-api</artifactId>
+               <scope>compile</scope>
+        </dependency>
+        <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>plugin-api</artifactId>
+        </dependency>
+        <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>swing-application-api</artifactId>
+        </dependency>
+        <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>swing-util-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>service-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape.wrappers</groupId>
+                       <artifactId>org.swinglabs.swing-layout</artifactId>
+                       <version>1.0.3</version>
+               </dependency>
+               <dependency>
+                       <groupId>cytoscape-sun</groupId>
+                       <artifactId>jhall</artifactId>
+                       <version>1.0</version>
+                       <scope>provided</scope>
+               </dependency>
+               
+       </dependencies>
+       
+       <repositories>
+               <!-- bootstrap for cytoscape dependencies, namely the parent 
POM snapshots -->
+               <repository>
+                       <id>cytoscape_snapshots</id>
+                       <snapshots>
+                               <enabled>true</enabled>
+                       </snapshots>
+                       <releases>
+                               <enabled>false</enabled>
+                       </releases>
+                       <name>Cytoscape Snapshots</name>
+                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
+               </repository>
+               <!-- bootstrap for cytoscape dependencies, namely the parent 
POM releases -->
+               <repository>
+                       <id>cytoscape_releases</id>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <releases>
+                               <enabled>true</enabled>
+                       </releases>
+                       <name>Cytoscape Releases</name>
+                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
+               </repository>
+               <repository>
+                       <id>cytoscape_thirdparty</id>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <releases>
+                               <enabled>true</enabled>
+                       </releases>
+                       <name>Wrapped Third Party Libraries</name>
+                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/thirdparty/</url>
+               </repository>
+       </repositories>
+       
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               
<version>${maven-bundle-plugin.version}</version>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <instructions>
+                                               
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
+                                               
<Bundle-Version>${project.version}</Bundle-Version>
+                                               <_include>-osgi.bnd</_include>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+</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.

Reply via email to