aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-09-14 00:48:09 +0200
committerMichael Bien <[email protected]>2010-11-18 01:25:22 +0100
commitc3dbf9cd4a86fd74d842c714f6090673740722e3 (patch)
tree609a65e122824b0e6b45f9faaeefc65e3c3940ae /make/build.xml
parent8e2ab5b4c4e84e5c14ed4570ea8050c8e1dc3c5b (diff)
seperated reuseable tasks into maven-common.xml
fixed typos in pom-template.xml
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 5380867..7ebcef6 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -808,6 +808,8 @@
<!-- Put the files created by target gluegen.build from
build directory to maven repository, local or remote
(targets maven.install and maven.deploy.snapshot respectively)-->
+
+ <import file="maven-common.xml" />
<target name="maven.prepare.pom">
<copy file="pom-template.xml" tofile="${build}/pom-${artifactId}.xml" overwrite="true">
@@ -885,7 +887,7 @@
</exec>
</target>
- <target name="maven.antcalls">
+ <target name="maven.antcalls">
<antcall target="maven.${mvn.task}.artifact" inheritall="true">
<param name="artifactId" value="gluegen"/>
<param name="description" value="GlueGen - JNI Glue Code Generator"/>
@@ -896,7 +898,7 @@
</antcall>
<antcall target="maven.${mvn.task}.native.artifact" inheritall="true">
<param name="artifactId" value="gluegen-rt-natives"/>
- <param name="description" value="Gluegen runtime native libraries for ${os.and.arch}"/>
+ <param name="description" value="GlueGen runtime native libraries for ${os.and.arch}"/>
</antcall>
<!--<antcall target="maven.${mvn.task}.artifact" inheritall="true">-->
<!--<param name="artifactId" value="gluegen-rt-cdc"/>-->