summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/httpcomponents-core/files/httpcomponents-core-4.2.4-build.xml')
-rw-r--r--dev-java/httpcomponents-core/files/httpcomponents-core-4.2.4-build.xml74
1 files changed, 74 insertions, 0 deletions
diff --git a/dev-java/httpcomponents-core/files/httpcomponents-core-4.2.4-build.xml b/dev-java/httpcomponents-core/files/httpcomponents-core-4.2.4-build.xml
new file mode 100644
index 000000000000..1ebbeed19ac1
--- /dev/null
+++ b/dev-java/httpcomponents-core/files/httpcomponents-core-4.2.4-build.xml
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
+<!-- ====================================================================== -->
+
+<!-- ====================================================================== -->
+<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
+<!-- ====================================================================== -->
+<!-- -->
+<!-- Any modifications will be overwritten. -->
+<!-- -->
+<!-- Generated by Maven Ant Plugin on 6/14/13 8:39 AM -->
+<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<project name="httpcomponents-core-from-maven" default="package" basedir=".">
+
+ <!-- ====================================================================== -->
+ <!-- Cleaning up target -->
+ <!-- ====================================================================== -->
+
+ <target name="clean" description="Clean the output directory">
+ <ant antfile="build.xml" dir="httpcore" target="clean"/>
+ <ant antfile="build.xml" dir="httpcore-nio" target="clean"/>
+ </target>
+
+ <!-- ====================================================================== -->
+ <!-- Compilation target -->
+ <!-- ====================================================================== -->
+
+ <target name="compile" description="Compile the code">
+ <ant antfile="build.xml" dir="httpcore" target="compile"/>
+ <ant antfile="build.xml" dir="httpcore-nio" target="compile"/>
+ </target>
+
+ <!-- ====================================================================== -->
+ <!-- Test-compilation target -->
+ <!-- ====================================================================== -->
+
+ <target name="compile-tests" description="Compile the test code">
+ <ant antfile="build.xml" dir="httpcore" target="compile-tests"/>
+ <ant antfile="build.xml" dir="httpcore-nio" target="compile-tests"/>
+ </target>
+
+ <!-- ====================================================================== -->
+ <!-- Run all tests -->
+ <!-- ====================================================================== -->
+
+ <target name="test" description="Run the test cases">
+ <ant antfile="build.xml" dir="httpcore" target="test"/>
+ <ant antfile="build.xml" dir="httpcore-nio" target="test"/>
+ </target>
+
+ <!-- ====================================================================== -->
+ <!-- Javadoc target -->
+ <!-- ====================================================================== -->
+
+ <target name="javadoc" description="Generates the Javadoc of the application">
+ <ant antfile="build.xml" dir="httpcore" target="javadoc"/>
+ <ant antfile="build.xml" dir="httpcore-nio" target="javadoc"/>
+ </target>
+
+ <!-- ====================================================================== -->
+ <!-- Package target -->
+ <!-- ====================================================================== -->
+
+ <target name="package" description="Package the application">
+ <ant antfile="build.xml" dir="httpcore" target="package"/>
+ <ant antfile="build.xml" dir="httpcore-nio" target="package"/>
+ </target>
+
+</project>