Skip to content
This repository was archived by the owner on Jun 24, 2021. It is now read-only.

Commit cfa93e3

Browse files
author
kcr
committed
Merge
2 parents e1b35e4 + 49b8ea2 commit cfa93e3

File tree

3,030 files changed

+184044
-848660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,030 files changed

+184044
-848660
lines changed

.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
33
<classpathentry kind="src" exported="true" path="/web"/>
44
<classpathentry kind="src" exported="true" path="/fxml"/>
5-
<classpathentry kind="src" exported="true" path="/fxpackager"/>
65
<classpathentry kind="src" exported="true" path="/swt"/>
76
<classpathentry kind="src" exported="true" path="/swing"/>
87
<classpathentry kind="src" exported="true" path="/media"/>

.idea/fxpackager.iml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/rt.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 662 deletions
Large diffs are not rendered by default.

build.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
jfx.release.suffix=-ea
4040

4141
# UPDATE THE FOLLOWING VALUES FOR A NEW RELEASE
42-
jfx.release.major.version=11
42+
jfx.release.major.version=12
4343
jfx.release.minor.version=0
4444
jfx.release.security.version=0
4545
jfx.release.patch.version=0
@@ -56,8 +56,8 @@ jfx.release.patch.version=0
5656

5757
javadoc.bottom=<small><a href="http://bugreport.java.com/bugreport/">Report a bug or suggest an enhancement</a><br> Copyright &copy; 2008, 2018, Oracle and/or its affiliates. All rights reserved.</small>
5858

59-
javadoc.title=JavaFX 11
60-
javadoc.header=JavaFX&nbsp;11
59+
javadoc.title=JavaFX 12
60+
javadoc.header=JavaFX&nbsp;12
6161

6262
##############################################################################
6363
#

buildSrc/android.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def armArchs = ["armeabi", "armeabiv-7a"]
9898
ANDROID = [:]
9999
ANDROID.compileSwing = false;
100100
ANDROID.compileSWT = false;
101-
ANDROID.compileFXPackager = false;
102101
ANDROID.glassPlatform = "android"
103102
ANDROID.armArch = armArchs[0]
104103
ANDROID.libDest = "lib"

buildSrc/armv6hf.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -77,7 +77,6 @@ ARMV6HF.library = { name -> return "lib${name}.so" as String }
7777

7878
ARMV6HF.compileSwing = false;
7979
ARMV6HF.compileSWT = false;
80-
ARMV6HF.compileFXPackager = false;
8180
ARMV6HF.compileWebnodeNative = false;
8281
ARMV6HF.compileMediaNative = false;
8382

buildSrc/dalvik.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def armArchs = ["armeabi", "armeabiv-7a"]
100100
ext.DALVIK = [:]
101101
DALVIK.compileSwing = false;
102102
DALVIK.compileSWT = false;
103-
DALVIK.compileFXPackager = false;
104103
DALVIK.compileDesignTime = false;
105104
DALVIK.glassPlatform = "android"
106105
DALVIK.armArch = armArchs[0]

buildSrc/ios.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -37,7 +37,6 @@ if (!IOS.canBuild) return;
3737

3838
IOS.compileSwing = false;
3939
IOS.compileSWT = false;
40-
IOS.compileFXPackager = false;
4140

4241
defineProperty("USE_LIPO", "false")
4342
IOS.useLipo = Boolean.parseBoolean(USE_LIPO)

0 commit comments

Comments
 (0)