Skip to content

Commit

Permalink
remove duplicated prop after merge
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Oct 30, 2018
1 parent 0267915 commit b109ed9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions buildsystem/compdeps/antbuild.xml
Expand Up @@ -197,13 +197,9 @@
<property name="json.criteria" value="[1.1.0,5.0.0)"/>
<property name="cdi.prefix" value="cdi.api"/>
<property name="cdi.criteria" value="[0.0.1,5.0.0)"/>
<!-- Export jdk.unsupported module. -->
<property name="sun-misc.prefix" value="org.eclipse.persistence.sun-misc"/>
<property name="sun-misc.criteria" value="[1.0,2.0)"/>
<!-- For EclipseLink bundles -->
<property name="sun-misc.prefix" value="org.eclipse.persistence.sun-misc"/>
<property name="sun-misc.criteria" value="[3.0,4.0)"/>
<!-- For EclipseLink bundles -->
<property name="sun-misc.criteria" value="[1.0,2.0)"/>
<property name="antlr.prefix" value="org.eclipse.persistence.antlr"/>
<property name="antlr.criteria" value="[3.0,5.0)"/>
<property name="asm.prefix" value="org.eclipse.persistence.asm"/>
Expand Down

0 comments on commit b109ed9

Please sign in to comment.