summaryrefslogtreecommitdiffstats
path: root/sandbox/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-20 12:32:50 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-20 12:32:50 +0000
commit4f6a51d428d96dbb476d8412143748e841993372 (patch)
treec2a264458c31dae29adb516fe7978373e7b49e77 /sandbox/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml
parent67096b069e946edd0421284519010b3e6e5e49f6 (diff)
Copy trunk samples to sanbox to experiment with renames and moves
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml')
-rw-r--r--sandbox/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sandbox/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml b/sandbox/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml
new file mode 100644
index 0000000000..3adfca89f4
--- /dev/null
+++ b/sandbox/samples/getting-started/contributions/helloworld-ws-sdo/maven-eclipse.xml
@@ -0,0 +1,8 @@
+<project default="copy-resources">
+ <target name="init"/>
+ <target name="copy-resources" depends="init">
+ <copy todir="target/classes/META-INF" filtering="true">
+ <fileset dir="." includes="LICENSE|NOTICE" excludes="**/*.java"/>
+ </copy>
+ </target>
+</project> \ No newline at end of file