Skip to content

Commit

Permalink
Remove -SNAPSHOT jars, and obsolete old jars
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Johnson committed Jun 29, 2010
1 parent 610b4d3 commit d36be48
Show file tree
Hide file tree
Showing 21 changed files with 19 additions and 23 deletions.
3 changes: 2 additions & 1 deletion BuildSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SET( ILC_HOME "/afs/desy.de/group/it/ilcsoft"

# ---- SL4
# Path to Java
SET( JAVA_HOME "${ILC_HOME}/java/1.6.0"
SET( JAVA_HOME "/usr/lib/jvm/java-6-sun"
CACHE PATH "Path to Java" FORCE )

# ---- SL3
Expand Down Expand Up @@ -59,6 +59,7 @@ SET( JAVA_HOME "${ILC_HOME}/java/1.6.0"
# set cmake build type, default value is: RelWithDebInfo
# possible options are: None Debug Release RelWithDebInfo MinSizeRel
#SET( CMAKE_BUILD_TYPE "Debug" CACHE STRING "Choose the type of build" FORCE )
SET( BUILD_32BIT_COMPATIBLE OFF CACHE BOOL "Set to OFF to build 64 bit libraries" FORCE)

#############################################################################
# Advanced options
Expand Down
5 changes: 2 additions & 3 deletions bin/lcio
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ fi

#echo "LCIO=$LCIO"

LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/sio.jar:$LCIO/tools/jdom.jar:$LCIO/tools/saxpath.jar
LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/jdom.jar:$LCIO/tools/saxpath.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/jaxen-jdom.jar:$LCIO/tools/jaxen-core.jar:$LCIO/tools/jel.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/commons-cli-1.0.jar:$LCIO/tools/commons-lang-2.1.jar:$LCIO/tools/commons-math-1.2.jar
#LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-hep.jar:$LCIO/tools/freehep-physics.jar:$LCIO/tools/freehep-base.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-mcfio-2.0.1.jar:$LCIO/tools/freehep-stdhep-2.0.2.jar:$LCIO/tools/freehep-sio-2.0.jar:$LCIO/tools/freehep-xdr-2.0.3.jar:$LCIO/tools/freehep-physics-2.1.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-mcfio-2.0.2.jar:$LCIO/tools/freehep-stdhep-2.0.3.jar:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar:$LCIO/tools/freehep-physics-2.1.jar

# OS specific support for Cygwin
cygwin=false;
Expand Down
2 changes: 1 addition & 1 deletion bin/runAnalysisJob.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java %JAVA_OPTS% -cp "%LCIO%/lib/lcio.jar;%LCIO%/tools/freehep-sio-2.1-SNAPSHOT.jar;%LCIO%/tools/freehep-xdr-2.0.4-SNAPSHOT.jar" hep.lcio.example.AnalysisJob %*
java %JAVA_OPTS% -cp "%LCIO%/lib/lcio.jar;%LCIO%/tools/freehep-sio-2.1.jar;%LCIO%/tools/freehep-xdr-2.0.4.jar" hep.lcio.example.AnalysisJob %*
2 changes: 1 addition & 1 deletion bin/runAnalysisJob.cyg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java -cp "$LCIO/lib/lcio.jar;$LCIO/tools/sio.jar" hep.lcio.example.AnalysisJob $1
java -cp "$LCIO/lib/lcio.jar:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar" hep.lcio.example.AnalysisJob $1

3 changes: 1 addition & 2 deletions bin/runAnalysisJob.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh

LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/sio.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-sio-2.1-SNAPSHOT.jar:$LCIO/tools/freehep-xdr-2.0.4-SNAPSHOT.jar
LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar

# OS specific support for Cygwin
cygwin=false;
Expand Down
2 changes: 1 addition & 1 deletion bin/runRecJob.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp %LCIO%/lib/lcio.jar;%LCIO%/tools/sio.jar hep.lcio.example.RecJob %*
java -cp "%LCIO%/lib/lcio.jar;%LCIO%/tools/freehep-sio-2.1.jar;%LCIO%/tools/freehep-xdr-2.0.4.jar" hep.lcio.example.RecJob %*
5 changes: 2 additions & 3 deletions bin/runRecJob.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh

LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/sio.jar
#LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-sio-2.0.jar:$LCIO/tools/freehep-xdr-2.0.3.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-sio-2.1-SNAPSHOT.jar:$LCIO/tools/freehep-xdr-2.0.4-SNAPSHOT.jar
LOCALCLASSPATH=$LCIO/lib/lcio.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar

# OS specific support for Cygwin
cygwin=false;
Expand Down
2 changes: 1 addition & 1 deletion bin/runSIODump.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
java -cp "%LCIO%/lib/lcio.jar;%LCIO%/tools/freehep-sio-2.1-SNAPSHOT.jar;%LCIO%/tools/freehep-xdr-2.0.4-SNAPSHOT.jar;%LCIO%/tools/jdom.jar;%LCIO%/tools/saxpath.jar;%LCIO%/tools/jaxen-jdom.jar;%LCIO%/tools/jaxen-core.jar;%LCIO%/tools/jel.jar" hep.lcio.util.SIODump %*
java -cp "%LCIO%/lib/lcio.jar;%LCIO%/tools/freehep-sio-2.1.jar;%LCIO%/tools/freehep-xdr-2.0.4.jar;%LCIO%/tools/jdom.jar;%LCIO%/tools/saxpath.jar;%LCIO%/tools/jaxen-jdom.jar;%LCIO%/tools/jaxen-core.jar;%LCIO%/tools/jel.jar" hep.lcio.util.SIODump %*
4 changes: 2 additions & 2 deletions bin/runSIODump.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/sio.jar:$LCIO/tools/jdom.jar:$LCIO/tools/saxpath.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-sio-2.1-SNAPSHOT.jar:$LCIO/tools/freehep-xdr-2.0.4-SNAPSHOT.jar
LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/jdom.jar:$LCIO/tools/saxpath.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/jaxen-jdom.jar:$LCIO/tools/jaxen-core.jar:$LCIO/tools/jel.jar

# OS specific support for Cygwin
Expand Down
2 changes: 1 addition & 1 deletion bin/runSimJob.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp "%LCIO%/lib/lcio.jar;%LCIO%/tools/freehep-sio-2.1-SNAPSHOT.jar;%LCIO%/tools/freehep-xdr-2.0.4-SNAPSHOT.jar" hep.lcio.example.SimJob %*
java -cp "%LCIO%/lib/lcio.jar;%LCIO%/tools/freehep-sio-2.1.jar;%LCIO%/tools/freehep-xdr-2.0.4.jar" hep.lcio.example.SimJob %*
2 changes: 1 addition & 1 deletion bin/runSimJob.cyg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
java -cp "$LCIO/lib/lcio.jar;$LCIO/tools/sio.jar" hep.lcio.example.SimJob $1
java -cp "$LCIO/lib/lcio.jar:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar" hep.lcio.example.SimJob $1

3 changes: 1 addition & 2 deletions bin/runSimJob.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh

LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/sio.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-sio-2.1-SNAPSHOT.jar:$LCIO/tools/freehep-xdr-2.0.4-SNAPSHOT.jar
LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar

# OS specific support for Cygwin
cygwin=false;
Expand Down
3 changes: 1 addition & 2 deletions bin/runrandomtests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/sh

LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/sio.jar
LOCALCLASSPATH=$LOCALCLASSPATH:$LCIO/tools/freehep-sio-2.0.jar:$LCIO/tools/freehep-xdr-2.0.3.jar
LOCALCLASSPATH=$LCIO/lib/lcio.jar:$LCIO/tools/freehep-sio-2.1.jar:$LCIO/tools/freehep-xdr-2.0.4.jar

case "`uname`" in
CYGWIN*)
Expand Down
4 changes: 2 additions & 2 deletions config/lcio.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ANT property file for LCIO
#
# Author: Mark Donszelmann
# Version: $Id: lcio.properties,v 1.72 2010-06-22 13:49:54 gaede Exp $
# Version: $Id: lcio.properties,v 1.73 2010-06-29 00:32:30 tonyj Exp $
#
debug=true

Expand All @@ -25,7 +25,7 @@ test.html=./reports/html
test.classpath=lib/lcio.jar;tools/sio.jar;tools/commons-cli-1.0.jar;tools/commons-lang-2.1.jar
test.format=frames

classpath=src/java;tools/saxpath.jar;tools/jel.jar;tools/jdom.jar;tools/jaxen-core.jar;tools/jaxen-jdom.jar;tools/commons-cli-1.0.jar;tools/commons-lang-2.1.jar;tools/freehep-physics-2.1.jar;tools/freehep-mcfio-2.0.2-SNAPSHOT.jar;tools/freehep-sio-2.1-SNAPSHOT.jar;tools/freehep-stdhep-2.0.3-SNAPSHOT.jar;tools/freehep-xdr-2.0.4-SNAPSHOT.jar;tools/commons-math-1.2.jar
classpath=src/java;tools/saxpath.jar;tools/jel.jar;tools/jdom.jar;tools/jaxen-core.jar;tools/jaxen-jdom.jar;tools/commons-cli-1.0.jar;tools/commons-lang-2.1.jar;tools/freehep-physics-2.1.jar;tools/freehep-mcfio-2.0.2.jar;tools/freehep-sio-2.1.jar;tools/freehep-stdhep-2.0.3.jar;tools/freehep-xdr-2.0.4.jar;tools/commons-math-1.2.jar

srcpath=src/java
exp.srcpath=
Expand Down
Binary file removed tools/freehep-mcfio-2.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed tools/freehep-stdhep-2.0.2.jar
Binary file not shown.
Binary file not shown.
Binary file removed tools/freehep-xdr-2.0.3.jar
Binary file not shown.
Binary file not shown.

0 comments on commit d36be48

Please sign in to comment.