Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15
dom2-core-tests
dom2-core-tests-build_xml.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dom2-core-tests-build_xml.patch of Package dom2-core-tests
Index: build.xml =================================================================== --- build.xml.orig +++ build.xml @@ -1,24 +1,13 @@ <!-- JUnit build script using ant 1.3 --> -<project name="junit" default="dist" basedir="."> +<project name="dom2-core-tests" default="dist" basedir="."> <target name="init"> <tstamp/> - <property name="version" value="3.7" /> - <property name="dist" value="junit${version}" /> - <property name="versionfile" value="junit/runner/Version.java" /> + <property name="version" value="0.0.1" /> + <property name="dist" value="dom2-core-tests-${version}" /> <property name="zipfile" value="${dist}.zip" /> </target> - <target name="versiontag" depends="init"> - <filter token="version" value="${version}" /> - <copy - file="${versionfile}" - tofile="${versionfile}tmp" - filtering="on" - /> - <move file="${versionfile}tmp" tofile="${versionfile}" /> - </target> - - <target name="build" depends="versiontag"> + <target name="build" depends="init"> <javac srcdir="." destdir="." @@ -32,75 +21,13 @@ <jar jarfile="${dist}/src.jar" basedir="." - excludes="${dist}/src.jar, junit/tests/**, junit/samples/**, **/*.class, doc/**, README.html, build.xml" + excludes="${dist}/src.jar" /> <jar - jarfile="${dist}/junit.jar" - basedir="." - excludes="${dist}/junit.jar, junit/tests/**, junit/samples/**, **/*.java, doc/**, README.html, jar-manifest.txt" - /> - <copy todir="${dist}/junit/samples"> - <fileset dir="junit/samples" /> - </copy> - <copy todir="${dist}/junit/tests"> - <fileset dir="junit/tests" /> - </copy> - <delete file="${dist}/junit/tests/test.jar"/> - <jar - jarfile="${dist}/junit/tests/test.jar" - basedir="." - includes="junit/tests/LoadedFromJar.class" - /> - <mkdir dir="${dist}/javadoc" /> - <javadoc - sourcepath="." - packagenames="junit.framework.*, junit.extensions.*" - destdir="${dist}/javadoc" - author="false" - version="false" - use="false" - windowtitle="JUnit API" - /> - <copy todir="${dist}/doc"> - <fileset dir="doc"/> - </copy> - <copy file="README.html" tofile="${dist}/README.html" /> - - <java classname="junit.textui.TestRunner" fork="yes"> - <arg value="junit.samples.AllTests" /> - <classpath> - <pathelement location="${dist}" /> - <pathelement location="${dist}/junit.jar" /> - </classpath> - </java> - </target> - - <target name="zip"> - <!-- !!! hard code names, variable substitution doesn't work !!! --> - <zip - zipfile="junit3.6.zip" + jarfile="${dist}/dom2-core-tests.jar" basedir="." - includes="junit3.6/**" + includes="**/*.class" /> </target> - <target name="awtui" depends="dist"> - <java classname="junit.awtui.TestRunner" fork="yes"> - <arg value="junit.samples.AllTests" /> - <classpath> - <pathelement location="${dist}" /> - <pathelement location="${dist}/junit.jar" /> - </classpath> - </java> - </target> - - <target name="swingui" depends="dist"> - <java classname="junit.swingui.TestRunner" fork="yes"> - <arg value="junit.samples.AllTests" /> - <classpath> - <pathelement location="${dist}" /> - <pathelement location="${dist}/junit.jar" /> - </classpath> - </java> - </target> </project>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor