Author: mes
Date: 2011-01-28 11:22:14 -0800 (Fri, 28 Jan 2011)
New Revision: 23809
Added:
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/pom.xml
Removed:
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/pom.xml
Log:
[maven-release-plugin] copy for tag ding-presentation-impl-3.0.0-alpha1
Copied: core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1
(from rev 23807, core3/ding-presentation-impl/trunk)
Deleted:
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/pom.xml
===================================================================
--- core3/ding-presentation-impl/trunk/pom.xml 2011-01-28 19:20:47 UTC (rev
23807)
+++
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/pom.xml
2011-01-28 19:22:14 UTC (rev 23809)
@@ -1,199 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <parent>
- <groupId>org.cytoscape</groupId>
- <artifactId>parent</artifactId>
- <version>3.0.0-alpha4</version>
- </parent>
-
- <properties>
-
<bundle.symbolicName>org.cytoscape.ding-presentation-impl</bundle.symbolicName>
- <bundle.namespace>org.cytoscape.ding</bundle.namespace>
- </properties>
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.cytoscape</groupId>
- <artifactId>ding-presentation-impl</artifactId>
- <version>1.0-SNAPSHOT</version>
-
- <name>${bundle.symbolicName}</name>
-
- <packaging>bundle</packaging>
-
- <scm>
-
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/ding-presentation-impl/trunk</connection>
-
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/ding-presentation-impl/trunk</developerConnection>
-
<url>http://chianti.ucsd.edu/svn/core3/ding-presentation-impl/trunk</url>
- </scm>
-
- <repositories>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM snapshots -->
- <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>
- <!-- bootstrap for cytoscape dependencies, namely the parent
POM releases -->
- <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>
- </repositories>
-
- <build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <!-- | example additional resource entries, useful when
building Eclipse
- RCP applications -->
- <resource>
- <directory>.</directory>
- <includes>
- <include>plugin.xml</include>
- <include>plugin.properties</include>
- <include>icons/**</include>
- </includes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.ops4j</groupId>
- <artifactId>maven-pax-plugin</artifactId>
- <version>1.4</version>
- <!-- | enable improved OSGi compilation support
for the bundle life-cycle.
- | to switch back to the standard bundle
life-cycle, move this setting | down
- to the maven-bundle-plugin section -->
- <extensions>true</extensions>
- </plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
<version>${maven-bundle-plugin.version}</version>
- <!-- | the following instructions build a
simple set of public/private
- classes into an OSGi bundle -->
- <configuration>
- <instructions>
-
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
-
<Bundle-Version>${pom.version}</Bundle-Version>
- <!-- | assume public classes
are in the top package, and private classes
- are under ".internal"
-->
-
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
-
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
- <!-- | each module can override
these defaults in their osgi.bnd file -->
- <_include>-osgi.bnd</_include>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
-
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>graph-render</artifactId>
- <version>3.0.0-alpha1</version>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>presentation-api</artifactId>
- <version>3.0.0-alpha2</version>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>core-task-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>service-util</artifactId>
- <version>3.0.0-alpha1</version>
- </dependency>
-
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>vizmap-gui-api</artifactId>
- <version>3.0.0-alpha1</version>
- </dependency>
-
-
- <!-- Wrapped libraries -->
- <dependency>
- <groupId>org.cytoscape.wrappers</groupId>
- <artifactId>org.swinglabs.swingx</artifactId>
- <version>1.6.1</version>
- </dependency>
- <dependency>
- <groupId>cytoscape-temp</groupId>
- <artifactId>l2fprod-common-sheet</artifactId>
- <version>7.3</version>
- </dependency>
- <dependency>
- <groupId>cytoscape-temp</groupId>
- <artifactId>l2fprod-common-shared</artifactId>
- <version>7.3</version>
- </dependency>
- <dependency>
- <groupId>cytoscape-temp</groupId>
- <artifactId>l2fprod-common-fontchooser</artifactId>
- <version>7.3</version>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>dnd-api</artifactId>
- <version>3.0.0-alpha1</version>
- </dependency>
-
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>session-api</artifactId>
- <version>3.0.0-alpha2</version>
- </dependency>
-
- <!-- Testing -->
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>${junit.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>presentation-api</artifactId>
- <version>3.0.0-alpha2</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- </dependencies>
-
-</project>
Copied:
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/pom.xml
(from rev 23808, core3/ding-presentation-impl/trunk/pom.xml)
===================================================================
---
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/pom.xml
(rev 0)
+++
core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1/pom.xml
2011-01-28 19:22:14 UTC (rev 23809)
@@ -0,0 +1,197 @@
+<?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>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>parent</artifactId>
+ <version>3.0.0-alpha4</version>
+ </parent>
+
+ <properties>
+
<bundle.symbolicName>org.cytoscape.ding-presentation-impl</bundle.symbolicName>
+ <bundle.namespace>org.cytoscape.ding</bundle.namespace>
+ </properties>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>ding-presentation-impl</artifactId>
+ <version>3.0.0-alpha1</version>
+
+ <name>${bundle.symbolicName}</name>
+
+ <packaging>bundle</packaging>
+
+ <scm>
+
<connection>scm:svn:http://chianti.ucsd.edu/svn/core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1</connection>
+
<developerConnection>scm:svn:svn+ssh://grenache.ucsd.edu/cellar/common/svn/core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1</developerConnection>
+
<url>http://chianti.ucsd.edu/svn/core3/ding-presentation-impl/tags/ding-presentation-impl-3.0.0-alpha1</url>
+ </scm>
+
+ <repositories>
+ <!-- bootstrap for cytoscape dependencies, namely the parent
POM snapshots -->
+ <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>
+ <!-- bootstrap for cytoscape dependencies, namely the parent
POM releases -->
+ <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>
+ </repositories>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <!-- | example additional resource entries, useful when
building Eclipse
+ RCP applications -->
+ <resource>
+ <directory>.</directory>
+ <includes>
+ <include>plugin.xml</include>
+ <include>plugin.properties</include>
+ <include>icons/**</include>
+ </includes>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.ops4j</groupId>
+ <artifactId>maven-pax-plugin</artifactId>
+ <version>1.4</version>
+ <!-- | enable improved OSGi compilation support
for the bundle life-cycle.
+ | to switch back to the standard bundle
life-cycle, move this setting | down
+ to the maven-bundle-plugin section -->
+ <extensions>true</extensions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+
<version>${maven-bundle-plugin.version}</version>
+ <!-- | the following instructions build a
simple set of public/private
+ classes into an OSGi bundle -->
+ <configuration>
+ <instructions>
+
<Bundle-SymbolicName>${bundle.symbolicName}</Bundle-SymbolicName>
+
<Bundle-Version>${pom.version}</Bundle-Version>
+ <!-- | assume public classes
are in the top package, and private classes
+ are under ".internal"
-->
+
<Export-Package>!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${pom.version}"</Export-Package>
+
<Private-Package>${bundle.namespace}.internal.*</Private-Package>
+ <!-- | each module can override
these defaults in their osgi.bnd file -->
+ <_include>-osgi.bnd</_include>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>graph-render</artifactId>
+ <version>3.0.0-alpha1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>presentation-api</artifactId>
+ <version>3.0.0-alpha2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>core-task-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>service-util</artifactId>
+ <version>3.0.0-alpha1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>vizmap-gui-api</artifactId>
+ <version>3.0.0-alpha1</version>
+ </dependency>
+
+
+ <!-- Wrapped libraries -->
+ <dependency>
+ <groupId>org.cytoscape.wrappers</groupId>
+ <artifactId>org.swinglabs.swingx</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ <dependency>
+ <groupId>cytoscape-temp</groupId>
+ <artifactId>l2fprod-common-sheet</artifactId>
+ <version>7.3</version>
+ </dependency>
+ <dependency>
+ <groupId>cytoscape-temp</groupId>
+ <artifactId>l2fprod-common-shared</artifactId>
+ <version>7.3</version>
+ </dependency>
+ <dependency>
+ <groupId>cytoscape-temp</groupId>
+ <artifactId>l2fprod-common-fontchooser</artifactId>
+ <version>7.3</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>dnd-api</artifactId>
+ <version>3.0.0-alpha1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>session-api</artifactId>
+ <version>3.0.0-alpha2</version>
+ </dependency>
+
+ <!-- Testing -->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>presentation-api</artifactId>
+ <version>3.0.0-alpha2</version>
+ <type>test-jar</type>
+ <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.