diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 21:10:07 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-19 21:10:07 +0000 |
commit | a0b2c65c0b89c87f32499d4f0825154be8343db0 (patch) | |
tree | 7c7707eab96a1de09ca7327c7e9a2030d0f36586 /sca-java-1.x/trunk/tutorials/travelsample/launchers/policy | |
parent | 0483f8b59114781f9e160a0bb938034ced1b9d82 (diff) |
Merge revision r944799 from 1.0 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/maven-eclipse.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/maven-eclipse.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/maven-eclipse.xml deleted file mode 100644 index 4ceebd71f7..0000000000 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/policy/maven-eclipse.xml +++ /dev/null @@ -1,8 +0,0 @@ -<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 |