Author: mes Date: 2011-07-05 14:43:16 -0700 (Tue, 05 Jul 2011) New Revision: 26029
Added: core3/cy3/pom.xml Log: adding test pom Added: core3/cy3/pom.xml =================================================================== --- core3/cy3/pom.xml (rev 0) +++ core3/cy3/pom.xml 2011-07-05 21:43:16 UTC (rev 26029) @@ -0,0 +1,15 @@ +<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> + + <groupId>org.cytoscape.api</groupId> + <artifactId>project</artifactId> + <packaging>pom</packaging> + <version>3.0.0-alpha1-SNAPSHOT</version> + <name>Cytoscape API Project POM</name> + + <modules> + <module>event-api</module> + <module>model-api</module> + <module>viewmodel-api</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.
