Author: euluis Date: 2008-02-24 11:00:46-0800 New Revision: 14150 Modified: trunk/tools/eclipse/eclipse-ant.properties
Log: issue 4625: this will enable the eclipse build to work for modules' "generateparser" targets in SVN command line checkout and with eclipse checkout. Modified: trunk/tools/eclipse/eclipse-ant.properties Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/eclipse/eclipse-ant.properties?view=diff&rev=14150&p1=trunk/tools/eclipse/eclipse-ant.properties&p2=trunk/tools/eclipse/eclipse-ant.properties&r1=14149&r2=14150 ============================================================================== --- trunk/tools/eclipse/eclipse-ant.properties (original) +++ trunk/tools/eclipse/eclipse-ant.properties 2008-02-24 11:00:46-0800 @@ -3,4 +3,4 @@ # This is a file with general ant properties used when building # argouml and it's modules from within Eclipse. # -antlrall.jar.path=${workspace_loc}/argouml-app/lib/antlrall-2.7.2.jar +antlrall.jar.path=${project_loc:argouml-app}/lib/antlrall-2.7.2.jar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
