Skip to content

Commit

Permalink
remove --add-exports for jdk11 platform tck.
Browse files Browse the repository at this point in the history
Signed-off-by: gurunandan.rao@oracle.com <gurunandan.rao@oracle.com>
  • Loading branch information
gurunrao committed Mar 16, 2021
1 parent 4872f0e commit 0345a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/xml/ts.common.props.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2021 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -449,7 +449,7 @@
<property name="jdk1.7.compiler.arg" value="${jdk1.6.compiler.arg}"/>
<property name="jdk1.8.compiler.arg" value="${jdk1.6.compiler.arg}"/>
<property name="jdk9.compiler.arg" value="--add-modules java.activation --add-modules java.transaction --add-modules java.xml.bind --add-modules java.xml.ws --add-modules java.xml.ws.annotation --patch-module java.transaction=${s1as.modules}/jakarta.transaction-api.jar --patch-module java.xml.ws.annotation=${s1as.modules}/endorsed/jakarta.annotation-api.jar --add-exports java.xml.ws.annotation/jakarta.annotation.security=ALL-UNNAMED --add-exports java.xml.ws.annotation/jakarta.annotation=ALL-UNNAMED --add-exports java.xml.ws.annotation/jakarta.annotation.sql=ALL-UNNAMED" />
<property name="jdk11.compiler.arg" value="--patch-module java.activation=${s1as.modules}/jakarta.activation.jar --patch-module java.xml.bind=${s1as.modules}/endorsed/jaxb-api.jar --patch-module java.transaction=${s1as.modules}/jakarta.transaction-api.jar --patch-module java.xml.ws.annotation=${s1as.modules}/endorsed/jakarta.annotation-api.jar --add-exports java.xml.ws.annotation/jakarta.annotation.security=ALL-UNNAMED --add-exports java.xml.ws.annotation/jakarta.annotation=ALL-UNNAMED --add-exports java.xml.ws.annotation/jakarta.annotation.sql=ALL-UNNAMED" />
<property name="jdk11.compiler.arg" value="--patch-module java.activation=${s1as.modules}/jakarta.activation.jar --patch-module java.xml.bind=${s1as.modules}/endorsed/jaxb-api.jar --patch-module java.transaction=${s1as.modules}/jakarta.transaction-api.jar --patch-module java.xml.ws.annotation=${s1as.modules}/endorsed/jakarta.annotation-api.jar" />

<if>
<equals arg1="${ant.java.version}" arg2="1.6"/>
Expand Down

0 comments on commit 0345a55

Please sign in to comment.