[med-svn] [beast2-mcmc] 08/09: Further fixes in build.xml

Andreas Tille tille at debian.org
Mon Sep 28 13:19:24 UTC 2015


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

tille pushed a commit to branch master
in repository beast2-mcmc.

commit a4a67086be93bbe13fee2bcad431d8c5a80d548d
Author: Andreas Tille <tille at debian.org>
Date:   Mon Sep 28 13:56:33 2015 +0200

    Further fixes in build.xml
---
 debian/patches/fix_classpath_in_build_xml.patch | 26 +++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/debian/patches/fix_classpath_in_build_xml.patch b/debian/patches/fix_classpath_in_build_xml.patch
index 3ca7e49..4a42029 100644
--- a/debian/patches/fix_classpath_in_build_xml.patch
+++ b/debian/patches/fix_classpath_in_build_xml.patch
@@ -6,15 +6,25 @@ Forwarded: no
 
 --- a/build.xml
 +++ b/build.xml
-@@ -11,6 +11,7 @@
-     <property name="src" location="../beast2/src" />
-     <property name="build" location="../beast2/build" />
-     <property name="lib" location="../beast2/lib" />
+@@ -8,23 +8,24 @@
+     </description>
+ 
+     <!-- set global properties for this build -->
+-    <property name="src" location="../beast2/src" />
+-    <property name="build" location="../beast2/build" />
+-    <property name="lib" location="../beast2/lib" />
+-    <property name="doc" location="../beast2/doc" />
+-    <property name="dist" location="../beast2/build/dist" />
+-    <property name="test" location="../beast2/test" />
++    <property name="src" location="src" />
++    <property name="build" location="build" />
++    <property name="lib" location="lib" />
 +    <property name="deblib" location="/usr/share/java" />
-     <property name="doc" location="../beast2/doc" />
-     <property name="dist" location="../beast2/build/dist" />
-     <property name="test" location="../beast2/test" />
-@@ -19,12 +20,12 @@
++    <property name="doc" location="doc" />
++    <property name="dist" location="build/dist" />
++    <property name="test" location="test" />
+ 
+     <property name="main_class_BEAST" value="beast.app.beastapp.BeastMain" />
      <property name="report" value="build/junitreport" />
  
      <path id="classpath">

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beast2-mcmc.git



More information about the debian-med-commit mailing list