You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2021/03/14 21:07:31 UTC

[netbeans] branch master updated: Update nbbuild freeform project to open without errors

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

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 286ab28  Update nbbuild freeform project to open without errors
     new 0b91042  Merge pull request #2798 from matthiasblaesing/nbbuild_freeform
286ab28 is described below

commit 286ab281ce5c3868abf1200a32aa96b74c1541d9
Author: Matthias Bläsing <mb...@doppel-helix.eu>
AuthorDate: Sat Mar 6 20:19:47 2021 +0100

    Update nbbuild freeform project to open without errors
---
 nbbuild/nbproject/project.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/nbbuild/nbproject/project.xml b/nbbuild/nbproject/project.xml
index 68cb8e3..5307c55 100644
--- a/nbbuild/nbproject/project.xml
+++ b/nbbuild/nbproject/project.xml
@@ -205,8 +205,7 @@
         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/4">
             <compilation-unit>
                 <package-root>antsrc</package-root>
-                <classpath mode="compile">${ant.core.lib}:${nb_all}/platform/javahelp/external/jhall-2.0_05.jar</classpath>
-                <classpath mode="boot">${nbjdk.bootclasspath}</classpath>
+                <classpath mode="compile">${ant.core.lib}:${nb_all}/platform/javahelp/external/jhall-2.0_05.jar:${nb_all}/nbbuild/external/json-simple-1.1.1.jar</classpath>
                 <built-to>${nb.build.dir}/antclasses</built-to>
                 <built-to>${nbantext.jar}</built-to>
                 <source-level>1.8</source-level>
@@ -215,7 +214,6 @@
                 <package-root>test/unit/src</package-root>
                 <unit-tests/>
                 <classpath mode="compile">${test.unit.cp}</classpath>
-                <classpath mode="boot">${nbjdk.bootclasspath}</classpath>
                 <built-to>${nb.build.dir}/test/unit/classes</built-to>
                 <source-level>1.8</source-level>
             </compilation-unit>


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

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