diff options
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta2/modules/tracing-aspectj/maven-eclipse.xml')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta2/modules/tracing-aspectj/maven-eclipse.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta2/modules/tracing-aspectj/maven-eclipse.xml b/sca-java-2.x/branches/2.0-Beta2/modules/tracing-aspectj/maven-eclipse.xml new file mode 100644 index 0000000000..4ceebd71f7 --- /dev/null +++ b/sca-java-2.x/branches/2.0-Beta2/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 |