Author: mes
Date: 2011-01-28 11:10:33 -0800 (Fri, 28 Jan 2011)
New Revision: 23803

Added:
   core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/
   core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/pom.xml
Removed:
   core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/pom.xml
Log:
[maven-release-plugin]  copy for tag table-import-impl-3.0.0-alpha1

Copied: core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1 (from rev 
23798, core3/table-import-impl/trunk)

Deleted: core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/pom.xml
===================================================================
--- core3/table-import-impl/trunk/pom.xml       2011-01-28 19:02:38 UTC (rev 
23798)
+++ core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/pom.xml 
2011-01-28 19:10:33 UTC (rev 23803)
@@ -1,221 +0,0 @@
-<?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";>
-
-       <properties>
-               
<bundle.symbolicName>org.cytoscape.table-import-impl</bundle.symbolicName>
-               <bundle.namespace>org.cytoscape.tableimport</bundle.namespace>
-       </properties>
-
-       <parent>
-               <artifactId>parent</artifactId>
-               <groupId>org.cytoscape</groupId>
-               <version>3.0.0-alpha3</version>
-       </parent>
-       <modelVersion>4.0.0</modelVersion>
-    <groupId>org.cytoscape</groupId>
-    <artifactId>table-import-impl</artifactId>
-       <version>1.0-SNAPSHOT</version>
-
-       <name>${bundle.symbolicName} [${bundle.namespace}]</name>
-
-       <packaging>bundle</packaging>
-
-       <build>
-               <!-- Cytoscape requires Java 1.6 -->
-               <plugins>
-                       <plugin>
-                               <groupId>org.ops4j</groupId>
-                               <artifactId>maven-pax-plugin</artifactId>
-                               <version>1.4</version>
-                               <extensions>true</extensions>
-                       </plugin>
-                       <!-- Generates the OSGi metadata based on the osgi.bnd 
file. -->
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-                               <artifactId>maven-bundle-plugin</artifactId>
-                               <version>1.4.3</version>
-                               <configuration>
-                                       <instructions>
-                                               
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-                                               
<Bundle-Version>${pom.version}</Bundle-Version>
-                                               <_include>-osgi.bnd</_include>
-                                       </instructions>
-                               </configuration>
-                       </plugin>
-               </plugins>
-       </build>
-
-       <!-- Links to the Cytoscape Maven repositories. -->
-       <repositories>
-               <repository>
-                       <id>cytoscape_snapshots</id>
-                       <snapshots>
-                               <enabled>true</enabled>
-                       </snapshots>
-                       <releases>
-                               <enabled>false</enabled>
-                       </releases>
-                       <name>Cytoscape Snapshots</name>
-                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
-               </repository>
-               <repository>
-                       <id>cytoscape_releases</id>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-                       <releases>
-                               <enabled>true</enabled>
-                       </releases>
-                       <name>Cytoscape Releases</name>
-                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
-               </repository>
-               <repository>
-                       <id>cytoscape_thirdparty</id>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-                       <releases>
-                               <enabled>true</enabled>
-                       </releases>
-                       <name>Cytoscape Third Party</name>
-                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/thirdparty/</url>
-               </repository>
-               
-               <!-- For Apache poi -->
-               <repository>
-                       <id>com.springsource.repository.bundles.release</id>
-               <name>SpringSource Enterprise Bundle Repository - SpringSource 
Bundle Releases</name>
-               
<url>http://repository.springsource.com/maven/bundles/release</url>
-               </repository>
-
-               <repository>
-               <id>com.springsource.repository.bundles.external</id>
-               <name>SpringSource Enterprise Bundle Repository - External 
Bundle Releases</name>
-               
<url>http://repository.springsource.com/maven/bundles/external</url>
-               </repository>           
-       </repositories>
-
-       <!-- Dependencies needed to compile this project. -->
-       <dependencies>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>model-api</artifactId>
-                       <version>3.0.0-alpha2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>viewmodel-api</artifactId>
-                       <version>3.0.0-alpha3-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>core-task-api</artifactId>
-                       <version>3.0.0-alpha2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>session-api</artifactId>
-                       <version>3.0.0-alpha1</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>layout-api</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>io-api</artifactId>
-                       <version>3.0.0-alpha2-SNAPSHOT</version>
-               </dependency>
-               <dependency>
-               <groupId>org.cytoscape</groupId>
-               <artifactId>swing-application-api</artifactId>
-               <version>1.0-SNAPSHOT</version>
-               </dependency>
-
-               <dependency>
-               <groupId>org.cytoscape</groupId>
-               <artifactId>swing-util</artifactId>
-               <version>1.0-SNAPSHOT</version>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>work-swing-api</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>
-
-
-               <!-- Apache poi -->
-               <dependency>
-                       <groupId>org.apache.xmlbeans</groupId> 
-                       
<artifactId>com.springsource.org.apache.xmlbeans</artifactId> 
-                       <version>2.4.0</version> 
-               </dependency>
-               <dependency>
-                       <groupId>org.dom4j</groupId>
-                       <artifactId>com.springsource.org.dom4j</artifactId>
-                       <version>1.6.1</version>
-               </dependency>
-               <dependency> 
-                       <groupId>javax.xml.stream</groupId> 
-                       
<artifactId>com.springsource.javax.xml.stream</artifactId> 
-                       <version>1.0.1</version> 
-               </dependency>
-
-               <!-- 
-                    org.apache.poi-all (below) consists of the 4 jars listed
-                        in this comment. We need to combine them because of a 
package 
-                        split between org.apache.poi and org.apache.poi-ooxml.
-
-                               <dependency>
-                                       <groupId>cytoscape-temp</groupId>
-                                       <artifactId>org.apache.poi</artifactId>
-                                       <version>3.6</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>cytoscape-temp</groupId>
-                                       
<artifactId>org.apache.poi-contrib</artifactId>
-                                       <version>3.6</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>cytoscape-temp</groupId>
-                                       
<artifactId>org.apache.poi-ooxml</artifactId>
-                                       <version>3.6</version>
-                               </dependency>
-                               <dependency>
-                                       <groupId>cytoscape-temp</groupId>
-                                       
<artifactId>org.apache.poi-ooxml-schemas</artifactId>
-                                       <version>3.6</version>
-                               </dependency>
-               -->
-               <dependency>
-                       <groupId>cytoscape-temp</groupId>
-                       <artifactId>org.apache.poi-all</artifactId>
-                       <version>3.6</version>
-               </dependency>
-
-               <!-- dependencies specifically for unit testing -->
-               <dependency>
-                       <groupId>junit</groupId>
-                       <artifactId>junit</artifactId>
-                       <version>4.4</version>
-                       <scope>test</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
-                       <artifactId>test-support</artifactId>
-                       <version>1.0-SNAPSHOT</version>
-                       <scope>test</scope>
-               </dependency>
-       </dependencies>
-
-</project>

Copied: core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/pom.xml 
(from rev 23802, core3/table-import-impl/trunk/pom.xml)
===================================================================
--- core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/pom.xml         
                (rev 0)
+++ core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1/pom.xml 
2011-01-28 19:10:33 UTC (rev 23803)
@@ -0,0 +1,219 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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";>
+       <parent>
+               <artifactId>parent</artifactId>
+               <groupId>org.cytoscape</groupId>
+               <version>3.0.0-alpha3</version>
+       </parent>
+
+       <modelVersion>4.0.0</modelVersion>
+    <groupId>org.cytoscape</groupId>
+    <artifactId>table-import-impl</artifactId>
+       <version>3.0.0-alpha1</version>
+
+       <properties>
+               
<bundle.symbolicName>org.cytoscape.table-import-impl</bundle.symbolicName>
+               <bundle.namespace>org.cytoscape.tableimport</bundle.namespace>
+       </properties>
+
+       <name>${bundle.symbolicName} [${bundle.namespace}]</name>
+
+       <packaging>bundle</packaging>
+
+    <scm>
+        
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1</connection>
+        
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1</developerConnection>
+        
<url>http://chianti.ucsd.edu/svn/core3/table-import-impl/tags/table-import-impl-3.0.0-alpha1</url>
+    </scm>
+
+       <build>
+               <!-- Cytoscape requires Java 1.6 -->
+               <plugins>
+                       <plugin>
+                               <groupId>org.ops4j</groupId>
+                               <artifactId>maven-pax-plugin</artifactId>
+                               <version>1.4</version>
+                               <extensions>true</extensions>
+                       </plugin>
+                       <!-- Generates the OSGi metadata based on the osgi.bnd 
file. -->
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+                               <artifactId>maven-bundle-plugin</artifactId>
+                               <version>1.4.3</version>
+                               <configuration>
+                                       <instructions>
+                                               
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
+                                               
<Bundle-Version>${pom.version}</Bundle-Version>
+                                               <_include>-osgi.bnd</_include>
+                                       </instructions>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
+
+       <!-- Links to the Cytoscape Maven repositories. -->
+       <repositories>
+               <repository>
+                       <id>cytoscape_snapshots</id>
+                       <snapshots>
+                               <enabled>true</enabled>
+                       </snapshots>
+                       <releases>
+                               <enabled>false</enabled>
+                       </releases>
+                       <name>Cytoscape Snapshots</name>
+                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
+               </repository>
+               <repository>
+                       <id>cytoscape_releases</id>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <releases>
+                               <enabled>true</enabled>
+                       </releases>
+                       <name>Cytoscape Releases</name>
+                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
+               </repository>
+               <repository>
+                       <id>cytoscape_thirdparty</id>
+                       <snapshots>
+                               <enabled>false</enabled>
+                       </snapshots>
+                       <releases>
+                               <enabled>true</enabled>
+                       </releases>
+                       <name>Cytoscape Third Party</name>
+                       
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/thirdparty/</url>
+               </repository>
+               
+               <!-- For Apache poi -->
+               <repository>
+                       <id>com.springsource.repository.bundles.release</id>
+               <name>SpringSource Enterprise Bundle Repository - SpringSource 
Bundle Releases</name>
+               
<url>http://repository.springsource.com/maven/bundles/release</url>
+               </repository>
+
+               <repository>
+               <id>com.springsource.repository.bundles.external</id>
+               <name>SpringSource Enterprise Bundle Repository - External 
Bundle Releases</name>
+               
<url>http://repository.springsource.com/maven/bundles/external</url>
+               </repository>           
+       </repositories>
+
+       <!-- Dependencies needed to compile this project. -->
+       <dependencies>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>model-api</artifactId>
+                       <version>3.0.0-alpha2</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>viewmodel-api</artifactId>
+                       <version>3.0.0-alpha3</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>core-task-api</artifactId>
+                       <version>3.0.0-alpha2</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>session-api</artifactId>
+                       <version>3.0.0-alpha1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>layout-api</artifactId>
+                       <version>3.0.0-alpha1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>io-api</artifactId>
+                       <version>3.0.0-alpha2</version>
+               </dependency>
+               <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>swing-application-api</artifactId>
+               <version>3.0.0-alpha1</version>
+               </dependency>
+
+               <dependency>
+               <groupId>org.cytoscape</groupId>
+               <artifactId>swing-util</artifactId>
+               <version>3.0.0-alpha1</version>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>work-swing-api</artifactId>
+                       <version>3.0.0-alpha1</version>
+               </dependency>
+    
+       <dependency>
+               <groupId>org.cytoscape.wrappers</groupId>
+                       <artifactId>org.swinglabs.swing-layout</artifactId>
+                       <version>1.0.3</version>
+       </dependency>
+
+
+               <!-- Apache poi -->
+               <dependency>
+                       <groupId>org.apache.xmlbeans</groupId> 
+                       
<artifactId>com.springsource.org.apache.xmlbeans</artifactId> 
+                       <version>2.4.0</version> 
+               </dependency>
+               <dependency>
+                       <groupId>org.dom4j</groupId>
+                       <artifactId>com.springsource.org.dom4j</artifactId>
+                       <version>1.6.1</version>
+               </dependency>
+               <dependency> 
+                       <groupId>javax.xml.stream</groupId> 
+                       
<artifactId>com.springsource.javax.xml.stream</artifactId> 
+                       <version>1.0.1</version> 
+               </dependency>
+
+               <!-- 
+                    org.apache.poi-all (below) consists of the 4 jars listed
+                        in this comment. We need to combine them because of a 
package 
+                        split between org.apache.poi and org.apache.poi-ooxml.
+
+                               <dependency>
+                                       <groupId>cytoscape-temp</groupId>
+                                       <artifactId>org.apache.poi</artifactId>
+                                       <version>3.6</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>cytoscape-temp</groupId>
+                                       
<artifactId>org.apache.poi-contrib</artifactId>
+                                       <version>3.6</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>cytoscape-temp</groupId>
+                                       
<artifactId>org.apache.poi-ooxml</artifactId>
+                                       <version>3.6</version>
+                               </dependency>
+                               <dependency>
+                                       <groupId>cytoscape-temp</groupId>
+                                       
<artifactId>org.apache.poi-ooxml-schemas</artifactId>
+                                       <version>3.6</version>
+                               </dependency>
+               -->
+               <dependency>
+                       <groupId>cytoscape-temp</groupId>
+                       <artifactId>org.apache.poi-all</artifactId>
+                       <version>3.6</version>
+               </dependency>
+
+               <!-- dependencies specifically for unit testing -->
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>4.4</version>
+                       <scope>test</scope>
+               </dependency>
+       </dependencies>
+
+</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