r26077 - in core3: archetypes/trunk biopax-impl/trunk command-executor-impl/trunk core-task-api/trunk core-task-impl/trunk cpath2-impl/trunk cy-commons-cli/trunk ding-customgraphics-manager-impl/trunk ding-presentation-impl/trunk dnd-api/trunk editor-impl/trunk equations-api/trunk equations-functions-impl/trunk equations-impl/trunk event-api/trunk event-impl/trunk filter-impl/trunk graph-render/trunk gui-distribution/trunk integration-test-support/trunk io-api/trunk io-impl/trunk launch-framework/trunk layout-api/trunk layout-cytoscape-impl/trunk layout-impl/trunk layout-jgraph-impl/trunk layout-prefuse-impl/trunk linkout-impl/trunk log-swing-impl/trunk manual-layout-impl/trunk math-xform/trunk model-api/trunk model-impl/trunk network-analyzer-impl/trunk network-merge-impl/trunk plugin-api/trunk plugin-impl/trunk presentation-api/trunk presentation-impl/trunk property-api/trunk property-impl/trunk psi-mi-impl/trunk sbml-impl/trunk search-impl/trunk service-api/trunk! session-api/trunk session-impl/trunk spacial/trunk splash-updater-impl/trunk swing-application-api/trunk swing-application-impl/trunk swing-util/trunk table-browser-impl/trunk table-import-impl/trunk taglets/trunk task-testing-impl/trunk test-support/trunk util-intr/trunk viewmodel-api/trunk viewmodel-impl/trunk vizmap-api/trunk vizmap-gui-api/trunk vizmap-gui-impl/trunk vizmap-impl/trunk webservice-api/trunk webservice-biomart-client-impl/trunk webservice-impl/trunk webservice-ncbi-client-impl/trunk work-api/trunk work-headless-impl/trunk work-spring-hack/trunk work-swing-api/trunk work-swing-impl/trunk work-tunable-props-impl/trunk wrappers/trunk

Wed, 06 Jul 2011 15:21:25 -0700

Author: mes
Date: 2011-07-06 15:21:16 -0700 (Wed, 06 Jul 2011)
New Revision: 26077

Added:
   core3/wrappers/trunk/pom.xml
Modified:
   core3/archetypes/trunk/pom.xml
   core3/biopax-impl/trunk/pom.xml
   core3/command-executor-impl/trunk/pom.xml
   core3/core-task-api/trunk/pom.xml
   core3/core-task-impl/trunk/pom.xml
   core3/cpath2-impl/trunk/pom.xml
   core3/cy-commons-cli/trunk/pom.xml
   core3/ding-customgraphics-manager-impl/trunk/pom.xml
   core3/ding-presentation-impl/trunk/pom.xml
   core3/dnd-api/trunk/pom.xml
   core3/editor-impl/trunk/pom.xml
   core3/equations-api/trunk/pom.xml
   core3/equations-functions-impl/trunk/pom.xml
   core3/equations-impl/trunk/pom.xml
   core3/event-api/trunk/pom.xml
   core3/event-impl/trunk/pom.xml
   core3/filter-impl/trunk/pom.xml
   core3/graph-render/trunk/pom.xml
   core3/gui-distribution/trunk/pom.xml
   core3/integration-test-support/trunk/pom.xml
   core3/io-api/trunk/pom.xml
   core3/io-impl/trunk/pom.xml
   core3/launch-framework/trunk/pom.xml
   core3/layout-api/trunk/pom.xml
   core3/layout-cytoscape-impl/trunk/pom.xml
   core3/layout-impl/trunk/pom.xml
   core3/layout-jgraph-impl/trunk/pom.xml
   core3/layout-prefuse-impl/trunk/pom.xml
   core3/linkout-impl/trunk/pom.xml
   core3/log-swing-impl/trunk/pom.xml
   core3/manual-layout-impl/trunk/pom.xml
   core3/math-xform/trunk/pom.xml
   core3/model-api/trunk/pom.xml
   core3/model-impl/trunk/pom.xml
   core3/network-analyzer-impl/trunk/pom.xml
   core3/network-merge-impl/trunk/pom.xml
   core3/plugin-api/trunk/pom.xml
   core3/plugin-impl/trunk/pom.xml
   core3/presentation-api/trunk/pom.xml
   core3/presentation-impl/trunk/pom.xml
   core3/property-api/trunk/pom.xml
   core3/property-impl/trunk/pom.xml
   core3/psi-mi-impl/trunk/pom.xml
   core3/sbml-impl/trunk/pom.xml
   core3/search-impl/trunk/pom.xml
   core3/service-api/trunk/pom.xml
   core3/session-api/trunk/pom.xml
   core3/session-impl/trunk/pom.xml
   core3/spacial/trunk/pom.xml
   core3/splash-updater-impl/trunk/pom.xml
   core3/swing-application-api/trunk/pom.xml
   core3/swing-application-impl/trunk/pom.xml
   core3/swing-util/trunk/pom.xml
   core3/table-browser-impl/trunk/pom.xml
   core3/table-import-impl/trunk/pom.xml
   core3/taglets/trunk/pom.xml
   core3/task-testing-impl/trunk/pom.xml
   core3/test-support/trunk/pom.xml
   core3/util-intr/trunk/pom.xml
   core3/viewmodel-api/trunk/pom.xml
   core3/viewmodel-impl/trunk/pom.xml
   core3/vizmap-api/trunk/pom.xml
   core3/vizmap-gui-api/trunk/pom.xml
   core3/vizmap-gui-impl/trunk/pom.xml
   core3/vizmap-impl/trunk/pom.xml
   core3/webservice-api/trunk/pom.xml
   core3/webservice-biomart-client-impl/trunk/pom.xml
   core3/webservice-impl/trunk/pom.xml
   core3/webservice-ncbi-client-impl/trunk/pom.xml
   core3/work-api/trunk/pom.xml
   core3/work-headless-impl/trunk/pom.xml
   core3/work-spring-hack/trunk/pom.xml
   core3/work-swing-api/trunk/pom.xml
   core3/work-swing-impl/trunk/pom.xml
   core3/work-tunable-props-impl/trunk/pom.xml
Log:
added parent relative path

Modified: core3/archetypes/trunk/pom.xml
===================================================================
--- core3/archetypes/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/archetypes/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -6,6 +6,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <!-- These values should be used in child modules! -->

Modified: core3/biopax-impl/trunk/pom.xml
===================================================================
--- core3/biopax-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/biopax-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.biopax-impl</bundle.symbolicName>

Modified: core3/command-executor-impl/trunk/pom.xml
===================================================================
--- core3/command-executor-impl/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/command-executor-impl/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/core-task-api/trunk/pom.xml
===================================================================
--- core3/core-task-api/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/core-task-api/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/core-task-impl/trunk/pom.xml
===================================================================
--- core3/core-task-impl/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/core-task-impl/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/cpath2-impl/trunk/pom.xml
===================================================================
--- core3/cpath2-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/cpath2-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.cpath2-impl</bundle.symbolicName>

Modified: core3/cy-commons-cli/trunk/pom.xml
===================================================================
--- core3/cy-commons-cli/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/cy-commons-cli/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -6,6 +6,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.cy-commons-cli</bundle.symbolicName>

Modified: core3/ding-customgraphics-manager-impl/trunk/pom.xml
===================================================================
--- core3/ding-customgraphics-manager-impl/trunk/pom.xml        2011-07-06 
22:17:17 UTC (rev 26076)
+++ core3/ding-customgraphics-manager-impl/trunk/pom.xml        2011-07-06 
22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/ding-presentation-impl/trunk/pom.xml
===================================================================
--- core3/ding-presentation-impl/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/ding-presentation-impl/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/dnd-api/trunk/pom.xml
===================================================================
--- core3/dnd-api/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/dnd-api/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/editor-impl/trunk/pom.xml
===================================================================
--- core3/editor-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/editor-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/equations-api/trunk/pom.xml
===================================================================
--- core3/equations-api/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/equations-api/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/equations-functions-impl/trunk/pom.xml
===================================================================
--- core3/equations-functions-impl/trunk/pom.xml        2011-07-06 22:17:17 UTC 
(rev 26076)
+++ core3/equations-functions-impl/trunk/pom.xml        2011-07-06 22:21:16 UTC 
(rev 26077)
@@ -7,6 +7,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha6-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/equations-impl/trunk/pom.xml
===================================================================
--- core3/equations-impl/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/equations-impl/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/event-api/trunk/pom.xml
===================================================================
--- core3/event-api/trunk/pom.xml       2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/event-api/trunk/pom.xml       2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/event-impl/trunk/pom.xml
===================================================================
--- core3/event-impl/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/event-impl/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/filter-impl/trunk/pom.xml
===================================================================
--- core3/filter-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/filter-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.filter-impl</bundle.symbolicName>

Modified: core3/graph-render/trunk/pom.xml
===================================================================
--- core3/graph-render/trunk/pom.xml    2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/graph-render/trunk/pom.xml    2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/gui-distribution/trunk/pom.xml
===================================================================
--- core3/gui-distribution/trunk/pom.xml        2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/gui-distribution/trunk/pom.xml        2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
     <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: core3/integration-test-support/trunk/pom.xml
===================================================================
--- core3/integration-test-support/trunk/pom.xml        2011-07-06 22:17:17 UTC 
(rev 26076)
+++ core3/integration-test-support/trunk/pom.xml        2011-07-06 22:21:16 UTC 
(rev 26077)
@@ -5,6 +5,7 @@
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/io-api/trunk/pom.xml
===================================================================
--- core3/io-api/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/io-api/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/io-impl/trunk/pom.xml
===================================================================
--- core3/io-impl/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/io-impl/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 26077)
@@ -6,6 +6,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/launch-framework/trunk/pom.xml
===================================================================
--- core3/launch-framework/trunk/pom.xml        2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/launch-framework/trunk/pom.xml        2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/layout-api/trunk/pom.xml
===================================================================
--- core3/layout-api/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/layout-api/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/layout-cytoscape-impl/trunk/pom.xml
===================================================================
--- core3/layout-cytoscape-impl/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/layout-cytoscape-impl/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/layout-impl/trunk/pom.xml
===================================================================
--- core3/layout-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/layout-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/layout-jgraph-impl/trunk/pom.xml
===================================================================
--- core3/layout-jgraph-impl/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/layout-jgraph-impl/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 
26077)
@@ -7,6 +7,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/layout-prefuse-impl/trunk/pom.xml
===================================================================
--- core3/layout-prefuse-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/layout-prefuse-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/linkout-impl/trunk/pom.xml
===================================================================
--- core3/linkout-impl/trunk/pom.xml    2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/linkout-impl/trunk/pom.xml    2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/log-swing-impl/trunk/pom.xml
===================================================================
--- core3/log-swing-impl/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/log-swing-impl/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/manual-layout-impl/trunk/pom.xml
===================================================================
--- core3/manual-layout-impl/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/manual-layout-impl/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>manual-layout-impl</artifactId>

Modified: core3/math-xform/trunk/pom.xml
===================================================================
--- core3/math-xform/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/math-xform/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -3,6 +3,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/model-api/trunk/pom.xml
===================================================================
--- core3/model-api/trunk/pom.xml       2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/model-api/trunk/pom.xml       2011-07-06 22:21:16 UTC (rev 26077)
@@ -6,7 +6,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
-               <relativePath />
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/model-impl/trunk/pom.xml
===================================================================
--- core3/model-impl/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/model-impl/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/network-analyzer-impl/trunk/pom.xml
===================================================================
--- core3/network-analyzer-impl/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/network-analyzer-impl/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <artifactId>network-analyzer-impl</artifactId>

Modified: core3/network-merge-impl/trunk/pom.xml
===================================================================
--- core3/network-merge-impl/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/network-merge-impl/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>network-merge-impl</artifactId>

Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/plugin-api/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/plugin-impl/trunk/pom.xml
===================================================================
--- core3/plugin-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/plugin-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/presentation-api/trunk/pom.xml
===================================================================
--- core3/presentation-api/trunk/pom.xml        2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/presentation-api/trunk/pom.xml        2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/presentation-impl/trunk/pom.xml
===================================================================
--- core3/presentation-impl/trunk/pom.xml       2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/presentation-impl/trunk/pom.xml       2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/property-api/trunk/pom.xml
===================================================================
--- core3/property-api/trunk/pom.xml    2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/property-api/trunk/pom.xml    2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/property-impl/trunk/pom.xml
===================================================================
--- core3/property-impl/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/property-impl/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/psi-mi-impl/trunk/pom.xml
===================================================================
--- core3/psi-mi-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/psi-mi-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
   <properties>
     <bundle.symbolicName>org.cytoscape.psi-mi-impl</bundle.symbolicName>

Modified: core3/sbml-impl/trunk/pom.xml
===================================================================
--- core3/sbml-impl/trunk/pom.xml       2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/sbml-impl/trunk/pom.xml       2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
        <properties>
                
<bundle.symbolicName>org.cytoscape.sbml-impl</bundle.symbolicName>

Modified: core3/search-impl/trunk/pom.xml
===================================================================
--- core3/search-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/search-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/service-api/trunk/pom.xml
===================================================================
--- core3/service-api/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/service-api/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/session-api/trunk/pom.xml
===================================================================
--- core3/session-api/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/session-api/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/session-impl/trunk/pom.xml
===================================================================
--- core3/session-impl/trunk/pom.xml    2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/session-impl/trunk/pom.xml    2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/spacial/trunk/pom.xml
===================================================================
--- core3/spacial/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/spacial/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/splash-updater-impl/trunk/pom.xml
===================================================================
--- core3/splash-updater-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/splash-updater-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
     <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/swing-application-api/trunk/pom.xml
===================================================================
--- core3/swing-application-api/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/swing-application-api/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/swing-application-impl/trunk/pom.xml
===================================================================
--- core3/swing-application-impl/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/swing-application-impl/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/swing-util/trunk/pom.xml
===================================================================
--- core3/swing-util/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/swing-util/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/table-browser-impl/trunk/pom.xml
===================================================================
--- core3/table-browser-impl/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/table-browser-impl/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/table-import-impl/trunk/pom.xml
===================================================================
--- core3/table-import-impl/trunk/pom.xml       2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/table-import-impl/trunk/pom.xml       2011-07-06 22:21:16 UTC (rev 
26077)
@@ -4,6 +4,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/taglets/trunk/pom.xml
===================================================================
--- core3/taglets/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/taglets/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 26077)
@@ -3,6 +3,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>

Modified: core3/task-testing-impl/trunk/pom.xml
===================================================================
--- core3/task-testing-impl/trunk/pom.xml       2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/task-testing-impl/trunk/pom.xml       2011-07-06 22:21:16 UTC (rev 
26077)
@@ -6,6 +6,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/test-support/trunk/pom.xml
===================================================================
--- core3/test-support/trunk/pom.xml    2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/test-support/trunk/pom.xml    2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/util-intr/trunk/pom.xml
===================================================================
--- core3/util-intr/trunk/pom.xml       2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/util-intr/trunk/pom.xml       2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
     <groupId>org.cytoscape</groupId>
     <artifactId>parent</artifactId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/viewmodel-api/trunk/pom.xml
===================================================================
--- core3/viewmodel-api/trunk/pom.xml   2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/viewmodel-api/trunk/pom.xml   2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/viewmodel-impl/trunk/pom.xml
===================================================================
--- core3/viewmodel-impl/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/viewmodel-impl/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/vizmap-api/trunk/pom.xml
===================================================================
--- core3/vizmap-api/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/vizmap-api/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 26077)
@@ -6,6 +6,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/vizmap-gui-api/trunk/pom.xml
===================================================================
--- core3/vizmap-gui-api/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/vizmap-gui-api/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/vizmap-gui-impl/trunk/pom.xml
===================================================================
--- core3/vizmap-gui-impl/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/vizmap-gui-impl/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/vizmap-impl/trunk/pom.xml
===================================================================
--- core3/vizmap-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/vizmap-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/webservice-api/trunk/pom.xml
===================================================================
--- core3/webservice-api/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/webservice-api/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/webservice-biomart-client-impl/trunk/pom.xml
===================================================================
--- core3/webservice-biomart-client-impl/trunk/pom.xml  2011-07-06 22:17:17 UTC 
(rev 26076)
+++ core3/webservice-biomart-client-impl/trunk/pom.xml  2011-07-06 22:21:16 UTC 
(rev 26077)
@@ -6,6 +6,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/webservice-impl/trunk/pom.xml
===================================================================
--- core3/webservice-impl/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/webservice-impl/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/webservice-ncbi-client-impl/trunk/pom.xml
===================================================================
--- core3/webservice-ncbi-client-impl/trunk/pom.xml     2011-07-06 22:17:17 UTC 
(rev 26076)
+++ core3/webservice-ncbi-client-impl/trunk/pom.xml     2011-07-06 22:21:16 UTC 
(rev 26077)
@@ -7,6 +7,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha8-SNAPSHOT</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/work-api/trunk/pom.xml
===================================================================
--- core3/work-api/trunk/pom.xml        2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/work-api/trunk/pom.xml        2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/work-headless-impl/trunk/pom.xml
===================================================================
--- core3/work-headless-impl/trunk/pom.xml      2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/work-headless-impl/trunk/pom.xml      2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
     <artifactId>parent</artifactId>
     <groupId>org.cytoscape</groupId>
     <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
   </parent>
 
   <properties>

Modified: core3/work-spring-hack/trunk/pom.xml
===================================================================
--- core3/work-spring-hack/trunk/pom.xml        2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/work-spring-hack/trunk/pom.xml        2011-07-06 22:21:16 UTC (rev 
26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/work-swing-api/trunk/pom.xml
===================================================================
--- core3/work-swing-api/trunk/pom.xml  2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/work-swing-api/trunk/pom.xml  2011-07-06 22:21:16 UTC (rev 26077)
@@ -5,6 +5,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Modified: core3/work-swing-impl/trunk/pom.xml
===================================================================
--- core3/work-swing-impl/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 26076)
+++ core3/work-swing-impl/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 26077)
@@ -4,6 +4,7 @@
                <groupId>org.cytoscape</groupId>
                <artifactId>parent</artifactId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <groupId>org.cytoscape</groupId>

Modified: core3/work-tunable-props-impl/trunk/pom.xml
===================================================================
--- core3/work-tunable-props-impl/trunk/pom.xml 2011-07-06 22:17:17 UTC (rev 
26076)
+++ core3/work-tunable-props-impl/trunk/pom.xml 2011-07-06 22:21:16 UTC (rev 
26077)
@@ -7,6 +7,7 @@
                <artifactId>parent</artifactId>
                <groupId>org.cytoscape</groupId>
                <version>3.0.0-alpha7</version>
+               <relativePath>../parent</relativePath>
        </parent>
 
        <properties>

Added: core3/wrappers/trunk/pom.xml
===================================================================
--- core3/wrappers/trunk/pom.xml                                (rev 0)
+++ core3/wrappers/trunk/pom.xml        2011-07-06 22:21:16 UTC (rev 26077)
@@ -0,0 +1,20 @@
+
+<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.wrappers</groupId>
+       <artifactId>parent</artifactId>
+       <packaging>pom</packaging>
+       <version>3.0.0-alpha1-SNAPSHOT</version>
+       <name>Wrappers Project POM</name>
+
+       <modules>
+               <module>blueprints-core</module>
+               <module>freehep-graphics-base</module>
+               <module>freehep-io</module>
+               <module>org.apache.lucene</module>
+               <module>org.processing.core</module>
+               <module>org.swinglabs.swing-layout</module>
+               <module>org.swinglabs.swingx</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.

Reply via email to