Author: kono Date: 2009-06-26 15:32:23 -0700 (Fri, 26 Jun 2009) New Revision: 17125
Modified: csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml Log: Modified: csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml =================================================================== --- csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml 2009-06-26 22:32:14 UTC (rev 17124) +++ csplugins/trunk/soc/kozo/layer-plugin/layer-builder-plugin/pom.xml 2009-06-26 22:32:23 UTC (rev 17125) @@ -1,53 +1,50 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + 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"> - <parent> - <relativePath>../poms/compiled/</relativePath> - <groupId>org.cytoscape.layer-plugin.build</groupId> - <artifactId>compiled-bundle-settings</artifactId> - <version>1.0-SNAPSHOT</version> - </parent> + <parent> + <relativePath>../poms/compiled/</relativePath> + <groupId>org.cytoscape.layer-plugin.build</groupId> + <artifactId>compiled-bundle-settings</artifactId> + <version>1.0-SNAPSHOT</version> + </parent> - <properties> - <bundle.symbolicName>org.cytoscape.layer-plugin.layer-builder-plugin</bundle.symbolicName> - <bundle.namespace>org.cytoscape.layer</bundle.namespace> - </properties> + <properties> + <bundle.symbolicName>org.cytoscape.layer-plugin.layer-builder-plugin</bundle.symbolicName> + <bundle.namespace>org.cytoscape.layer</bundle.namespace> + </properties> - <modelVersion>4.0.0</modelVersion> - <groupId>org.cytoscape.layer-plugin</groupId> - <artifactId>layer-builder-plugin</artifactId> - <version>1.0-SNAPSHOT</version> + <modelVersion>4.0.0</modelVersion> + <groupId>org.cytoscape.layer-plugin</groupId> + <artifactId>layer-builder-plugin</artifactId> + <version>1.0-SNAPSHOT</version> - <name>${bundle.symbolicName} [${bundle.namespace}]</name> + <name>${bundle.symbolicName} [${bundle.namespace}]</name> - <packaging>bundle</packaging> + <packaging>bundle</packaging> - <dependencies> - <!-- - | uncomment to add all imported (non-local) bundles to your compilation classpath - <dependency> - <type>pom</type> - <groupId>${parent.groupId}</groupId> - <artifactId>provision</artifactId> - <optional>true</optional> - </dependency> - --> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi_R4_core</artifactId> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>osgi_R4_compendium</artifactId> - <optional>true</optional> - </dependency> - <dependency> - <groupId>cytoscape</groupId> - <artifactId>application</artifactId> - <version>1.0-SNAPSHOT</version> - </dependency> - - </dependencies> + <dependencies> + <!-- + | uncomment to add all imported (non-local) bundles to your + compilation classpath <dependency> <type>pom</type> + <groupId>${parent.groupId}</groupId> + <artifactId>provision</artifactId> <optional>true</optional> + </dependency> + --> + <dependency> + <groupId>cytoscape</groupId> + <artifactId>application</artifactId> + <version>1.0-SNAPSHOT</version> + </dependency> + + <dependency> + <groupId>org.cytoscape.wrappers</groupId> + <artifactId>org.swinglabs.swing-layout</artifactId> + <version>1.0.3</version> + </dependency> + + </dependencies> + </project> \ No newline at end of file --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
