svn commit: r13387 - branches/gsoc2007/maurelio1234/branch2/src_new/default.properties
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: maurelio1234
Date: 2007-08-17 14:47:07-0700
New Revision: 13387
Modified:
branches/gsoc2007/maurelio1234/branch2/src_new/default.properties
Log:
going back to the original properties file
Modified: branches/gsoc2007/maurelio1234/branch2/src_new/default.properties
Url: http://argouml.tigris.org/source/browse/argouml/branches/gsoc2007/maurelio1234/branch2/src_new/default.properties?view=diff&rev=13387&p1=branches/gsoc2007/maurelio1234/branch2/src_new/default.properties&p2=branches/gsoc2007/maurelio1234/branch2/src_new/default.properties&r1=13386&r2=13387
==============================================================================
--- branches/gsoc2007/maurelio1234/branch2/src_new/default.properties (original)
+++ branches/gsoc2007/maurelio1234/branch2/src_new/default.properties 2007-08-17 14:47:07-0700
@@ -6,7 +6,7 @@
# ${user.home}/argouml.build.properties
#
# build.properties takes precedence over ${user.home}/argouml.build.properties
-#
+#
#
# Argo version
@@ -37,18 +37,18 @@
# set in one of the user's property files. It should be set to an absolute
# path so that it works for subcomponent builds.
#
-argo.tools.dir=${argo.root.dir}/argouml-core-tools
-argo.model.dir=${argo.root.dir}/argouml-core-model
-argo.mdr.dir=${argo.root.dir}/argouml-core-model-mdr
-argo.euml.dir=${argo.root.dir}/argouml-core-model-euml
-argo.tests.src=${argo.root.dir}/argouml-core-tests
-argo.lib.dir=${argo.root.dir}/argouml-core-lib
-argo.src.dir=${argo.root.dir}/argouml_branch
+argo.tools.dir=${argo.root.dir}/tools
+argo.model.dir=${argo.root.dir}/src/model
+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.build.dir=${argo.root.dir}/build
argo.tools.lib=${argo.tools.dir}/lib
#
-argo.tests.dir=${argo.build.dir}/argouml-core-tests
+argo.tests.dir=${argo.build.dir}/tests
argo.tests.classes=${argo.tests.dir}/classes
argo.tests.reports=${argo.tests.dir}/reports
#