Skip to content

Commit

Permalink
Diamond 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed May 30, 2020
1 parent d5d0c4e commit fe348ff
Show file tree
Hide file tree
Showing 62 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version of Radiance (current development is 3.0-SNAPSHOT)
### Version of Radiance (current release is 3.0.0)

### Sub-project (Neon, Trident, Substance, Flamingo, ...)

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

version = '3.0-SNAPSHOT'
version = '3.0.0'
ext.codename = 'Diamond'
ext.isRelease = false
ext.isRelease = true

buildscript {
ext {
Expand Down
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Some of the Radiance libraries have third-party dependencies. To print the full
```
------------------ photon -------------------
org.apache.xmlgraphics:batik-all:1.12
org.pushing-pixels:neon:3.0-SNAPSHOT
org.pushing-pixels:neon:3.0.0
```

To locally copy these dependencies (in case you do not want to pull them at build time with Gradle in your own environment), use the following:
Expand Down
2 changes: 1 addition & 1 deletion docs/photon/photon.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following table summarizes the level of support for different SVG elements.

### Dependency versions for Photon

* For **3.0-SNAPSHOT**, use
* For **3.0.0**, use
* `batik-all-1.12.jar`
* `xml-apis-1.4.01.jar`
* `xml-apis-ext-1.4.01.jar`
Expand Down
4 changes: 2 additions & 2 deletions docs/tools/lightbeam/lightbeam.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Now configure the specific version of Java runtime that you want to test under a

``` export JAVA_HOME=`/usr/libexec/java_home -v 9` ```

`RADIANCE_VERSION=3.0-SNAPSHOT`
`RADIANCE_VERSION=3.0.0`

`CLASSPATH=./drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:./build/libs-tools/jgoodies-forms-1.9.0.jar:./build/libs-tools/jgoodies-common-1.8.1.jar`

Expand Down Expand Up @@ -49,7 +49,7 @@ Here is the script used for tracking performance numbers for [Substance](../subs

``` export JAVA_HOME=`/usr/libexec/java_home -v 9` ```

`RADIANCE_VERSION=3.0-SNAPSHOT`
`RADIANCE_VERSION=3.0.0`

`CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar`

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/zodiac/zodiac.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, to run Zodiac to create screenshots for the Autumn skin:

`alias JAVA="java"`

`RADIANCE_VERSION=3.0-SNAPSHOT`
`RADIANCE_VERSION=3.0.0`

`KOTLIN_VERSION=1.3.50`

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/convert-svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../drop/$RADIANCE_VERSION/core/radiance-photon-$RADIANCE_VERSION.jar:../build/libs-core/batik-all-1.13.jar:../build/libs-core/xml-apis-1.4.01.jar:../build/libs-core/xml-apis-ext-1.3.04.jar:../build/libs-core/xmlgraphics-commons-2.4.jar

java -cp $CLASSPATH org.pushingpixels.photon.api.transcoder.SvgBatchConverter sourceFolder=../demos/plasma-demo/src/main/kotlin/org/pushingpixels/demo/plasma/svg outputPackageName=org.pushingpixels.demo.plasma.svg templateFile=/org/pushingpixels/photon/api/transcoder/kotlin/SvgTranscoderTemplateResizable.templ outputLanguage=kotlin
Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-darcula.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set DARCULA_CLASSPATH=../../../thirdparty/darcula.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-darcula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
DARCULA_CLASSPATH=../../../thirdparty/darcula.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-darklaf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set DARKLAF_CLASSPATH=../../../thirdparty/darklaf/*

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-darklaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
DARKLAF_CLASSPATH=../../../thirdparty/darklaf/*

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-flatlaf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set FLATLAF_CLASSPATH=../../../thirdparty/flatlaf-0.33.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-flatlaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
FLATLAF_CLASSPATH=../../../thirdparty/flatlaf-0.33.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-metal.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar

"%JAVA_HOME%"\bin\java -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -cp %CLASSPATH% org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-metal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar

java -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -cp $CLASSPATH org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-nimbus.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar

"%JAVA_HOME%"\bin\java -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -cp %CLASSPATH% org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-nimbus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar

java -Dswing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel -cp $CLASSPATH org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-plasticxp.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set PLASTIC_CLASSPATH=../../../thirdparty/jgoodies/jgoodies-looks-2.5.3.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-plasticxp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
PLASTIC_CLASSPATH=../../../thirdparty/jgoodies/jgoodies-looks-2.5.3.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-substance.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set SUBSTANCE_CLASSPATH=../../drop/%RADIANCE_VERSION%/core/radiance-substance-%RADIANCE_VERSION%.jar;../../drop/%RADIANCE_VERSION%/core/radiance-trident-%RADIANCE_VERSION%.jar;../../drop/%RADIANCE_VERSION%/core/radiance-neon-%RADIANCE_VERSION%.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-substance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
SUBSTANCE_CLASSPATH=../../drop/$RADIANCE_VERSION/core/radiance-substance-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-trident-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-neon-$RADIANCE_VERSION.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-synthetica.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set SYNTHETICA_CLASSPATH=../../../thirdparty/synthetica/synthetica.jar;../../../thirdparty/synthetica/syntheticaStandard.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-synthetica.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
SYNTHETICA_CLASSPATH=../../../thirdparty/synthetica/synthetica.jar:../../../thirdparty/synthetica/syntheticaStandard.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-system.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar

"%JAVA_HOME%"\bin\java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel -cp %CLASSPATH% org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/lightbeam/auto-dynamic-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar

java -cp $CLASSPATH org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
4 changes: 2 additions & 2 deletions scripts/lightbeam/auto-dynamic-weblaf.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
:: OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
:: EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

set RADIANCE_VERSION=3.0-SNAPSHOT
set RADIANCE_VERSION=3.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-lightbeam-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set WEBLAF_CLASSPATH=../../../thirdparty/weblaf-core-1.3.0-SNAPSHOT.jar;../../../thirdparty/weblaf-plugin-1.3.0-SNAPSHOT.jar;../../../thirdparty/weblaf-ui-1.3.0-SNAPSHOT.jar;../../../thirdparty/weblaf-deps/*
set WEBLAF_CLASSPATH=../../../thirdparty/weblaf-core-1.3.0.0.jar;../../../thirdparty/weblaf-plugin-1.3.0.0.jar;../../../thirdparty/weblaf-ui-1.3.0.0.jar;../../../thirdparty/weblaf-deps/*

"%JAVA_HOME%"\bin\java -Dswing.defaultlaf=com.alee.laf.WebLookAndFeel -cp %CLASSPATH%;%WEBLAF_CLASSPATH% org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
4 changes: 2 additions & 2 deletions scripts/lightbeam/auto-dynamic-weblaf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-lightbeam-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
WEBLAF_CLASSPATH=../../../thirdparty/weblaf-core-1.3.0-SNAPSHOT.jar:../../../thirdparty/weblaf-plugin-1.3.0-SNAPSHOT.jar:../../../thirdparty/weblaf-ui-1.3.0-SNAPSHOT.jar:../../../thirdparty/weblaf-deps/*
WEBLAF_CLASSPATH=../../../thirdparty/weblaf-core-1.3.0.0.jar:../../../thirdparty/weblaf-plugin-1.3.0.0.jar:../../../thirdparty/weblaf-ui-1.3.0.0.jar:../../../thirdparty/weblaf-deps/*

java -Dswing.defaultlaf=com.alee.laf.WebLookAndFeel -cp $CLASSPATH:$WEBLAF_CLASSPATH org.pushingpixels.lightbeam.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/zodiac/doc-robot-extras-schemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
KOTLIN_VERSION=1.3.72
KOTLIN_COROUTINES_VERSION=1.3.5
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-zodiac-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-neon-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-trident-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-substance-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/zodiac/doc-robot-extras-skins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
KOTLIN_VERSION=1.3.72
KOTLIN_COROUTINES_VERSION=1.3.5
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-zodiac-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-neon-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-trident-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-substance-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/zodiac/doc-robot-extras-watermarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
KOTLIN_VERSION=1.3.72
KOTLIN_COROUTINES_VERSION=1.3.5
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-zodiac-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-neon-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-trident-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-substance-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/zodiac/doc-robot-flamingo-ribbon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
KOTLIN_VERSION=1.3.72
KOTLIN_COROUTINES_VERSION=1.3.5
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-zodiac-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-flamingo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-neon-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-trident-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-flamingo-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/zodiac/doc-robot-schemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
export JAVA_HOME=`/usr/libexec/java_home -v 9`
alias JAVA="java"

RADIANCE_VERSION=3.0-SNAPSHOT
RADIANCE_VERSION=3.0.0
KOTLIN_VERSION=1.3.72
KOTLIN_COROUTINES_VERSION=1.3.5
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-zodiac-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-neon-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-trident-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-substance-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-substance-extras-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar:../../build/libs-tools/kotlin-stdlib-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-core-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
Loading

0 comments on commit fe348ff

Please sign in to comment.