Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8153657

fix DragDrop builds with ARM

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P3
    • 9
    • None
    • javafx
    • None

    Description

      diff -r e7e7b5ce118c apps/toys/build.xml
      --- a/apps/toys/build.xml Wed Apr 06 09:32:40 2016 -0700
      +++ b/apps/toys/build.xml Wed Apr 06 12:54:39 2016 -0400
      @@ -6,6 +6,7 @@
                 JFX_CORE, so we should not try to build them
                 -->
               <ant dir="ColorCube" target="jar" inheritAll="true"/>
      + <ant dir="DragDrop" target="jar" inheritAll="true"/>
           </target>
       
           <target description="Build the toys" name="jar" depends="swingJar">
      @@ -14,7 +15,6 @@
               <ant dir="PickTest3D" target="jar" inheritAll="true"/>
               <ant dir="Shape3DToy" target="jar" inheritAll="true"/>
               <ant dir="TouchSuite" target="jar" inheritAll="true"/>
      - <ant dir="DragDrop" target="jar" inheritAll="true"/>
           </target>
       
           <target description="Clean the toys" name="clean">

      Attachments

        Activity

          People

            ddhill David Hill (Inactive)
            ddhill David Hill (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: