# HG changeset patch # User Dario Sestito # Date 1248701136 -3600 # Node ID 779cc88ed8456bf2e1ea09171059b960608398e2 # Parent f1baeb3f075fd49ada8b27d4009703f2b9af6671 Allow subprojects within a project repo and model file relative to the subproject dir diff -r f1baeb3f075f -r 779cc88ed845 build.xml --- a/build.xml Wed Jul 22 10:58:34 2009 +0100 +++ b/build.xml Mon Jul 27 14:25:36 2009 +0100 @@ -1,17 +1,30 @@ - + - + + + + + + + + + + + + + + - + - + \ No newline at end of file diff -r f1baeb3f075f -r 779cc88ed845 common/build.xml --- a/common/build.xml Wed Jul 22 10:58:34 2009 +0100 +++ b/common/build.xml Mon Jul 27 14:25:36 2009 +0100 @@ -483,7 +483,7 @@ - + [SF-BUILD-NOPREP] @@ -520,6 +520,17 @@ + + + + + + + + + + + diff -r f1baeb3f075f -r 779cc88ed845 sf-package/build.xml --- a/sf-package/build.xml Wed Jul 22 10:58:34 2009 +0100 +++ b/sf-package/build.xml Mon Jul 27 14:25:36 2009 +0100 @@ -21,8 +21,7 @@ - - + diff -r f1baeb3f075f -r 779cc88ed845 sf-package/package_props.ant.xml --- a/sf-package/package_props.ant.xml Wed Jul 22 10:58:34 2009 +0100 +++ b/sf-package/package_props.ant.xml Mon Jul 27 14:25:36 2009 +0100 @@ -12,6 +12,10 @@ + + + + diff -r f1baeb3f075f -r 779cc88ed845 sf-package/package_refs.ant.xml --- a/sf-package/package_refs.ant.xml Wed Jul 22 10:58:34 2009 +0100 +++ b/sf-package/package_refs.ant.xml Mon Jul 27 14:25:36 2009 +0100 @@ -4,8 +4,8 @@ - + - - \ No newline at end of file + + \ No newline at end of file