summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 11:31:44 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-03-25 11:31:44 +0000
commit4845df6405b587b539876f87c6ac1386a9fd3048 (patch)
tree5a81e2704b3cf63b7b9114156abeef00ee55ea0e /build.xml
parent40580a1dc4f9ac9b4a70add6153ba07ed6c8ab69 (diff)
downloadlog4cxx-4845df6405b587b539876f87c6ac1386a9fd3048.tar.gz
All the IDE project files are now generated in one directory in the target dir to improve its clarity. They are still in the generated release archives and a "mvn clear && mvn package" still passes. So it doesn't look I broke something.
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1736561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/build.xml b/build.xml
index 65421ca..8267cf3 100644
--- a/build.xml
+++ b/build.xml
@@ -851,7 +851,7 @@
excludes="log4cxx/private/*.cpp **/aprinitializer.h.cpp"
/>
<includepath path="${include.dir}" />
- <project outfile="${projects.dir}/header-check"
+ <project outfile="${projects.dir}/projects/header-check"
type="${project.type}"
if="project.if"
/>
@@ -1033,7 +1033,7 @@
&libsets;
<project type="${project.type}"
- outfile="${projects.dir}/${lib.name}"
+ outfile="${projects.dir}/projects/${lib.name}"
if="project.if">
<comment>&license;</comment>
<dependency file="${projects.dir}/apr" />
@@ -1116,7 +1116,7 @@
/>
&libsets;
- <project outfile="${projects.dir}/${example.name}"
+ <project outfile="${projects.dir}/projects/${example.name}"
type="${project.type}"
if="project.if">
<comment>&license;</comment>
@@ -1276,7 +1276,7 @@
/>
&libsets;
- <project outfile="${projects.dir}/testsuite"
+ <project outfile="${projects.dir}/projects/testsuite"
type="${project.type}"
if="project.if">
<comment>&license;</comment>
@@ -1375,7 +1375,7 @@
<libset libs="cw32mt" if="is-bcc" />
- <project outfile="${projects.dir}/testsuite-standalone"
+ <project outfile="${projects.dir}/projects/testsuite-standalone"
type="${project.type}"
if="project.if">
<comment>&license;</comment>
@@ -1669,7 +1669,7 @@
</target>
<target name="build-projects">
- <mkdir dir="${projects.dir}" />
+ <mkdir dir="${projects.dir}/projects" />
<property name="project.type"
value="msvc6"
/>
@@ -2134,3 +2134,4 @@
</exec>
</target>
</project>
+