Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Update screenshot scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Mar 23, 2018
1 parent 4674346 commit f3ec9b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc-robot-schemes.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

SUBSTANCE_VERSION=8.0.00-rc
TRIDENT_VERSION=1.5.00-rc
SUBSTANCE_VERSION=8.0.00
TRIDENT_VERSION=1.5.00
CLASSPATH=../substance-tools/drop/$SUBSTANCE_VERSION/substance-tools-$SUBSTANCE_VERSION.jar:../substance-demo/drop/$SUBSTANCE_VERSION/substance-demo-$SUBSTANCE_VERSION.jar:./drop/$SUBSTANCE_VERSION/substance-$SUBSTANCE_VERSION.jar:../substance-extras/drop/$SUBSTANCE_VERSION/substance-extras-$SUBSTANCE_VERSION.jar:./lib/trident-$TRIDENT_VERSION.jar:../substance-demo/lib/build/*:../substance-demo/lib/test/*:../substance-swingx/lib/swingx-all-1.6.4.jar

JAVA -cp $CLASSPATH org.pushingpixels.tools.substance.main.docrobot.RobotMain org.pushingpixels.tools.substance.main.docrobot.schemes.AquaScheme
Expand Down
4 changes: 2 additions & 2 deletions doc-robot-skins.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

SUBSTANCE_VERSION=8.0.00-rc
TRIDENT_VERSION=1.5.00-rc
SUBSTANCE_VERSION=8.0.00
TRIDENT_VERSION=1.5.00
CLASSPATH=../substance-tools/drop/$SUBSTANCE_VERSION/substance-tools-$SUBSTANCE_VERSION.jar:../substance-demo/drop/$SUBSTANCE_VERSION/substance-demo-$SUBSTANCE_VERSION.jar:./drop/$SUBSTANCE_VERSION/substance-$SUBSTANCE_VERSION.jar:../substance-extras/drop/$SUBSTANCE_VERSION/substance-extras-$SUBSTANCE_VERSION.jar:./lib/trident-$TRIDENT_VERSION.jar:../substance-demo/lib/build/*:../substance-demo/lib/test/*:../substance-swingx/lib/swingx-all-1.6.4.jar

JAVA -cp $CLASSPATH org.pushingpixels.tools.substance.main.docrobot.RobotMain org.pushingpixels.tools.substance.main.docrobot.skins.Autumn
Expand Down

0 comments on commit f3ec9b6

Please sign in to comment.