Группа :: Разработка/Java
Пакет: junit
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: junit-build.xml.patch
--- build.xml.orig 2003-11-27 01:44:27 +1200
+++ build.xml 2003-11-27 04:50:55 +1200
@@ -1,6 +1,6 @@
<!-- JUnit build script using ant 1.4 -->
<project name="junit" default="dist" basedir=".">
- <property file="${user.home}/.junit.properties" />
+ <property file="${user.home}/junit.properties" />
<property name="build.compiler" value="classic" />
<property name="version" value="3.8.1" />
<property name="dist" value="junit${version}" />
@@ -39,7 +39,7 @@
<jar
jarfile="${dist}/junit.jar"
basedir="."
- excludes="**/*.jar, junit/tests/**, junit/samples/**, **/*.java, doc/**, README.html, build.xml, jar-manifest.txt, .classpath, .project, cpl-v10.html"
+ excludes="**/*.jar, junit/tests/**, junit/samples/**, **/*.java, doc/**, README.html, build.xml, jar-manifest.txt, .classpath, .project, cpl-v10.html, stylesheet.css, ${dist}, javadoc/**, junit.properties"
/>
<copy todir="${dist}/junit/samples">
<fileset dir="junit/samples" />