You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by rw...@apache.org on 2020/03/18 00:41:23 UTC

svn commit: r1875337 - in /pivot/trunk: build.xml wtk/lib/javax.activation-1.2.0.jar

Author: rwhitcomb
Date: Wed Mar 18 00:41:23 2020
New Revision: 1875337

URL: http://svn.apache.org/viewvc?rev=1875337&view=rev
Log:
Build changes to add the javax.activation module for Java 11, and the implementing .jar file.


Added:
    pivot/trunk/wtk/lib/javax.activation-1.2.0.jar   (with props)
Modified:
    pivot/trunk/build.xml

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1875337&r1=1875336&r2=1875337&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Wed Mar 18 00:41:23 2020
@@ -401,6 +401,9 @@ limitations under the License.
                 <link href="http://download.oracle.com/javaee/7/api/"/>
 
                 <arg value="-html4" if:true="${java_modules}"/>
+                <arg value="--frames" if:true="${java_modules}"/>
+                <arg value="--module-path" if:true="${java_modules}"/>
+                <arg value="wtk/lib/javax.activation-1.2.0.jar" if:true="${java_modules}"/>
                 <arg value="--add-modules" if:true="${java_modules}"/>
                 <arg value="java.activation" if:true="${java_modules}"/>
             </javadoc>
@@ -579,6 +582,9 @@ limitations under the License.
             <link href="http://download.oracle.com/javaee/7/api/"/>
 
             <arg value="-html4" if:true="${java_modules}"/>
+            <arg value="--frames" if:true="${java_modules}"/>
+            <arg value="--module-path" if:true="${java_modules}"/>
+            <arg value="wtk/lib/javax.activation-1.2.0.jar" if:true="${java_modules}"/>
             <arg value="--add-modules" if:true="${java_modules}"/>
             <arg value="java.activation" if:true="${java_modules}"/>
         </javadoc>

Added: pivot/trunk/wtk/lib/javax.activation-1.2.0.jar
URL: http://svn.apache.org/viewvc/pivot/trunk/wtk/lib/javax.activation-1.2.0.jar?rev=1875337&view=auto
==============================================================================
Binary file - no diff available.

Propchange: pivot/trunk/wtk/lib/javax.activation-1.2.0.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream