[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openjdk-openjfx-changes
Subject:    git: openjdk/jfx: master: 8269259: Remove obsolete apps, tests, and scripts
From:       kcr () openjdk ! java ! net (Kevin Rushforth)
Date:       2021-06-29 12:04:31
Message-ID: 16cb4b5c-2988-4c7f-a1c5-6d322c1840ce () openjdk ! org
[Download RAW message or body]

Changeset: 12fb4daa
Author:    Kevin Rushforth <kcr at openjdk.org>
Date:      2021-06-29 12:03:29 +0000
URL:       https://git.openjdk.java.net/jfx/commit/12fb4daa36f6f3b13049d32c5a95317ed9a8168e

8269259: Remove obsolete apps, tests, and scripts

Reviewed-by: nlisker, arapte

- .idea/FXSlideShow.iml
- .idea/GraphicsPerformance.iml
- .idea/Shape3DToy.iml
- .idea/StretchyGrid.iml
! .idea/modules.xml
! .idea/tests.iml
! apps/build.xml
- apps/performance/Animations/src/animations/TranslatedRectangle.java
- apps/performance/GraphicsPerformance/build.gradle
- apps/performance/GraphicsPerformance/src/main/java/nodecount/BenchBase.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/BenchTest.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/ButtonBench.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/FlatButtonBench.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/ImageBench.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/PixelGrid.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/RectBench.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/RotatingGrid.java
- apps/performance/GraphicsPerformance/src/main/java/nodecount/SimpleGrid.java
- apps/performance/GraphicsPerformance/src/main/java/preloader/PreloaderApp.java
- apps/performance/GraphicsPerformance/src/main/java/preloader/SlowStartingApp.java
- apps/performance/GraphicsPerformance/src/main/java/scrolling/PixelAlignedTranslatingGridTest.java
- apps/performance/GraphicsPerformance/src/main/java/scrolling/RectScrollingBench.java
- apps/performance/GraphicsPerformance/src/main/java/scrolling/ScrollPaneGridTest.java
- apps/performance/GraphicsPerformance/src/main/java/scrolling/ScrollingBenchBase.java
- apps/performance/GraphicsPerformance/src/main/java/scrolling/TranslatingGridTest.java
- apps/performance/GraphicsPerformance/src/main/java/startup/StartupApp.java
- apps/performance/GraphicsPerformance/src/main/resources/nodecount/Duke_Wave_Opaque.png
- apps/performance/build.xml
- apps/tests/HelloTest/addExports
- apps/tests/HelloTest/build.xml
- apps/tests/HelloTest/manifest.mf
- apps/tests/HelloTest/nbproject/build-impl.xml
- apps/tests/HelloTest/nbproject/genfiles.properties
- apps/tests/HelloTest/nbproject/project.properties
- apps/tests/HelloTest/nbproject/project.xml
- apps/tests/HelloTest/src/hellotest/HelloFPS.java
- apps/tests/HelloTest/src/hellotest/HelloHighContrast.java
- apps/tests/HelloTest/src/hellotest/RemoveFocusedControl.java
! apps/tests/build.xml
! apps/toys/.classpath
- apps/toys/FXSlideShow/build.xml
- apps/toys/FXSlideShow/nbproject/build-impl.xml
- apps/toys/FXSlideShow/nbproject/genfiles.properties
- apps/toys/FXSlideShow/nbproject/project.properties
- apps/toys/FXSlideShow/nbproject/project.xml
- apps/toys/FXSlideShow/src/fxslideshow/FXSlideShow.java
- apps/toys/FXSlideShow/src/fxslideshow/Files.java
- apps/toys/FXSlideShow/src/fxslideshow/broken.png
- apps/toys/Industrial/build.xml
- apps/toys/Industrial/manifest.mf
- apps/toys/Industrial/nbproject/build-impl.xml
- apps/toys/Industrial/nbproject/genfiles.properties
- apps/toys/Industrial/nbproject/project.properties
- apps/toys/Industrial/nbproject/project.xml
- apps/toys/Industrial/src/industrial/Controller.java
- apps/toys/Industrial/src/industrial/Help.java
- apps/toys/Industrial/src/industrial/Industrial.java
- apps/toys/Industrial/src/industrial/Model.java
- apps/toys/Industrial/src/industrial/Pipe.java
- apps/toys/Industrial/src/industrial/Pump.java
- apps/toys/Industrial/src/industrial/Tank.java
- apps/toys/Industrial/src/industrial/Valve.java
- apps/toys/Shape3DToy/build.xml
- apps/toys/Shape3DToy/manifest.mf
- apps/toys/Shape3DToy/nbproject/build-impl.xml
- apps/toys/Shape3DToy/nbproject/genfiles.properties
- apps/toys/Shape3DToy/nbproject/project.properties
- apps/toys/Shape3DToy/nbproject/project.xml
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/CircleT3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/CubicCurveT3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/EllipsesT3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/ImageViewT3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3DEffect1.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3DEffect2.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3DEffect3.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3DEffectCache.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3DOpacity1.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3DOpacity2.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/MixedShapesT3DOpacity3.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/PathAntiAliasingTest3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/PathT3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/RectangleT3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/TextAntiAliasingTest3D.java
- apps/toys/Shape3DToy/src/main/java/shapet3dtest/TextT3D.java
- apps/toys/Shape3DToy/src/main/resources/shapet3dtest/JavaFX.png
- apps/toys/StretchyGrid/src/main/java/stretchygrid/StretchyGrid.java
- apps/toys/TouchSuite/build.xml
- apps/toys/TouchSuite/manifest.mf
- apps/toys/TouchSuite/nbproject/build-impl.xml
- apps/toys/TouchSuite/nbproject/genfiles.properties
- apps/toys/TouchSuite/nbproject/project.properties
- apps/toys/TouchSuite/nbproject/project.xml
- apps/toys/TouchSuite/src/touchsuite/ConsumeTouches.java
- apps/toys/TouchSuite/src/touchsuite/Controls.java
- apps/toys/TouchSuite/src/touchsuite/DrawLine.java
- apps/toys/TouchSuite/src/touchsuite/EventLogger.java
- apps/toys/TouchSuite/src/touchsuite/HelloGestures.java
- apps/toys/TouchSuite/src/touchsuite/HelloMultiTouch.java
- apps/toys/TouchSuite/src/touchsuite/ImageBoard.java
- apps/toys/TouchSuite/src/touchsuite/ImageViewer.java
- apps/toys/TouchSuite/src/touchsuite/ListSelection.java
- apps/toys/TouchSuite/src/touchsuite/ListSelectionSimple.java
- apps/toys/TouchSuite/src/touchsuite/Main.java
- apps/toys/TouchSuite/src/touchsuite/MovingStones.java
- apps/toys/TouchSuite/src/touchsuite/images/flower_1.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_10.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_2.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_3.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_4.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_5.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_6.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_7.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_8.jpg
- apps/toys/TouchSuite/src/touchsuite/images/flower_9.jpg
! apps/toys/build.xml
! tests/.classpath
- tests/functional/animation/javafx/animation/AnimationFunctionalTestBase.java
- tests/functional/animation/javafx/animation/CanSkip_Test.java
- tests/functional/animation/javafx/animation/JumpPastEndAR_Test.java
- tests/functional/animation/javafx/animation/JumpPastEnd_Test.java
- tests/functional/animation/javafx/animation/KeyFrame_TS101_02_Test.java
- tests/functional/animation/javafx/animation/KeyFrame_TS102_01_Test.java
- tests/functional/animation/javafx/animation/KeyFrame_TS103_01_Test.java
- tests/functional/animation/javafx/animation/KeyFrame_TS103_02_Test.java
- tests/functional/animation/javafx/animation/KeyFrame_TS104_01_Test.java
- tests/functional/animation/javafx/animation/KeyFrame_TS105_01_Test.java
- tests/functional/animation/javafx/animation/KeyValue_TS200_01_Test.java
- tests/functional/animation/javafx/animation/KeyValue_TS200_02_Test.java
- tests/functional/animation/javafx/animation/KeyValue_TS200_03_Test.java
- tests/functional/animation/javafx/animation/KeyValue_TS200_04_Test.java
- tests/functional/animation/javafx/animation/RateTestBackAR_Test.java
- tests/functional/animation/javafx/animation/RateTestBack_Test.java
- tests/functional/animation/javafx/animation/RateTestBase.java
- tests/functional/animation/javafx/animation/RateTestFwdAR_Test.java
- tests/functional/animation/javafx/animation/RateTestFwd_Test.java
- tests/functional/animation/javafx/animation/RepeatAR_Test.java
- tests/functional/animation/javafx/animation/RepeatBackAR_Test.java
- tests/functional/animation/javafx/animation/RepeatBack_Test.java
- tests/functional/animation/javafx/animation/Repeat_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS001_01_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS002_01_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS002_02_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS005_01_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS006_01_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS008_01_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS012_01_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS016_02_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS017_02_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS018_02_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS019_02_Test.java
- tests/functional/animation/javafx/animation/Timeline_TS021_01_Test.java
- tests/functional/animation/javafx/animation/ToggleAR_Test.java
- tests/functional/animation/javafx/animation/ToggleBackAR_Test.java
- tests/functional/animation/javafx/animation/ToggleBack_Test.java
- tests/functional/animation/javafx/animation/ToggleStartNonEnd_Test.java
- tests/functional/animation/javafx/animation/ToggleStartNonZero_Test.java
- tests/functional/animation/javafx/animation/Toggle_Test.java
- tests/functional/animation/javafx/animation/ZeroDur_Test.java
- tests/performance/VMPerformance/build.xml
- tests/performance/VMPerformance/manifest.mf
- tests/performance/VMPerformance/nbproject/build-impl.xml
- tests/performance/VMPerformance/nbproject/genfiles.properties
- tests/performance/VMPerformance/nbproject/project.properties
- tests/performance/VMPerformance/nbproject/project.xml
- tests/performance/VMPerformance/src/VMPerformance.c
- tests/performance/VMPerformance/src/VMPerformance.h
- tests/performance/VMPerformance/src/VMPerformance.java
- tools/gltrace/GLTrace.java
- tools/gltrace/Makefile
- tools/gltrace/Makefile.linux
- tools/gltrace/Makefile.macosx
- tools/gltrace/agent.c
- tools/gltrace/egl.c
- tools/gltrace/egl.h
- tools/gltrace/enums.c
- tools/gltrace/gles.c
- tools/gltrace/gles.h
- tools/gltrace/iolib.c
- tools/gltrace/iolib.h
- tools/gltrace/map.c
- tools/gltrace/map.h
- tools/gltrace/os-linux.c
- tools/gltrace/os-macosx.c
- tools/gltrace/os.h
- tools/gltrace/retrace.c
- tools/gltrace/trace-linux.c
- tools/gltrace/trace-macosx.c
- tools/gltrace/trace.h
- tools/scripts/checkWhiteSpace
- tools/scripts/compareBuilds
- tools/scripts/files.style
- tools/scripts/fix_patch_8_9
- tools/scripts/fix_patch_9_8
- tools/scripts/make_runargs.sh
- tools/scripts/whatChanged


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic