This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch geertjanw-patch-3
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 2efb5e0e8493e6e686fb802efa6845dce7fb4f51
Author: Geertjan Wielenga <geertjan.wiele...@oracle.com>
AuthorDate: Fri Aug 30 14:38:44 2019 +0100

    NETBEANS-1097 "Copy Dependent Libraries" does not work if "Source/Binary 
Format" is greater than JDK 8
    
    Removing the below which seems to cause more problems than it helps:
    
    ;lt&not;gt&
        ;lt&istrue value="${{modules.supported.internal}}"/;gt&
    ;lt&/not;gt&
---
 .../src/org/netbeans/modules/java/j2seproject/resources/build-impl.xsl | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/java/java.j2seproject/src/org/netbeans/modules/java/j2seproject/resources/build-impl.xsl
 
b/java/java.j2seproject/src/org/netbeans/modules/java/j2seproject/resources/build-impl.xsl
index 395a993..e1474c7 100644
--- 
a/java/java.j2seproject/src/org/netbeans/modules/java/j2seproject/resources/build-impl.xsl
+++ 
b/java/java.j2seproject/src/org/netbeans/modules/java/j2seproject/resources/build-impl.xsl
@@ -301,9 +301,6 @@ is divided into following sections:
                         <not>
                             <istrue value="${{mkdist.disabled}}"/>
                         </not>
-                        <not>
-                            <istrue value="${{modules.supported.internal}}"/>
-                        </not>
                     </and>
                 </condition>
                 <condition property="do.archive+manifest.available">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to