diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2006-11-08 17:45:54 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2006-11-08 17:45:54 +0000 |
| commit | ad26a817013b0ca8b74ee7794dd366002095a888 (patch) | |
| tree | 34cc05ba147ac002efc19384ec48f165900abaee /java/common.xml | |
| parent | fa8335a36edd4410f9f2c071f841dde428384c0a (diff) | |
| download | qpid-python-ad26a817013b0ca8b74ee7794dd366002095a888.tar.gz | |
QPID-74
Update to ant build system to generate source distribution.
The source distribution includes ALL Libs this is obviously not quite right. As we need to exclude those jars that are not compatible.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/common.xml')
| -rw-r--r-- | java/common.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/java/common.xml b/java/common.xml index aa3fe81b9e..02c0d2bcfb 100644 --- a/java/common.xml +++ b/java/common.xml @@ -32,6 +32,7 @@ <property name="etc.dir" value="etc"/> <property name="bin.dir" value="bin"/> <property name="src.bin" value="${bin.dir}"/> + <property name="release.dir" value="release"/> <property name="launcher.sfx" value="-launch.jar"/> <property name="dist.root" value="${build.dir}/dist"/> @@ -42,6 +43,14 @@ <property name="dist.doc" value="${dist.dir}/${doc.dir}"/> <property name="dist.etc" value="${dist.dir}/${etc.dir}"/> + <property name="module.build.file" value="build-module.xml"/> + <property name="build.file" value="build.xml"/> + <property name="module.file" value="module.xml"/> + <property name="common.file" value="common.xml"/> + <property name="build.properties.file" value="build.properties"/> + <property name="build.release" value="${build.dir}/${release.dir}"/> + <property name="build.release.prepare" value="${build.dir}/${release.dir}/prepare"/> + <property name="build.zip" value="${build.dir}/${project.namever}.zip"/> <property name="build.tar" value="${build.dir}/${project.namever}.tar"/> <property name="build.tgz" value="${build.dir}/${project.namever}.tar.gz"/> @@ -57,9 +66,9 @@ <property name="tasks.dir" value="${project.root}/tasks"/> <property name="tasks.classes" value="${tasks.dir}/classes"/> - <property name="tasks.src" value="${tasks.dir}/src"/> + <property name="tasks.src" value="${tasks.dir}/src"/> - <mkdir dir="${tasks.classes}"/> + <mkdir dir="${tasks.classes}"/> <javac srcdir="${tasks.src}" destdir="${tasks.classes}" classpath="${java.class.path}"/> <taskdef name="map" classname="org.apache.qpid.tasks.Map" |
