Author: mes Date: 2010-11-18 18:48:38 -0800 (Thu, 18 Nov 2010) New Revision: 22923
Added: core3/viewmodel-impl/trunk/pom.xml Log: added pom that was forgotten earlier Added: core3/viewmodel-impl/trunk/pom.xml =================================================================== --- core3/viewmodel-impl/trunk/pom.xml (rev 0) +++ core3/viewmodel-impl/trunk/pom.xml 2010-11-19 02:48:38 UTC (rev 22923) @@ -0,0 +1,21 @@ +<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> + <parent> + <groupId>org.cytoscape</groupId> + <artifactId>parent</artifactId> + <version>3.0.0-alpha4-SNAPSHOT</version> + </parent> + + <groupId>org.cytoscape</groupId> + <artifactId>viewmodel-impl-parent</artifactId> + <packaging>pom</packaging> + <version>3.0.0-alpha2-SNAPSHOT</version> + <name>viewmodel-impl-parent</name> + + <modules> + <module>impl</module> + <module>it</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.
