summaryrefslogtreecommitdiffstats
path: root/sandbox/samples/sca-features/binding-ws/helloworld-ws-sdo/maven-eclipse.xml
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-09-20 13:47:33 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-09-20 13:47:33 +0000
commit92e0610a7dd146e143ca3e63af70e1d9e737961b (patch)
tree3cb7be81717bd7d0273fdecd29dcdb2c19d826ee /sandbox/samples/sca-features/binding-ws/helloworld-ws-sdo/maven-eclipse.xml
parentaff873c1e214b085c8b8381ff971c17f4b7222b9 (diff)
Moved more samples.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/samples/sca-features/binding-ws/helloworld-ws-sdo/maven-eclipse.xml')
-rw-r--r--sandbox/samples/sca-features/binding-ws/helloworld-ws-sdo/maven-eclipse.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sandbox/samples/sca-features/binding-ws/helloworld-ws-sdo/maven-eclipse.xml b/sandbox/samples/sca-features/binding-ws/helloworld-ws-sdo/maven-eclipse.xml
new file mode 100644
index 0000000000..3adfca89f4
--- /dev/null
+++ b/sandbox/samples/sca-features/binding-ws/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