Skip to content

Commit

Permalink
- Added new entry for JDK8
Browse files Browse the repository at this point in the history
- Changed existing JDK to download JDK11
- Added new Java Development feature
- Added version number to entries
(#39, #38)
  • Loading branch information
rat-moonshine committed Mar 4, 2021
1 parent 5690240 commit d02ce00
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
verticalAlign="middle">
<s:Label text="{data.title}"
styleName="uiTextRendererLabel"/>
<s:Label text="({HelperUtils.getSizeFix(data.sizeInMb)})"
<s:Label text="(v{data.version +', '+ HelperUtils.getSizeFix(data.sizeInMb)})"
styleName="uiTextRendererDescription" paddingLeft="6"/>
</s:HGroup>
<s:Label text="{data.description}" width="100%"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<image></image>
<componentDependencyIDs>openjava</componentDependencyIDs>
</item>
<item integrated="false">
<title>Java Development</title>
<description><![CDATA[Compile Java Applications]]></description>
<image></image>
<componentDependencyIDs>openjava,openjava8</componentDependencyIDs>
</item>
<item integrated="false">
<title>Flex/ActionScript Compilation</title>
<description><![CDATA[Compile Flex Applications]]></description>
Expand Down Expand Up @@ -109,7 +115,7 @@
<title>Domino Support</title>
<description><![CDATA[Use Domino On Disk Projects and import Java agents]]></description>
<image></image>
<componentDependencyIDs>notes</componentDependencyIDs>
<componentDependencyIDs>notes,openjava8</componentDependencyIDs>
</item>
</packages>
<components>
Expand Down Expand Up @@ -215,6 +221,43 @@
<title>The Apache License Version 2.0</title>
<description>The Apache License Version 2.0 applies to all releases of OpenJDK</description>
</license>
<download>
<variant>
<title>Stable</title> <!-- refer to ComponentVariantVO for type-spelling -->
<diskMBusage>
<windows>196</windows>
<mac>186</mac>
</diskMBusage>
<windows>
<version version="11.0.10" displayVersion="11.0.10">
<path>https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9/</path>
<file>OpenJDK11U-jdk_x64_windows_hotspot_11.0.10_9.zip</file>
</version>
</windows>
<mac>
<version version="11.0.10" displayVersion="11.0.10">
<path>https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.10%2B9/</path> <!-- http://moonshine-ide.com/wp-content/uploads/ -->
<file>OpenJDK11U-jdk_x64_mac_hotspot_11.0.10_9.tar.gz</file> <!-- flexSDK.tar.gz -->
</version>
</mac>
</variant>
</download>
</item>
<item id="openjava8">
<title>OpenJDK 8</title>
<description><![CDATA[Required for: Flex/ActionScript Compilation, Editor Essentials]]></description>
<image>/helperResources/images/logoOpenJDK.png</image>
<pathValidation>
<windows>bin/javac.exe</windows>
<mac>bin/javac</mac>
</pathValidation>
<sdkType>openjava</sdkType> <!-- flex, flexjs, royale, ant, openjava, maven, feathers -->
<website>https://adoptopenjdk.net/</website>
<license>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<title>The Apache License Version 2.0</title>
<description>The Apache License Version 2.0 applies to all releases of OpenJDK</description>
</license>
<download>
<variant>
<title>Stable</title> <!-- refer to ComponentVariantVO for type-spelling -->
Expand Down

0 comments on commit d02ce00

Please sign in to comment.