Author: jm
Date: 2011-10-05 08:16:08 -0700 (Wed, 05 Oct 2011)
New Revision: 27063

Added:
   csplugins/trunk/toronto/jm/cytoscape-temp/freehep-io.sh
   csplugins/trunk/toronto/jm/cytoscape-temp/freehep-vectorgraphics.sh
Removed:
   csplugins/trunk/toronto/jm/cytoscape-temp/freehep.sh
Log:
Renamed freehep.sh to freehep-vectorgraphics.sh
Added freehep-io.sh


Added: csplugins/trunk/toronto/jm/cytoscape-temp/freehep-io.sh
===================================================================
--- csplugins/trunk/toronto/jm/cytoscape-temp/freehep-io.sh                     
        (rev 0)
+++ csplugins/trunk/toronto/jm/cytoscape-temp/freehep-io.sh     2011-10-05 
15:16:08 UTC (rev 27063)
@@ -0,0 +1,29 @@
+#!/bin/bash
+
+FREEHEP_VERSION=2.1
+
+mkdir build
+pushd build
+
+curl -OL 
https://github.com/freehep/freehep-io/tarball/freehep-io-${FREEHEP_VERSION} || 
exit
+
+tar xvzf freehep-io-${FREEHEP_VERSION} || exit
+pushd freehep-freehep-io-*
+
+mvn clean package || exit
+
+for JAR in target/*.jar
+do
+    bnd wrap ${JAR}
+done
+
+for BAR in */target/*.bar
+do
+    ARTIFACT_ID=$(dirname $(dirname ${BAR}))
+    mvn deploy:deploy-file -DgroupId=cytoscape-temp 
-DartifactId=${ARTIFACT_ID} -Dversion=${FREEHEP_VERSION} -Dpackaging=jar 
-Dfile=${BAR} -DrepositoryId=thirdparty 
-Durl=http://code.cytoscape.org/nexus/content/repositories/thirdparty/
+done
+
+popd
+
+popd
+rm -rf build
\ No newline at end of file


Property changes on: csplugins/trunk/toronto/jm/cytoscape-temp/freehep-io.sh
___________________________________________________________________
Added: svn:executable
   + *

Copied: csplugins/trunk/toronto/jm/cytoscape-temp/freehep-vectorgraphics.sh 
(from rev 26777, csplugins/trunk/toronto/jm/cytoscape-temp/freehep.sh)
===================================================================
--- csplugins/trunk/toronto/jm/cytoscape-temp/freehep-vectorgraphics.sh         
                (rev 0)
+++ csplugins/trunk/toronto/jm/cytoscape-temp/freehep-vectorgraphics.sh 
2011-10-05 15:16:08 UTC (rev 27063)
@@ -0,0 +1,29 @@
+#!/bin/bash
+
+FREEHEP_VERSION=2.1.3
+
+mkdir build
+pushd build
+
+curl -OL 
https://github.com/freehep/freehep-vectorgraphics/tarball/vectorgraphics-${FREEHEP_VERSION}
 || exit
+
+tar xvzf vectorgraphics-${FREEHEP_VERSION} || exit
+pushd freehep-freehep-vectorgraphics-*
+
+mvn clean package || exit
+
+for JAR in */target/*.jar
+do
+    bnd wrap ${JAR}
+done
+
+for BAR in */target/*.bar
+do
+    ARTIFACT_ID=$(dirname $(dirname ${BAR}))
+    mvn deploy:deploy-file -DgroupId=cytoscape-temp 
-DartifactId=${ARTIFACT_ID} -Dversion=${FREEHEP_VERSION} -Dpackaging=jar 
-Dfile=${BAR} -DrepositoryId=thirdparty 
-Durl=http://code.cytoscape.org/nexus/content/repositories/thirdparty/
+done
+
+popd
+
+popd
+rm -rf build
\ No newline at end of file

Deleted: csplugins/trunk/toronto/jm/cytoscape-temp/freehep.sh
===================================================================
--- csplugins/trunk/toronto/jm/cytoscape-temp/freehep.sh        2011-10-05 
04:10:38 UTC (rev 27062)
+++ csplugins/trunk/toronto/jm/cytoscape-temp/freehep.sh        2011-10-05 
15:16:08 UTC (rev 27063)
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-FREEHEP_VERSION=2.1.3
-
-mkdir build
-pushd build
-
-curl -OL 
https://github.com/freehep/freehep-vectorgraphics/tarball/vectorgraphics-${FREEHEP_VERSION}
 || exit
-
-tar xvzf vectorgraphics-${FREEHEP_VERSION} || exit
-pushd freehep-freehep-vectorgraphics-*
-
-mvn clean package || exit
-
-for JAR in */target/*.jar
-do
-    bnd wrap ${JAR}
-done
-
-for BAR in */target/*.bar
-do
-    ARTIFACT_ID=$(dirname $(dirname ${BAR}))
-    mvn deploy:deploy-file -DgroupId=cytoscape-temp 
-DartifactId=${ARTIFACT_ID} -Dversion=${FREEHEP_VERSION} -Dpackaging=jar 
-Dfile=${BAR} -DrepositoryId=thirdparty 
-Durl=http://code.cytoscape.org/nexus/content/repositories/thirdparty/
-done
-
-popd
-
-popd
-rm -rf build
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to