Author: kono Date: 2008-12-02 10:59:59 -0800 (Tue, 02 Dec 2008) New Revision: 15296
Added: cytoscape3/trunk/webservice/ cytoscape3/trunk/webservice/pom.xml Log: Web Service code moved to a new maven module. Added: cytoscape3/trunk/webservice/pom.xml =================================================================== --- cytoscape3/trunk/webservice/pom.xml 2008-12-02 18:37:03 UTC (rev 15295) +++ cytoscape3/trunk/webservice/pom.xml 2008-12-02 18:59:59 UTC (rev 15296) @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + + <parent> + <groupId>cytoscape</groupId> + <artifactId>core</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.cytoscape</groupId> + <artifactId>webservice</artifactId> + + <name></name> + + <packaging>pom</packaging> + + <modules> + <module>ws-client</module> + <module>ws-client-gui</module> + </modules> + +</project> \ No newline at end of file Property changes on: cytoscape3/trunk/webservice/pom.xml ___________________________________________________________________ Name: svn:executable + * --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
