From 33cb5ad03d69152804bfbf27e9870dfe7cc6dde3 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 28 Feb 2011 15:02:35 +0000 Subject: Add Ant build script generated from mvn ant:ant git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1075361 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/helloworld-contribution/build.xml | 30 +++ .../helloworld-contribution/maven-build.properties | 28 +++ .../helloworld-contribution/maven-build.xml | 236 +++++++++++++++++++++ 3 files changed, 294 insertions(+) create mode 100644 sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml create mode 100644 sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.properties create mode 100644 sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.xml (limited to 'sca-java-2.x/trunk') 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 new file mode 100644 index 0000000000..9fdf76b09b --- /dev/null +++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/build.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.properties b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.properties new file mode 100644 index 0000000000..f713c6f5c7 --- /dev/null +++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.properties @@ -0,0 +1,28 @@ +#Generated by Maven Ant Plugin - DO NOT EDIT THIS FILE! +#Mon Feb 28 14:39:48 GMT 2011 +maven.settings.offline=false +maven.build.finalName=helloworld-contribution +maven.build.resourceDir.1=. +maven.build.resourceDir.0=src/main/resources +maven.build.testOutputDir=${maven.build.dir}/test-classes +maven.build.testResourceDir.0=src/test/resources +maven.reporting.outputDirectory=${maven.build.dir}/site +project.build.sourceEncoding=UTF-8 +distMgmtSnapshotsUrl=https\://repository.apache.org/content/repositories/snapshots +maven.build.srcDir.0=src/main/java +project.build.directory=${maven.build.dir} +dojo.version=1.5.0 +maven.test.reports=${maven.build.dir}/test-reports +maven.build.dir=target +tuscany.version=2.0-SNAPSHOT +project.build.outputDirectory=${maven.build.outputDir} +project.reporting.outputEncoding=UTF-8 +organization.logo=http\://www.apache.org/images/asf_logo_wide.gif +maven.build.testDir.0=src/test/java +maven.settings.interactiveMode=true +tools.jar=C\:\\Java\\jdk1.6.0_21\\jre/../lib/tools.jar +notice.dir=. +sourceReleaseAssemblyDescriptor=source-release +maven.repo.local=${user.home}/.m2/repository +distMgmtSnapshotsName=Apache Development Snapshot Repository +maven.build.outputDir=${maven.build.dir}/classes diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.xml b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.xml new file mode 100644 index 0000000000..a1e6614784 --- /dev/null +++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-contribution/maven-build.xml @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3