Author: rodche
Date: 2012-06-07 08:00:51 -0700 (Thu, 07 Jun 2012)
New Revision: 29496

Removed:
   csplugins/trunk/toronto/rodche/cpathsquared-impl/pom.xml
   csplugins/trunk/toronto/rodche/cpathsquared-impl/src/
Log:
Deleted/Moved all sources to PathwayCommons at GitHub 
(https://github.com/PathwayCommons/cpath2-cytoscape-app)

Deleted: csplugins/trunk/toronto/rodche/cpathsquared-impl/pom.xml
===================================================================
--- csplugins/trunk/toronto/rodche/cpathsquared-impl/pom.xml    2012-06-07 
14:37:59 UTC (rev 29495)
+++ csplugins/trunk/toronto/rodche/cpathsquared-impl/pom.xml    2012-06-07 
15:00:51 UTC (rev 29496)
@@ -1,253 +0,0 @@
-<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";>
-
-       <groupId>org.cytoscape</groupId>
-       <properties>
-               <bundle.namespace>org.cytoscape.cpathsquared</bundle.namespace>
-               
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-               
<bundle.symbolicName>org.cytoscape.cpathsquared-impl</bundle.symbolicName>
-               <cytoscape.version>3.0.0-beta1</cytoscape.version>
-               <spring.version>3.0.5.RELEASE</spring.version>
-               <osgi.api.version>4.2.0</osgi.api.version>
-       </properties>
-       <modelVersion>4.0.0</modelVersion>
-       <artifactId>cpathsquared-impl</artifactId>
-       <version>0.0.1-SNAPSHOT</version>
-       <name>${bundle.symbolicName} [${bundle.namespace}]</name>
-
-       <packaging>bundle</packaging>
-
-       <scm>
-               
<connection>scm:svn:http://chianti.ucsd.edu/svn/csplugins/trunk/toronto/rodche/cpathsquared-impl</connection>
-               
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/csplugins/trunk/toronto/rodche/cpathsquared-impl</developerConnection>
-               
<url>http://chianti.ucsd.edu/svn/csplugins/trunk/toronto/rodche/cpathsquared-impl</url>
-       </scm>
-
-
-       <build>
-               <resources>
-                       <resource>
-                               <directory>src/main/resources</directory>
-                       </resource>
-               </resources>
-               <!-- Cytoscape requires Java 1.6 -->
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <version>2.3.2</version>
-                               <executions>
-                                       <execution>
-                                               <id>default-testCompile</id>
-                                               <phase>test-compile</phase>
-                                               <goals>
-                                                       <goal>testCompile</goal>
-                                               </goals>
-                                       </execution>
-                                       <execution>
-                                               <id>default-compile</id>
-                                               <phase>compile</phase>
-                                               <goals>
-                                                       <goal>compile</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                               <configuration>
-                                       <source>1.6</source>
-                                       <target>1.6</target>
-                                       <optimize>true</optimize>
-                                       <showWarnings>true</showWarnings>
-                                       <showDeprecation>true</showDeprecation>
-                                       <compilerArguments>
-                                               <Xmaxwarns>10000</Xmaxwarns>
-                                               <Xmaxerrs>10000</Xmaxerrs>
-                                       </compilerArguments>
-                               </configuration>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-surefire-plugin</artifactId>
-                               <version>2.7.1</version>
-                               <configuration>
-                                       
<redirectTestOutputToFile>true</redirectTestOutputToFile>
-                               </configuration>
-                       </plugin>
-                       <!-- Generates the OSGi metadata based on the osgi.bnd 
file. -->
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>2.3.7</version>
-                               <extensions>true</extensions>
-                               <configuration>
-                                       <instructions>
-                                               
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${project.version}</Bundle-Version>
-                                               
<Bundle-Activator>${bundle.namespace}.internal.CyActivator</Bundle-Activator>
-                                               
<Export-Package>${bundle.namespace}</Export-Package>
-                                               
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
-                                               <Embed-Dependency>
-                                                       
*;groupId=org.biopax.paxtools;type=!pom;inline=true;scope=compile|runtime,
-                                                       
*;artifactId=cpath-api;type=!pom;inline=true;scope=compile|runtime,
-                                                       
*;artifactId=cpath-client;type=!pom;inline=true;scope=compile|runtime,
-                                                       
*;groupId=org.springframework;type=!pom;inline=true;scope=runtime
-                                               </Embed-Dependency>
-                                               
<Import-Package>*;resolution:=optional</Import-Package>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-
-       <!-- Links to the Cytoscape Maven repositories. -->
-       <repositories>
-               <repository>
-                       <id>cytoscape_snapshots</id>
-                       <snapshots>
-                       </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>
-                       </releases>
-                       <name>Cytoscape Releases</name>
-                       
<url>http://code.cytoscape.org/nexus/content/repositories/releases/</url>
-               </repository>
-       </repositories>
-
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>model-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>io-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>viewmodel-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>layout-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>presentation-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>swing-util-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>swing-application-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>vizmap-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>webservice-swing-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>service-api</artifactId>
-                       <version>[${cytoscape.version}, 4.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>           
-               <dependency>
-                       <groupId>org.ops4j.pax.logging</groupId>
-                       <artifactId>pax-logging-api</artifactId>
-                       <version>[1.5.2, 2.0.0)</version>
-                       <scope>provided</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>org.osgi.core</artifactId>
-                       <version>${osgi.api.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>pathwaycommons.cpath</groupId>
-                       <artifactId>cpath-api</artifactId>
-                       <version>5.1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>pathwaycommons.cpath</groupId>
-                       <artifactId>cpath-client</artifactId>
-                       <version>3.2.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.biopax.paxtools</groupId>
-                       <artifactId>paxtools-core</artifactId>
-                       <version>4.1.5-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.biopax.paxtools</groupId>
-                       <artifactId>biopax-converter</artifactId>
-                       <version>4.1.5-SNAPSHOT</version>
-               </dependency>
-               <!-- Spring Dependencies to embed (temporary; must use/start 
Spring EBR 
-                       bundles instead) -->
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-context</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-core</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-oxm</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-web</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.springframework</groupId>
-                       <artifactId>spring-beans</artifactId>
-                       <version>${spring.version}</version>
-                       <scope>runtime</scope>
-               </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.

Reply via email to