Author: mes
Date: 2011-03-07 12:21:08 -0800 (Mon, 07 Mar 2011)
New Revision: 24319
Added:
core3/gui-distribution/trunk/splash-launcher/
core3/gui-distribution/trunk/splash-launcher/pom.xml
core3/gui-distribution/trunk/splash-launcher/src/
core3/gui-distribution/trunk/splash-launcher/src/main/
core3/gui-distribution/trunk/splash-launcher/src/main/resources/
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/CytoscapeSplashScreen.svg
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/README.txt
Modified:
core3/gui-distribution/trunk/distribution/pom.xml
core3/gui-distribution/trunk/distribution/src/main/assembly/src.xml
core3/gui-distribution/trunk/pom.xml
Log:
first step in splash screen changes
Modified: core3/gui-distribution/trunk/distribution/pom.xml
===================================================================
--- core3/gui-distribution/trunk/distribution/pom.xml 2011-03-05 22:27:31 UTC
(rev 24318)
+++ core3/gui-distribution/trunk/distribution/pom.xml 2011-03-07 20:21:08 UTC
(rev 24319)
@@ -46,9 +46,9 @@
<dependencies>
<dependency>
- <groupId>org.cytoscape</groupId>
- <artifactId>launcher</artifactId>
- <version>3.0.0-alpha2-SNAPSHOT</version>
+ <groupId>org.cytoscape.gui-distribution</groupId>
+ <artifactId>splash-launcher</artifactId>
+ <version>${version}</version>
<classifier>jar-with-dependencies</classifier>
</dependency>
<dependency>
Modified: core3/gui-distribution/trunk/distribution/src/main/assembly/src.xml
===================================================================
--- core3/gui-distribution/trunk/distribution/src/main/assembly/src.xml
2011-03-05 22:27:31 UTC (rev 24318)
+++ core3/gui-distribution/trunk/distribution/src/main/assembly/src.xml
2011-03-07 20:21:08 UTC (rev 24319)
@@ -19,7 +19,7 @@
<dependencySets>
<dependencySet>
<includes>
- <include>org.cytoscape:launcher:jar:jar-with-dependencies</include>
+
<include>org.cytoscape.gui-distribution:splash-launcher:jar:jar-with-dependencies</include>
</includes>
<unpack>false</unpack>
<outputFileNameMapping>cytoscape-launcher.jar</outputFileNameMapping>
Modified: core3/gui-distribution/trunk/pom.xml
===================================================================
--- core3/gui-distribution/trunk/pom.xml 2011-03-05 22:27:31 UTC (rev
24318)
+++ core3/gui-distribution/trunk/pom.xml 2011-03-07 20:21:08 UTC (rev
24319)
@@ -93,6 +93,7 @@
</build>
<modules>
+ <module>splash-launcher</module>
<module>startlevel-1</module>
<module>startlevel-2</module>
<module>startlevel-3</module>
Added: core3/gui-distribution/trunk/splash-launcher/pom.xml
===================================================================
--- core3/gui-distribution/trunk/splash-launcher/pom.xml
(rev 0)
+++ core3/gui-distribution/trunk/splash-launcher/pom.xml 2011-03-07
20:21:08 UTC (rev 24319)
@@ -0,0 +1,79 @@
+<?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>gui-distribution</artifactId>
+ <version>3.0.0-M2-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.cytoscape.gui-distribution</groupId>
+ <artifactId>splash-launcher</artifactId>
+
+ <packaging>jar</packaging>
+
+ <name>SplashScreen Launcher</name>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>true</filtering>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>batik-maven-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <configuration>
+
<srcDir>${project.build.directory}/classes/images/versioned-svg</srcDir>
+ <destDir>${project.build.directory}/classes/images</destDir>
+ </configuration>
+ <executions>
+ <execution>
+ <!-- just needs to happen after resources are copied -->
+ <phase>compile</phase>
+ <goals>
+ <goal>rasterize</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptorRefs>
+ <descriptorRef>jar-with-dependencies</descriptorRef>
+ </descriptorRefs>
+ <archive>
+ <manifest>
+ <mainClass>org.cytoscape.launcher.internal.Launcher</mainClass>
+ </manifest>
+ <manifestEntries>
+
<SplashScreen-Image>images/CytoscapeSplashScreen.png</SplashScreen-Image>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ <executions>
+ <execution>
+ <id>splash-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>launcher</artifactId>
+ <version>3.0.0-alpha2-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+
+</project>
Added:
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/CytoscapeSplashScreen.svg
===================================================================
---
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/CytoscapeSplashScreen.svg
(rev 0)
+++
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/CytoscapeSplashScreen.svg
2011-03-07 20:21:08 UTC (rev 24319)
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version:
6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ width="820px" height="340px" viewBox="0 0 820 340"
enable-background="new 0 0 820 340" xml:space="preserve">
+<rect x="1" y="-1" fill="#FFFFFF" width="820" height="340"/>
+<g>
+ <g>
+ <path
d="M128.141,77.032l48.318-12.18c2.169-16.258,16.095-28.719,32.845-28.719c18.294,0,33.14,14.849,33.14,33.144
+
c0,17.845-14.12,32.401-31.776,33.115l-13.098,43.139c10.32,6.701,16.694,18.229,16.694,30.764
+
c0,10.494-4.471,20.387-12.202,27.279l14.352,28.607c1.531-0.201,3.08-0.306,4.628-0.306c18.317,0,33.142,14.828,33.142,33.121
+
c0,18.295-14.825,33.164-33.142,33.164c-18.293,0-33.121-14.869-33.121-33.164c0-8.448,3.199-16.494,8.923-22.629l-14.881-29.67
+
c-1.451,0.163-2.909,0.247-4.37,0.247c-7.417,0-14.588-2.225-20.638-6.381l-16.863,14.863c0.127,0.861,0.181,1.732,0.181,2.605
+
c0,11.152-9.058,20.23-20.231,20.23c-11.151,0-20.21-9.078-20.21-20.23s9.06-20.23,20.21-20.23c1.941,0,3.844,0.299,5.68,0.844
+
l17.545-15.489c-0.884-2.363-1.53-4.812-1.912-7.345l-41.839-5.604c-5.732,10.614-16.878,17.397-29.187,17.397
+
c-18.293,0-33.142-14.823-33.142-33.121c0-18.294,14.849-33.142,33.142-33.142c16.095,0,29.682,11.554,32.567,27.026l41.835,5.648
+
c0.284-0.571,0.58-1.117,0.872-1.673l-31.947-32.626c-4.161,1.803-8.629,2.718-13.176,2.718c-18.315,0-33.14-14.848-33.14-33.142
+
s14.825-33.142,33.14-33.142C111.698,62.154,122.05,67.829,128.141,77.032L128.141,77.032z
M133.441,98.663
+
c-0.422,4.217-1.638,8.282-3.616,12.017l31.887,32.563c4.552-2.198,9.521-3.435,14.605-3.6l13.265-43.738
+ c-3.384-2.516-6.272-5.667-8.487-9.258L133.441,98.663z"/>
+
+ <radialGradient id="SVGID_1_" cx="152.1973"
cy="361.2061" r="162.212" gradientTransform="matrix(1 0 0 1 0 -196)"
gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#FFFFFF"/>
+ <stop offset="0.67" style="stop-color:#BCBEC0"/>
+ <stop offset="1" style="stop-color:#58595B"/>
+ </radialGradient>
+ <path fill="url(#SVGID_1_)"
d="M128.141,72.484l48.318-12.2c2.169-16.248,16.095-28.719,32.845-28.719
+
c18.294,0,33.14,14.848,33.14,33.142c0,17.845-14.12,32.401-31.776,33.117l-13.098,43.139c10.32,6.721,16.694,18.226,16.694,30.74
+
c0,10.537-4.471,20.388-12.202,27.32l14.352,28.61c1.531-0.202,3.08-0.305,4.628-0.305c18.317,0,33.142,14.825,33.142,33.118
+
c0,18.298-14.825,33.165-33.142,33.165c-18.293,0-33.121-14.867-33.121-33.165c0-8.446,3.199-16.536,8.923-22.629l-14.881-29.711
+
c-1.451,0.207-2.909,0.289-4.37,0.289c-7.417,0-14.588-2.223-20.638-6.383l-16.863,14.82c0.127,0.9,0.181,1.777,0.181,2.65
+
c0,11.152-9.058,20.233-20.231,20.233c-11.151,0-20.21-9.081-20.21-20.233s9.06-20.232,20.21-20.232
+
c1.941,0,3.844,0.299,5.68,0.805l17.545-15.445c-0.884-2.364-1.53-4.854-1.912-7.342l-41.839-5.652
+
c-5.732,10.658-16.878,17.443-29.187,17.443c-18.293,0-33.142-14.828-33.142-33.122c0-18.317,14.849-33.142,33.142-33.142
+
c16.095,0,29.682,11.534,32.567,27.026l41.835,5.625c0.284-0.549,0.58-1.116,0.872-1.653l-31.947-32.644
+
c-4.161,1.8-8.629,2.737-13.176,2.737c-18.315,0-33.14-14.847-33.14-33.141c0-18.317,14.825-33.142,33.14-33.142
+
C111.698,57.605,122.05,63.258,128.141,72.484L128.141,72.484z
M133.441,94.114c-0.422,4.193-1.638,8.281-3.616,12.015
+
l31.887,32.542c4.552-2.198,9.521-3.413,14.605-3.6l13.265-43.737c-3.384-2.515-6.272-5.646-8.487-9.239L133.441,94.114z"/>
+
+ <radialGradient id="SVGID_2_" cx="151.9336"
cy="359.9736" r="169.6303" gradientTransform="matrix(1 0 0 1 0 -196)"
gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#E8BC2E"/>
+ <stop offset="0.6" style="stop-color:#BE7C43"/>
+ <stop offset="0.87" style="stop-color:#9E5531"/>
+ <stop offset="1" style="stop-color:#9E5531"/>
+ </radialGradient>
+ <path fill="url(#SVGID_2_)"
d="M100.482,61.012c11.088,0,20.703,6.322,25.439,15.581l54.824-13.825
+
c0.421-15.406,13.06-27.773,28.561-27.773c15.795,0,28.59,12.794,28.59,28.569c0,15.776-12.798,28.583-28.59,28.583
+
c-0.679,0-1.347-0.035-2-0.079l-15.151,49.888c10.42,5.318,17.54,16.125,17.54,28.629c0,10.738-5.256,20.237-13.34,26.067
+
l17.535,35.002c2.287-0.6,4.696-0.938,7.155-0.938c15.796,0,28.592,12.818,28.592,28.615c0,15.751-12.795,28.567-28.592,28.567
+
c-15.775,0-28.571-12.816-28.571-28.567c0-8.674,3.871-16.453,9.947-21.686l-17.889-35.718c-2.232,0.505-4.545,0.753-6.938,0.753
+
c-7.966,0-15.25-2.9-20.854-7.722l-21.625,19.045c0.389,1.377,0.586,2.823,0.586,4.315c0,8.656-7.006,15.687-15.659,15.687
+
c-8.631,0-15.661-7.028-15.661-15.687c0-8.606,7.03-15.637,15.661-15.637c2.384,0,4.627,0.541,6.653,1.474l22.069-19.459
+
c-1.883-3.826-3.019-8.104-3.237-12.611l-48.699-6.562c-4.252,10.447-14.51,17.822-26.497,17.822
+
c-15.773,0-28.573-12.771-28.573-28.57c0-15.775,12.801-28.568,28.573-28.568c15.08,0,27.443,11.697,28.499,26.523l48.713,6.564
+
c0.959-2.594,2.272-5.037,3.844-7.263l-36.804-37.579c-4.155,2.36-8.967,3.722-14.101,3.722
+
c-15.795,0-28.589-12.795-28.589-28.569C71.893,73.812,84.688,61.012,100.482,61.012L100.482,61.012z
M129.051,89.374l0.002,0.232
+
c0,5.949-1.826,11.477-4.952,16.064l36.747,37.512c4.889-2.993,10.606-4.701,16.745-4.701c0.701,0,1.395,0.023,2.088,0.066
+
l15.26-50.273c-5.017-2.924-9.058-7.324-11.534-12.62L129.051,89.374z"/>
+
+ <radialGradient id="SVGID_3_" cx="145.6973"
cy="354.0146" r="163.6871" gradientTransform="matrix(1 0 0 1 0 -196)"
gradientUnits="userSpaceOnUse">
+ <stop offset="0" style="stop-color:#FFCB05"/>
+ <stop offset="0.52" style="stop-color:#F58220"/>
+ <stop offset="0.75" style="stop-color:#C74A1B"/>
+ <stop offset="1" style="stop-color:#C74A1B"/>
+ </radialGradient>
+ <path fill="url(#SVGID_3_)"
d="M100.482,57.605c11.088,0,20.703,6.321,25.439,15.557l54.824-13.809
+
c0.421-15.422,13.06-27.79,28.561-27.79c15.795,0,28.59,12.795,28.59,28.591c0,15.773-12.798,28.569-28.59,28.569
+
c-0.679,0-1.347-0.023-2-0.068l-15.151,49.89c10.42,5.295,17.54,16.124,17.54,28.607c0,10.738-5.256,20.238-13.34,26.067
+
l17.535,35.005c2.287-0.599,4.696-0.896,7.155-0.896c15.796,0,28.592,12.772,28.592,28.567c0,15.784-12.795,28.57-28.592,28.57
+
c-15.775,0-28.571-12.786-28.571-28.57c0-8.67,3.871-16.451,9.947-21.685L184.532,198.5c-2.232,0.504-4.545,0.75-6.938,0.75
+
c-7.966,0-15.25-2.898-20.854-7.68l-21.625,19.047c0.389,1.378,0.586,2.824,0.586,4.316c0,8.652-7.006,15.643-15.659,15.643
+
c-8.631,0-15.661-6.987-15.661-15.643c0-8.651,7.03-15.681,15.661-15.681c2.384,0,4.627,0.541,6.653,1.474l22.069-19.416
+
c-1.883-3.867-3.019-8.148-3.237-12.652l-48.699-6.561c-4.252,10.49-14.51,17.865-26.497,17.865
+
c-15.773,0-28.573-12.817-28.573-28.593c0-15.773,12.801-28.571,28.573-28.571c15.08,0,27.443,11.698,28.499,26.505l48.713,6.563
+
c0.959-2.593,2.272-5.016,3.844-7.263l-36.804-37.579c-4.155,2.381-8.967,3.738-14.101,3.738
+
c-15.795,0-28.589-12.811-28.589-28.586C71.893,70.399,84.688,57.605,100.482,57.605L100.482,57.605z
M129.051,85.964l0.002,0.212
+
c0,5.949-1.826,11.499-4.952,16.063l36.747,37.525c4.889-2.984,10.606-4.713,16.745-4.713c0.701,0,1.395,0.024,2.088,0.066
+
l15.26-50.262c-5.017-2.934-9.058-7.334-11.534-12.608L129.051,85.964z"/>
+
+ <linearGradient id="SVGID_4_"
gradientUnits="userSpaceOnUse" x1="70.6094" y1="421.125" x2="250.6969"
y2="241.0374" gradientTransform="matrix(1 0 0 1 0 -196)">
+ <stop offset="0" style="stop-color:#FFCE77"/>
+ <stop offset="0.18" style="stop-color:#F9A14C"/>
+ <stop offset="0.52" style="stop-color:#FFCF84"/>
+ <stop offset="1" style="stop-color:#F7E3DD"/>
+ </linearGradient>
+ <path fill="url(#SVGID_4_)"
d="M100.482,59.619c-7.727,0-14.667,3.288-19.51,8.547c26.449,23.068,51.872,49.892,75.326,80.086
+
c21.155,27.291,40.266,54.344,56.326,81.487c-9.908-21.298-15.621-30.664-18.854-37.16l1.383-0.992
+
c7.869-5.677,12.527-14.737,12.527-24.435c0-11.34-6.375-21.666-16.436-26.799l-1.528-0.768l16.117-53.068l1.604,0.106
+
c0.628,0.048,1.237,0.083,1.867,0.083c14.656,0,26.552-11.897,26.552-26.555c0-14.676-11.896-26.554-26.552-26.554
+
c-14.362,0-26.153,11.435-26.545,25.812l-0.04,1.529l-57.853,14.593l-0.746-1.438C119.58,65.231,110.471,59.619,100.482,59.619
+ L100.482,59.619z
M126.997,84.377l57.536-14.516l0.71,1.534c2.285,4.887,6.051,8.98,10.725,11.715l1.367,0.802l-16.181,53.334
+
l-1.593-0.096c-0.654-0.04-1.311-0.061-1.966-0.061c-5.545,0-10.947,1.508-15.68,4.41l-1.384,0.837l-39.036-39.855l0.946-1.377
+ c3-4.411,4.577-9.572,4.577-14.91L126.997,84.377z"/>
+ </g>
+ <path
d="M306.471,184.984c-0.657,9.606-4.394,17.24-11.23,22.922c-6.839,5.679-15.739,8.516-26.709,8.516
+
c-12.661,0-22.503-3.936-29.509-11.734c-7.044-7.824-10.537-18.793-10.537-32.912c0-14.411,3.588-25.436,10.725-33.107
+
c7.155-7.673,17.447-11.491,30.879-11.491c10.914,0,19.516,2.625,25.843,7.896c6.312,5.272,9.809,12.719,10.407,22.352h-17.337
+
c-0.732-4.808-2.724-8.458-5.914-10.951c-3.212-2.514-7.55-3.781-13.002-3.781c-7.735,0-13.614,2.479-17.64,7.431
+
c-4.015,4.935-6.043,12.161-6.043,21.654c0,9.201,1.99,16.317,5.99,21.346c4.02,5.033,9.709,7.521,17.11,7.521
+
c5.337,0,9.714-1.357,13.112-4.02c3.419-2.721,5.618-6.581,6.617-11.641H306.471L306.471,184.984z
M318.832,239.139V225.6
+
c0.524,0.076,1.11,0.17,1.667,0.211c0.587,0.033,1.336,0.056,2.259,0.056c3.34,0,5.818-0.783,7.491-2.371
+
c1.674-1.545,2.5-3.873,2.5-6.963c0-0.222-0.038-0.521-0.121-0.854c-0.087-0.376-0.162-0.635-0.236-0.9l-22.726-63.234h18.537
+
l13.299,45.102l12.941-45.102h17.75l-25.921,73.741c-1.936,5.493-4.357,9.295-7.27,11.266c-2.892,2.035-7.251,3.017-13.054,3.017
+
c-1.052,0-2.162-0.035-3.361-0.111C321.406,239.377,320.126,239.268,318.832,239.139L318.832,239.139z
M410.212,214.498
+
c-1.542,0.039-3.382,0.111-5.543,0.204c-2.142,0.136-3.492,0.173-4.075,0.173c-6.48,0-10.895-1.215-13.26-3.594
+
c-2.388-2.426-3.57-7.135-3.57-14.192v-33.8h-8.356v-11.752h8.356v-17.059h16.721v17.059h9.729v11.752h-9.729v34.596
+
c0,1.682,0.375,2.74,1.108,3.264c0.733,0.502,2.234,0.781,4.504,0.781h4.113v12.568H410.212L410.212,214.498z
M433.562,182.691
+
c0,6.221,1.255,11.024,3.852,14.379c2.592,3.391,6.254,5.063,10.987,5.063c4.671,0,8.304-1.674,10.892-5.063
+
c2.595-3.35,3.848-8.158,3.848-14.379c0-6.146-1.233-10.916-3.811-14.265c-2.531-3.351-6.178-5.03-10.929-5.03
+
c-4.733,0-8.396,1.677-10.987,5.03C434.815,171.775,433.562,176.545,433.562,182.691L433.562,182.691z
M416.429,182.691
+
c0-10.373,2.854-18.531,8.548-24.47c5.693-5.962,13.466-8.923,23.441-8.923c9.919,0,17.691,2.961,23.402,8.923
+
c5.712,5.939,8.567,14.097,8.567,24.47c0,10.449-2.857,18.623-8.567,24.562c-5.709,5.938-13.483,8.901-23.402,8.901
+
c-9.977,0-17.748-2.963-23.441-8.901S416.429,193.141,416.429,182.691z"/>
+ <path fill="#F7941E"
d="M484.535,192.979h10.008c0.414,4.148,1.914,7.338,4.586,9.498c2.624,2.117,6.381,3.203,11.264,3.203
+
c4.473,0,8.021-0.859,10.638-2.629c2.569-1.73,3.867-4.111,3.867-7.13c0-2.292-0.659-4.024-1.953-5.235
+
c-1.276-1.19-3.814-2.254-7.57-3.127l-11.664-2.979c-6.576-1.562-11.117-3.651-13.711-6.261c-2.552-2.565-3.85-6.252-3.85-11.062
+
c0-5.415,2.087-9.736,6.215-12.939c4.169-3.204,9.864-4.804,17.11-4.804c7.382,0,13.244,1.715,17.621,5.123
+
c4.373,3.405,6.556,7.988,6.556,13.746v0.219h-10.162c-0.223-3.258-1.575-5.791-4.018-7.562c-2.48-1.784-5.786-2.679-10.013-2.679
+
c-4.229,0-7.4,0.725-9.598,2.181c-2.183,1.47-3.291,3.594-3.291,6.408c0,1.995,0.696,3.557,2.068,4.651
+
c1.371,1.156,3.922,2.123,7.699,2.963l10.067,2.388c7.193,1.675,12.15,3.838,14.88,6.44c2.683,2.646,4.032,6.39,4.032,11.269
+
c0,6.409-2.267,11.342-6.794,14.899c-4.545,3.557-10.896,5.348-19.045,5.348c-7.983,0-14.128-1.901-18.368-5.645
+
C486.842,205.492,484.646,200.052,484.535,192.979L484.535,192.979z
M585.363,171.896c-0.299-4.229-1.861-7.47-4.6-9.779
+
c-2.783-2.272-6.539-3.409-11.367-3.409c-5.654,0-10.013,2.032-13.076,6.055c-3.058,3.997-4.599,9.756-4.599,17.262
+
c0,7.484,1.484,13.277,4.434,17.314c2.947,4.084,7.159,6.131,12.544,6.131c4.889,0,8.774-1.268,11.686-3.742
+
c2.928-2.516,4.752-6.148,5.442-10.875h9.958c-0.502,7.539-3.211,13.424-8.055,17.672c-4.806,4.248-11.307,6.369-19.5,6.369
+
c-8.485,0-15.154-2.887-20.02-8.676c-4.866-5.795-7.288-13.746-7.288-23.824c0-10.315,2.516-18.377,7.587-24.226
+
c5.067-5.846,12.041-8.772,20.886-8.772c7.835,0,14.05,2.009,18.785,6.053c4.676,4.039,7.195,9.514,7.491,16.444h-10.31
+ L585.363,171.896L585.363,171.896z
M641.266,204.766c-3.271,3.348-6.747,5.902-10.389,7.576c-3.666,1.676-7.514,2.555-11.627,2.555
+
c-6.324,0-11.288-1.681-14.838-4.938c-3.568-3.298-5.331-7.822-5.331-13.594c0-5.582,1.725-9.963,5.237-13.168
+
c3.514-3.184,8.828-5.23,15.983-6.143c1.802-0.23,4.284-0.468,7.364-0.802c5.296-0.54,8.565-1.083,9.729-1.586
+
c1.222-0.426,2.011-1.041,2.428-1.787c0.352-0.743,0.537-2.36,0.537-4.881c0-3.126-1.144-5.474-3.45-7.059
+
c-2.333-1.562-5.823-2.344-10.521-2.344c-4.808,0-8.448,0.949-10.934,2.869c-2.439,1.92-3.681,4.77-3.681,8.51h-9.842v-0.468
+
c0-6.197,2.197-11.117,6.613-14.73c4.412-3.595,10.457-5.381,18.219-5.381c8.282,0,14.384,1.547,18.353,4.615
+
c3.901,3.095,5.877,7.918,5.877,14.472v30.803c0,2.645,0.28,4.338,0.862,5.1c0.584,0.764,1.612,1.18,3.136,1.18
+
c0.322,0,0.678-0.022,1.13-0.076c0.474-0.055,0.974-0.146,1.595-0.301v8.008c-1.241,0.357-2.384,0.599-3.303,0.726
+
c-0.979,0.175-1.881,0.231-2.726,0.231c-3.492,0-6.062-0.746-7.833-2.241c-1.727-1.542-2.589-3.798-2.589-6.812V204.766
+ L641.266,204.766L641.266,204.766z
M640.249,181.635c-2.8,1.488-7.55,2.682-14.31,3.521c-2.429,0.296-4.191,0.56-5.413,0.742
+
c-3.775,0.613-6.521,1.711-8.17,3.312c-1.651,1.646-2.479,3.972-2.479,7.039c0,3.056,0.959,5.403,2.894,7.083
+
c1.909,1.636,4.692,2.456,8.281,2.456c5.634,0,10.217-1.397,13.821-4.211c3.588-2.771,5.373-6.347,5.373-10.724L640.249,181.635
+ L640.249,181.635z
M673.795,182.602c0,7.693,1.539,13.447,4.646,17.303c3.059,3.835,7.661,5.775,13.808,5.775
+
c5.894,0,10.419-2.125,13.591-6.375c3.216-4.228,4.812-10.24,4.812-17.986c0-7.02-1.636-12.553-4.958-16.552
+
c-3.328-4.023-7.837-6.057-13.565-6.057c-5.882,0-10.406,2.07-13.56,6.203C675.37,169.066,673.795,174.968,673.795,182.602
+ L673.795,182.602z
M663.957,237.598V151.39h10.218v8.699c2.548-3.669,5.464-6.39,8.718-8.101c3.224-1.733,7.037-2.589,11.529-2.589
+
c8.266,0,14.856,2.941,19.8,8.846c4.907,5.902,7.4,13.815,7.4,23.741c0,10.039-2.521,18.027-7.476,23.97
+
c-4.998,5.979-11.607,8.94-19.879,8.94c-4.377,0-8.187-0.78-11.472-2.366c-3.327-1.548-6.201-3.91-8.622-7.074v32.142H663.957
+ L663.957,237.598z
M738.616,176.588h34.112c-0.037-5.754-1.5-10.186-4.412-13.296c-2.896-3.129-7.025-4.694-12.343-4.694
+
c-5.145,0-9.225,1.527-12.174,4.579C740.854,166.27,739.131,170.723,738.616,176.588L738.616,176.588z
M772.524,193.093h10.312
+
c-1.148,6.772-4.117,12.117-8.937,16.05c-4.833,3.894-10.915,5.865-18.264,5.865c-8.619,0-15.459-2.869-20.418-8.621
+
c-4.992-5.757-7.512-13.619-7.512-23.521c0-10.526,2.5-18.721,7.415-24.622c4.962-5.904,11.816-8.847,20.515-8.847
+
c8.924,0,15.814,2.718,20.72,8.157c4.899,5.438,7.342,13.129,7.342,23.074c0,1.228,0,2.197-0.017,2.771
+
c-0.02,0.615-0.073,1.229-0.148,1.812h-44.858c0.115,6.481,1.772,11.511,4.889,15.065c3.113,3.515,7.472,5.308,13.055,5.308
+
c4.263,0,7.777-1.103,10.516-3.282C769.91,200.143,771.718,197.072,772.524,193.093z"/>
+</g>
+<text transform="matrix(1 0 0 1 317.9336 286.0967)"
font-family="'PortagoITCTT'" font-size="42.9082">VERSION: @version@</text>
+</svg>
Added:
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/README.txt
===================================================================
---
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/README.txt
(rev 0)
+++
core3/gui-distribution/trunk/splash-launcher/src/main/resources/images/versioned-svg/README.txt
2011-03-07 20:21:08 UTC (rev 24319)
@@ -0,0 +1,3 @@
+The SVG file(s) contained in this directory are filtered for the
+${version} variable so that the splash screen always contains
+the proper version number.
--
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.