Revision: 4899
          http://sourceforge.net/p/vexi/code/4899
Author:   clrg
Date:     2016-11-09 12:47:16 +0000 (Wed, 09 Nov 2016)
Log Message:
-----------
Bring in line with ebuild standards.

Modified Paths:
--------------
    trunk/org.vexi-build.jsdoc/parser_setup.xml

Modified: trunk/org.vexi-build.jsdoc/parser_setup.xml
===================================================================
--- trunk/org.vexi-build.jsdoc/parser_setup.xml 2016-11-04 06:58:07 UTC (rev 
4898)
+++ trunk/org.vexi-build.jsdoc/parser_setup.xml 2016-11-09 12:47:16 UTC (rev 
4899)
@@ -1,13 +1,13 @@
 <!-- FIXME: temporary in lieu of an ebuild solution
-     NOTES: add src/gen to project build path after -->
+     NOTES: add gen/main/java to project build path after -->
 
 <project name="project" default="javacc">
     <property name="debug" value="false"/>
     <target name="javacc" >
-        <mkdir dir="src/gen/java/org/vexi/tools/autodoc/parse" />
+        <mkdir dir="gen/main/java/org/vexi/tools/autodoc/parse" />
         <javacc
             target="src/main/javacc/org/vexi/tools/autodoc/parse/Parser.jj"
-            outputdirectory="src/gen/java/org/vexi/tools/autodoc/parse"
+            outputdirectory="gen/main/java/org/vexi/tools/autodoc/parse"
             debugparser="${debug}"
             debugtokenmanager="${debug}"
             javacchome="lib_build/javacc-4.2"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to