summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml')
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml30
1 files changed, 0 insertions, 30 deletions
diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml
deleted file mode 100644
index 9fdf76b09b..0000000000
--- a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- ====================================================================== -->
-<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
-<!-- ====================================================================== -->
-
-<project name="helloworld-contribution" default="package" basedir=".">
-
- <!-- ====================================================================== -->
- <!-- Import maven-build.xml into the current project -->
- <!-- ====================================================================== -->
-
- <import file="maven-build.xml"/>
-
- <!-- ====================================================================== -->
- <!-- Help target -->
- <!-- ====================================================================== -->
-
- <target name="help">
- <echo message="Please run: $ant -projecthelp"/>
- </target>
-
- <!-- patch the generated test-junit-present target which expects junit in the Ant lib directory -->
- <target name="test-junit-present">
- <available classname="junit.framework.Test" property="junit.present">
- <classpath refid="build.test.classpath"/>
- </available>
- </target>
-
-</project>