svn commit: r14306 - trunk/src/app/src/default.properties
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: euluis
Date: 2008-04-09 10:15:38-0700
New Revision: 14306
Modified:
trunk/src/app/src/default.properties
Log:
fixing path to ANTLR 2.7.7
Modified: trunk/src/app/src/default.properties
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/default.properties?view=diff&rev=14306&p1=trunk/src/app/src/default.properties&p2=trunk/src/app/src/default.properties&r1=14305&r2=14306
==============================================================================
--- trunk/src/app/src/default.properties (original)
+++ trunk/src/app/src/default.properties 2008-04-09 10:15:38-0700
@@ -42,8 +42,8 @@
argo.mdr.dir=${argo.root.dir}/src/model-mdr
argo.euml.dir=${argo.root.dir}/src/model-euml
argo.tests.src=${argo.root.dir}/tests
-argo.lib.dir=${argo.root.dir}/lib
-argo.src.dir=${argo.root.dir}/src_new
+argo.src.dir=${argo.root.dir}/src/app/src
+argo.lib.dir=${argo.root.dir}/src/app/lib
#
argo.build.dir=${argo.root.dir}/build
argo.tools.lib=${argo.tools.dir}/lib