File: buildxml.tests.patch

package info (click to toggle)
bytecode 0.92.svn.20090106-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 484 kB
  • sloc: java: 3,751; xml: 224; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: bytecode-0.92.svn.20080914/build.xml
===================================================================
--- bytecode-0.92.svn.20080914.orig/build.xml	2008-09-14 13:40:49.000000000 +0200
+++ bytecode-0.92.svn.20080914/build.xml	2008-09-14 13:47:25.000000000 +0200
@@ -65,7 +65,7 @@
     <property name="readme" value="./README" />
     <property name="license" value="./LICENSE" />
     <property name="src.dir" value="./src" />
-    <property name="tests.dir" value="./tests" />
+    <property name="tests.dir" value="./test" />
     <property name="demos.dir" value="./demos" />
     <property name="reports.dir" value="./reports" />
     <property name="manifest.dir" value="./manifest" />
@@ -310,7 +310,7 @@
   </target>
 
   <!-- Creates the distribution -->
-  <target name="dist" depends="init,package,runtests,javadocs">
+  <target name="dist" depends="init,package,javadocs">
     <mkdir dir="${dist.root}" />
     <mkdir dir="${dist.dir}" />
     <mkdir dir="${dist.dir}/lib" />