Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Ruzicka2010-12-02 23:34:42 +0000
committerMichal Ruzicka2010-12-02 23:34:42 +0000
commit04181d5a44a12d3758f135787a8baf2d9939ee6e (patch)
tree861e6644106c9c8124335d89ee2aeda2024c7bc7
parentcceb68ea25f78ea5186049678d272899ea96a590 (diff)
downloadcdo-04181d5a44a12d3758f135787a8baf2d9939ee6e.tar.gz
cdo-04181d5a44a12d3758f135787a8baf2d9939ee6e.tar.xz
cdo-04181d5a44a12d3758f135787a8baf2d9939ee6e.zip
store the build info file in the result directory
-rw-r--r--releng/org.eclipse.emf.cdo.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng/build.xml b/releng/org.eclipse.emf.cdo.releng/build.xml
index 754cd7e012..edad279bff 100644
--- a/releng/org.eclipse.emf.cdo.releng/build.xml
+++ b/releng/org.eclipse.emf.cdo.releng/build.xml
@@ -237,7 +237,7 @@
</target>
<target name="init.build.properties">
- <property name="build.type.file.name" location="${build.root}/build-info.xml" />
+ <property name="build.type.file.name" location="${result}/build-info.xml" />
<antcall target="store.build.info" />
<xmlproperty file="${build.type.file.name}" collapseattributes="true" />
<echo message="Build type is: ${build.type}" />

Back to the top