summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/tracing-aspectj/maven-eclipse.xml
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2010-01-18 10:00:52 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2010-01-18 10:00:52 +0000
commit6879ef0cdd35022dfbcf36c4702da1fa5cbe1101 (patch)
tree4196f27ee8cafcda0dadc8838d3a9bc98ab52a74 /sca-java-2.x/trunk/modules/tracing-aspectj/maven-eclipse.xml
parentd2e9455481c64993dd2e257f548adf713ccd4b9f (diff)
Adding aspect bases logging and tracing module in 2.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@900323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/tracing-aspectj/maven-eclipse.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/tracing-aspectj/maven-eclipse.xml b/sca-java-2.x/trunk/modules/tracing-aspectj/maven-eclipse.xml
new file mode 100644
index 0000000000..4ceebd71f7
--- /dev/null
+++ b/sca-java-2.x/trunk/modules/tracing-aspectj/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"/>
+ </copy>
+ </target>
+</project> \ No newline at end of file