Skip to content

Commit

Permalink
Karat 7.0.0 drop
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Jan 20, 2024
1 parent c761e3a commit f8d0346
Show file tree
Hide file tree
Showing 56 changed files with 31 additions and 31 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 (latest release is 7.0-SNAPSHOT)
### Version of Radiance (latest release is 7.0.0)

### Sub-project (Common, Animation, Theming, Component, ...)

Expand Down
4 changes: 2 additions & 2 deletions docs/tools/laf-benchmark/laf-benchmark.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=7.0-SNAPSHOT`
`RADIANCE_VERSION=7.0.0`

`CLASSPATH=./drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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 @@ With this, you can compare the performance of your look-and-feel with that of co

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

`RADIANCE_VERSION=7.0-SNAPSHOT`
`RADIANCE_VERSION=7.0.0`

`CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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/screenshot/screenshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For example, to run Screenshot to create screenshots for all Radiance core skins

`alias JAVA="java"`

`RADIANCE_VERSION=7.0-SNAPSHOT`
`RADIANCE_VERSION=7.0.0`

`KOTLIN_VERSION=1.9.20`

Expand Down
2 changes: 1 addition & 1 deletion docs/tools/svg-transcoder/svg-transcoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following table summarizes the level of support for different SVG elements.

### Dependency versions for the Radiance SVG transcoder

* For **7.0-SNAPSHOT**, use
* For **7.0.0**, use
* `batik-all-1.17.jar`
* `xml-apis-1.4.01.jar`
* `xml-apis-ext-1.3.04.jar`
Expand Down
Binary file added drop/7.0.0/core/radiance-animation-7.0.0.jar
Binary file not shown.
Binary file added drop/7.0.0/core/radiance-animation-ktx-7.0.0.jar
Binary file not shown.
Binary file added drop/7.0.0/core/radiance-common-7.0.0.jar
Binary file not shown.
Binary file added drop/7.0.0/core/radiance-component-7.0.0.jar
Binary file not shown.
Binary file added drop/7.0.0/core/radiance-component-ktx-7.0.0.jar
Binary file not shown.
Binary file added drop/7.0.0/core/radiance-swing-ktx-7.0.0.jar
Binary file not shown.
Binary file added drop/7.0.0/core/radiance-theming-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file added drop/7.0.0/core/radiance-theming-ktx-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file added drop/7.0.0/demo/radiance-animation-demo-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file added drop/7.0.0/demo/radiance-common-demo-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added drop/7.0.0/demo/radiance-theming-apps-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file added drop/7.0.0/demo/radiance-theming-demo-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added drop/7.0.0/tools/radiance-screenshot-7.0.0.jar
Binary file not shown.
Binary file added drop/7.0.0/tools/radiance-shape-editor-7.0.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added drop/7.0.0/tools/radiance-tools-common-7.0.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

GROUP=org.pushing-pixels
VERSION_NAME=7.0-SNAPSHOT
VERSION_NAME=7.0.0
CODENAME=Karat

POM_DESCRIPTION=Building modern, elegant and fast Swing applications
Expand Down
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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../drop/$RADIANCE_VERSION/tools/radiance-svg-transcoder-$RADIANCE_VERSION.jar:../build/libs-tools/batik-all-1.17.jar:../build/libs-tools/xml-apis-1.4.01.jar:../build/libs-tools/xml-apis-ext-1.3.04.jar:../build/libs-tools/xmlgraphics-commons-2.9.jar

java -Djava.awt.headless=true -cp $CLASSPATH org.pushingpixels.radiance.tools.svgtranscoder.api.SvgBatchConverter sourceFolder=../demos/component-ktx-demo/src/main/kotlin/org/pushingpixels/radiance/demo/component/ktx outputPackageName=org.pushingpixels.radiance.demo.component.ktx templateFile=/org/pushingpixels/radiance/tools/svgtranscoder/api/kotlin/SvgTranscoderTemplateRadiance.templ outputLanguage=kotlin
Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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/laf-benchmark/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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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/laf-benchmark/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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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-3.0.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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-3.0.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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/laf-benchmark/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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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/laf-benchmark/auto-dynamic-radiance.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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%RADIANCE_VERSION%.jar;../../build/libs-tools/jgoodies-forms-1.9.0.jar;../../build/libs-tools/jgoodies-common-1.8.1.jar
set RADIANCE_CLASSPATH=../../drop/%RADIANCE_VERSION%/core/radiance-theming-%RADIANCE_VERSION%.jar;../../drop/%RADIANCE_VERSION%/core/radiance-animation-%RADIANCE_VERSION%.jar;../../drop/%RADIANCE_VERSION%/core/radiance-common-%RADIANCE_VERSION%.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-radiance.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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
RADIANCE_CLASSPATH=../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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/synthetica3.0/synthetica.jar;../../../thirdparty/synthetica3.0/syntheticaStandard.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$RADIANCE_VERSION.jar:../../build/libs-tools/jgoodies-forms-1.9.0.jar:../../build/libs-tools/jgoodies-common-1.8.1.jar
SYNTHETICA_CLASSPATH=../../../thirdparty/synthetica3.0/synthetica.jar:../../../thirdparty/synthetica3.0/syntheticaStandard.jar

Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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.radiance.tools.lafbenchmark.DynamicPerformanceSuite 10
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-weblaf.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=7.0-SNAPSHOT
set RADIANCE_VERSION=7.0.0
set WEBLAF_VERSION=1.3.0-SNAPSHOT
set CLASSPATH=../../drop/%RADIANCE_VERSION%/tools/radiance-laf-benchmark-%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-%WEBLAF_VERSION%.jar;../../../thirdparty/weblaf-plugin-%WEBLAF_VERSION%.jar;../../../thirdparty/weblaf-ui-%WEBLAF_VERSION%.jar;../../../thirdparty/weblaf-deps/*
Expand Down
2 changes: 1 addition & 1 deletion scripts/laf-benchmark/auto-dynamic-weblaf.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=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
WEBLAF_VERSION=1.3.0-SNAPSHOT
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-laf-benchmark-$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-$WEBLAF_VERSION.jar:../../../thirdparty/weblaf-plugin-$WEBLAF_VERSION.jar:../../../thirdparty/weblaf-ui-$WEBLAF_VERSION.jar:../../../thirdparty/weblaf-deps/*
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/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 21`
alias JAVA="java"

RADIANCE_VERSION=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
KOTLIN_VERSION=1.9.20
KOTLIN_COROUTINES_VERSION=1.7.3
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-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-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/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 21`
alias JAVA="java"

RADIANCE_VERSION=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
KOTLIN_VERSION=1.9.20
KOTLIN_COROUTINES_VERSION=1.7.3
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-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-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-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 21`
alias JAVA="java"

RADIANCE_VERSION=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
KOTLIN_VERSION=1.9.20
KOTLIN_COROUTINES_VERSION=1.7.3
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-component-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-component-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-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-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/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 21`
alias JAVA="java"

RADIANCE_VERSION=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
KOTLIN_VERSION=1.9.20
KOTLIN_COROUTINES_VERSION=1.7.3
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-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-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-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 21`
alias JAVA="java"

RADIANCE_VERSION=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
KOTLIN_VERSION=1.9.20
KOTLIN_COROUTINES_VERSION=1.7.3
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-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-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down
2 changes: 1 addition & 1 deletion scripts/screenshot/doc-robot-texthighlights.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 21`
alias JAVA="java"

RADIANCE_VERSION=7.0-SNAPSHOT
RADIANCE_VERSION=7.0.0
KOTLIN_VERSION=1.9.20
KOTLIN_COROUTINES_VERSION=1.7.3
CLASSPATH=../../drop/$RADIANCE_VERSION/tools/radiance-screenshot-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/tools/radiance-tools-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-theming-extras-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-common-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/core/radiance-animation-$RADIANCE_VERSION.jar:../../drop/$RADIANCE_VERSION/demo/radiance-theming-demo-$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-jvm-$KOTLIN_COROUTINES_VERSION.jar:../../build/libs-tools/kotlinx-coroutines-swing-$KOTLIN_COROUTINES_VERSION.jar
Expand Down

0 comments on commit f8d0346

Please sign in to comment.