[bytecode] 02/02: remove resources copy, not needed

Olivier Sallou osallou at debian.org
Tue Jun 21 13:24:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

osallou pushed a commit to branch master
in repository bytecode.

commit d8e3a89c1ef3ff2be0767121a30e8d23ef09f7d1
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Tue Jun 21 15:20:00 2016 +0200

    remove resources copy, not needed
---
 debian/patches/set_default_java_target | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)

diff --git a/debian/patches/set_default_java_target b/debian/patches/set_default_java_target
index 4a7b34b..f5a6731 100644
--- a/debian/patches/set_default_java_target
+++ b/debian/patches/set_default_java_target
@@ -29,7 +29,21 @@ Forwarded: no
  
      <!-- Copies manifest -->
      <!-- copydir src="${manifest.dir}" dest="${build.src}" includes="${manifest.file}"/ -->
-@@ -166,6 +167,7 @@
+@@ -148,11 +149,13 @@
+     
+     <!-- Copies resources -->
+     <!-- copydir src="${resources.dir}" dest="${build.src}" excludes="CVS,cvs"/ -->
++    <!--
+     <copy todir="${build.dest.main}">
+       <fileset dir="${resources.dir}">
+         <exclude name="**/CVS/**" />
+       </fileset>
+     </copy>
++   -->
+   </target>
+ 
+   <target name="prepare-src" depends="init,prepare-core" />
+@@ -166,6 +169,7 @@
        deprecation="false"
        depend="no"
        debug="true"
@@ -37,7 +51,7 @@ Forwarded: no
      />
    </target>
  
-@@ -175,6 +177,7 @@
+@@ -175,6 +179,7 @@
        srcdir="${build.src.tests}"
        destdir="${build.dest.tests}"
        deprecation="true"
@@ -45,7 +59,7 @@ Forwarded: no
        depend="yes">
        <classpath>
          <pathelement path="${classpath}" />
-@@ -189,6 +192,7 @@
+@@ -189,6 +194,7 @@
        srcdir="${build.src.demos}"
        destdir="${build.dest.demos}"
        deprecation="true"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bytecode.git



More information about the pkg-java-commits mailing list