Author: mes Date: 2012-04-06 11:50:22 -0700 (Fri, 06 Apr 2012) New Revision: 28749
Added: csplugins/trunk/ucsd/mes/genomespace/pom.xml Modified: csplugins/trunk/ucsd/mes/genomespace/cytable-reader/ csplugins/trunk/ucsd/mes/genomespace/cytable-reader/pom.xml csplugins/trunk/ucsd/mes/genomespace/genomespace-libs-plugin/ csplugins/trunk/ucsd/mes/genomespace/genomespace-libs-plugin/pom.xml csplugins/trunk/ucsd/mes/genomespace/genomespace-plugin/ csplugins/trunk/ucsd/mes/genomespace/genomespace-plugin/pom.xml csplugins/trunk/ucsd/mes/genomespace/genomespace-webstart/ csplugins/trunk/ucsd/mes/genomespace/gxp-reader/ csplugins/trunk/ucsd/mes/genomespace/gxp-reader/pom.xml Log: added ignores and updated poms to work as project Property changes on: csplugins/trunk/ucsd/mes/genomespace/cytable-reader ___________________________________________________________________ Added: svn:ignore + target Modified: csplugins/trunk/ucsd/mes/genomespace/cytable-reader/pom.xml =================================================================== --- csplugins/trunk/ucsd/mes/genomespace/cytable-reader/pom.xml 2012-04-06 18:36:02 UTC (rev 28748) +++ csplugins/trunk/ucsd/mes/genomespace/cytable-reader/pom.xml 2012-04-06 18:50:22 UTC (rev 28749) @@ -2,9 +2,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>genomespace-parent</artifactId> + <groupId>cytoscape</groupId> + <version>1.0-SNAPSHOT</version> + </parent> + <groupId>cytoscape</groupId> <artifactId>cytable-reader</artifactId> - <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>CyTable Reader Plugin</name> Property changes on: csplugins/trunk/ucsd/mes/genomespace/genomespace-libs-plugin ___________________________________________________________________ Added: svn:ignore + target Modified: csplugins/trunk/ucsd/mes/genomespace/genomespace-libs-plugin/pom.xml =================================================================== --- csplugins/trunk/ucsd/mes/genomespace/genomespace-libs-plugin/pom.xml 2012-04-06 18:36:02 UTC (rev 28748) +++ csplugins/trunk/ucsd/mes/genomespace/genomespace-libs-plugin/pom.xml 2012-04-06 18:50:22 UTC (rev 28749) @@ -2,9 +2,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>genomespace-parent</artifactId> + <groupId>cytoscape</groupId> + <version>1.0-SNAPSHOT</version> + </parent> + <groupId>cytoscape</groupId> <artifactId>genomespace-libs-plugin</artifactId> - <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>GenomeSpace Libraries Plugin</name> Property changes on: csplugins/trunk/ucsd/mes/genomespace/genomespace-plugin ___________________________________________________________________ Added: svn:ignore + target Modified: csplugins/trunk/ucsd/mes/genomespace/genomespace-plugin/pom.xml =================================================================== --- csplugins/trunk/ucsd/mes/genomespace/genomespace-plugin/pom.xml 2012-04-06 18:36:02 UTC (rev 28748) +++ csplugins/trunk/ucsd/mes/genomespace/genomespace-plugin/pom.xml 2012-04-06 18:50:22 UTC (rev 28749) @@ -2,9 +2,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>genomespace-parent</artifactId> + <groupId>cytoscape</groupId> + <version>1.0-SNAPSHOT</version> + </parent> + <groupId>cytoscape</groupId> <artifactId>genomespace-plugin</artifactId> - <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>GenomeSpace Plugin</name> Property changes on: csplugins/trunk/ucsd/mes/genomespace/genomespace-webstart ___________________________________________________________________ Added: svn:ignore + target Property changes on: csplugins/trunk/ucsd/mes/genomespace/gxp-reader ___________________________________________________________________ Added: svn:ignore + target Modified: csplugins/trunk/ucsd/mes/genomespace/gxp-reader/pom.xml =================================================================== --- csplugins/trunk/ucsd/mes/genomespace/gxp-reader/pom.xml 2012-04-06 18:36:02 UTC (rev 28748) +++ csplugins/trunk/ucsd/mes/genomespace/gxp-reader/pom.xml 2012-04-06 18:50:22 UTC (rev 28749) @@ -2,9 +2,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>genomespace-parent</artifactId> + <groupId>cytoscape</groupId> + <version>1.0-SNAPSHOT</version> + </parent> + <groupId>cytoscape</groupId> <artifactId>gxp-reader</artifactId> - <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>GXP Reader Plugin</name> Added: csplugins/trunk/ucsd/mes/genomespace/pom.xml =================================================================== --- csplugins/trunk/ucsd/mes/genomespace/pom.xml (rev 0) +++ csplugins/trunk/ucsd/mes/genomespace/pom.xml 2012-04-06 18:50:22 UTC (rev 28749) @@ -0,0 +1,22 @@ +<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"> + + <modelVersion>4.0.0</modelVersion> + + <artifactId>genomespace-parent</artifactId> + <groupId>cytoscape</groupId> + <packaging>pom</packaging> + <name>Cytoscape GenomeSpace Parent Pom</name> + <version>1.0-SNAPSHOT</version> + + <modules> + <module>genomespace-libs-plugin</module> + <module>genomespace-plugin</module> + <module>gxp-reader</module> + <module>cytable-reader</module> + <!-- webstart actually has a different parent (cytoscape-webstart) + so we don't include it here! It needs to be built separately. + <module>genomespace-webstart</module> + --> + </modules> + +</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.
