You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ju...@apache.org on 2018/09/02 21:25:04 UTC

[incubator-netbeans] branch master updated: [NETBEANS-1164] Move modules from php cluster into a subdirectory (#829)

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

junichi11 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 4fe72ac  [NETBEANS-1164] Move modules from php cluster into a subdirectory (#829)
4fe72ac is described below

commit 4fe72ac68f1b22311365b3e91315d4c267c9d638
Author: Junichi Yamamoto <ju...@gmail.com>
AuthorDate: Mon Sep 3 06:25:00 2018 +0900

    [NETBEANS-1164] Move modules from php cluster into a subdirectory (#829)
    
    - Fix the classpath for javacup
---
 php/php.editor/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/php/php.editor/build.xml b/php/php.editor/build.xml
index cf85e0a..8edb171 100644
--- a/php/php.editor/build.xml
+++ b/php/php.editor/build.xml
@@ -64,7 +64,7 @@
     <!--target name="gen-astparser">
         <taskdef name="javacup"
             classname="java_cup.anttask.CUPTask"
-            classpath="${nb_all}/libs.javacup/external/java-cup-11a.jar" />
+            classpath="${nb_all}/php/libs.javacup/external/java-cup-11a.jar" />
             <javacup srcfile="tools/ASTPHP5Parser.cup"
             destdir="src"
             parser="ASTPHP5Parser"


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