hg: openjfx/8/graphics/rt: 4 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Tue Apr 16 09:04:43 PDT 2013
Changeset: 7fc19f7c5642
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-04-15 16:45 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/7fc19f7c5642
Gradle Build:
- Factored native compile classes out into buildSrc directory. Swapped from build-tools project to buildSrc (so there is now no build-tools, only buildSrc). This allows us to have only one buildSrc like directory (instead of both buildSrc and build-tools) which keeps down the clutter.
! build.gradle
! generator.gradle
+ gradleBuildSrc/build.gradle
+ gradleBuildSrc/src/main/groovy/com/sun/javafx/build/CCTask.groovy
+ gradleBuildSrc/src/main/groovy/com/sun/javafx/build/CompileHLSLTask.groovy
+ gradleBuildSrc/src/main/groovy/com/sun/javafx/build/CompileResourceTask.groovy
+ gradleBuildSrc/src/main/groovy/com/sun/javafx/build/JavaHeaderTask.groovy
+ gradleBuildSrc/src/main/groovy/com/sun/javafx/build/LinkTask.groovy
+ gradleBuildSrc/src/main/groovy/com/sun/javafx/build/NativeCompileTask.groovy
Changeset: 39df6804c0e6
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-04-15 16:46 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/39df6804c0e6
Gradle build:
- Attempted to restore mac native compile flags to be nearly identical to what they were when building with ant to minimize potential error during the transition
! mac.gradle
Changeset: 11b7ba57ca74
Author: Richard Bair <richard.bair at oracle.com>
Date: 2013-04-16 08:55 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/11b7ba57ca74
Gradle: Removed build-tools from settings.gradle
! settings.gradle
Changeset: dfddfd3708e5
Author: rbair
Date: 2013-04-16 08:57 -0700
URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/dfddfd3708e5
Merged
More information about the openjfx-dev
mailing list