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

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


The following commit(s) were added to refs/heads/master by this push:
     new 40715ba  [NETBEANS-1145] Platform launchers should be in the lib 
folder instead of bin.
40715ba is described below

commit 40715bab951f2ca34deb499f8eb2833249a4a5b9
Author: Laszlo Kishalmi <laszlo.kisha...@gmail.com>
AuthorDate: Mon Jan 7 14:04:40 2019 -0800

    [NETBEANS-1145] Platform launchers should be in the lib folder instead of 
bin.
---
 platform/o.n.bootstrap/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platform/o.n.bootstrap/build.xml b/platform/o.n.bootstrap/build.xml
index 1122aa1..4a50a53 100644
--- a/platform/o.n.bootstrap/build.xml
+++ b/platform/o.n.bootstrap/build.xml
@@ -44,7 +44,7 @@
             <arg value="-f"/>
             <arg value="Makefile.mingw"/>
         </exec>
-        <copy todir="${cluster}/bin" overwrite="true">
+        <copy todir="${cluster}/lib" overwrite="true">
             <fileset dir="launcher/windows">
                 <include name="nbexec*.dll"/>
                 <include name="nbexec*.exe"/>


---------------------------------------------------------------------
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