Skip to content

Commit

Permalink
Iridium 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-grouchnikov committed Sep 10, 2022
1 parent 8b2a705 commit c56d8fe
Show file tree
Hide file tree
Showing 35 changed files with 8 additions and 8 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 6.0.0)
### Version of Radiance (latest release is 6.0.1)

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

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 Radiance libraries have third-party dependencies. To print the full depende
```
-------------- svg-transcoder ---------------
org.apache.xmlgraphics:batik-all:1.14
org.pushing-pixels:common:6.0.0
org.pushing-pixels:common:6.0.1
```

To locally copy these dependencies (in case you do not want to pull them at build time with Gradle, Maven or other similar build tools in your own environment), use the following:
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 Aurora core skins:

`alias JAVA="java"`

`RADIANCE_VERSION=6.0.0`
`RADIANCE_VERSION=6.0.1`

`KOTLIN_VERSION=1.7.10`

Expand Down
Binary file removed drop/6.0.0/demo/radiance-common-demo-6.0.0.jar
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 added drop/6.0.1/demo/radiance-common-demo-6.0.1.jar
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 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=6.0.0
VERSION_NAME=6.0.1
CODENAME=Heliotrope

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=6.0.0
RADIANCE_VERSION=6.0.1
CLASSPATH=../drop/$RADIANCE_VERSION/tools/radiance-svg-transcoder-$RADIANCE_VERSION.jar:../build/libs-tools/batik-all-1.14.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.6.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=6.0.0
set RADIANCE_VERSION=6.0.1
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-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=6.0.0
set RADIANCE_VERSION=6.0.1
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-1.6.5.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=6.0.0
RADIANCE_VERSION=6.0.1
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-1.6.5.jar

Expand Down

0 comments on commit c56d8fe

Please sign in to comment.