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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists