File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ ENV compiler_updateSiteBaseUrl="update-site-not-set" \
47
47
compiler_vcellVersion=VCELL-VERSION-NOT-SET \
48
48
compiler_vcellBuild=VCELL-BUILD-NOT-SET \
49
49
compiler_rmiHosts="apihost-not-set:api-port-not-set" \
50
- compiler_bioformatsJarFile=vcell-bioformats-0.0.8 -jar-with-dependencies.jar \
51
- compiler_bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.8 -jar-with-dependencies.jar \
50
+ compiler_bioformatsJarFile=vcell-bioformats-0.0.9 -jar-with-dependencies.jar \
51
+ compiler_bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.9 -jar-with-dependencies.jar \
52
52
compiler_applicationId="client-applicationId-not-set" \
53
53
macJre=macosx-amd64-1.8.0_141 \
54
54
win64Jre=windows-amd64-1.8.0_141 \
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ VCELL_SECRETS_DIR=/usr/local/deploy
185
185
VCELL_DEPLOY_SECRETS_DIR=/usr/local/deploy
186
186
VCELL_SITE_CAMEL=${_site_camel}
187
187
VCELL_UPDATE_SITE=http://vcell.org/webstart/${_site_camel}
188
- VCELL_BIOFORMATS_JAR_FILE=vcell-bioformats-0.0.8 -jar-with-dependencies.jar
189
- VCELL_BIOFORMATS_JAR_URL=http://vcell.org/webstart/vcell-bioformats-0.0.8 -jar-with-dependencies.jar
188
+ VCELL_BIOFORMATS_JAR_FILE=vcell-bioformats-0.0.9 -jar-with-dependencies.jar
189
+ VCELL_BIOFORMATS_JAR_URL=http://vcell.org/webstart/vcell-bioformats-0.0.9 -jar-with-dependencies.jar
190
190
VCELL_INSTALLER_JRE_MAC=macosx-amd64-1.8.0_141
191
191
VCELL_INSTALLER_JRE_WIN64=windows-amd64-1.8.0_141
192
192
VCELL_INSTALLER_JRE_WIN32=windows-x86-1.8.0_141
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ MAIN_CLASS=cbit.vcell.client.test.VCellClientTest
5
5
6
6
props=" -Dvcell.installDir=$PWD "
7
7
props=" ${props} -Dvcell.softwareVersion=standalone_VCell_7.0"
8
- props=" ${props} -Dvcell.bioformatsJarFileName=vcell-bioformats-0.0.8 -jar-with-dependencies.jar"
9
- props=" ${props} -Dvcell.bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.8 -jar-with-dependencies.jar"
8
+ props=" ${props} -Dvcell.bioformatsJarFileName=vcell-bioformats-0.0.9 -jar-with-dependencies.jar"
9
+ props=" ${props} -Dvcell.bioformatsJarDownloadURL=http://vcell.org/webstart/vcell-bioformats-0.0.9 -jar-with-dependencies.jar"
10
10
11
11
echo java ${props} -cp $CLASSPATH $MAIN_CLASS vcellapi.cam.uchc.edu:443
12
12
java ${props} -cp $CLASSPATH $MAIN_CLASS vcellapi.cam.uchc.edu:443
You can’t perform that action at this time.
0 commit comments