rpms/junit/devel junit.spec,1.27,1.28 junit3.8.2-build.xml,1.1,1.2

Deepak Bhole (dbhole) fedora-extras-commits at redhat.com
Thu Sep 20 23:12:52 UTC 2007


Author: dbhole

Update of /cvs/extras/rpms/junit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv905

Modified Files:
	junit.spec junit3.8.2-build.xml 
Log Message:

- Fix location of stylesheet for javadocs




Index: junit.spec
===================================================================
RCS file: /cvs/extras/rpms/junit/devel/junit.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- junit.spec	20 Sep 2007 22:10:41 -0000	1.27
+++ junit.spec	20 Sep 2007 23:12:20 -0000	1.28
@@ -34,7 +34,7 @@
 
 Name:           junit
 Version:        3.8.2
-Release:        3jpp.2%{?dist}
+Release:        3jpp.3%{?dist}
 Summary:        Java regression test package
 License:        CPL
 Url:            http://www.junit.org/
@@ -163,6 +163,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Thu Sep 20 2007 Deepak Bhole <dbhole at redhat.com> - 3.8.2-3jpp.3
+- Fix location of stylesheet for javadocs
+
 * Thu Sep 20 2007 Deepak Bhole <dbhole at redhat.com> - 3.8.2-3jpp.2
 - Rebuild for ppc32 execmem issue and new build-id
 


Index: junit3.8.2-build.xml
===================================================================
RCS file: /cvs/extras/rpms/junit/devel/junit3.8.2-build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- junit3.8.2-build.xml	23 Jul 2006 02:14:22 -0000	1.1
+++ junit3.8.2-build.xml	20 Sep 2007 23:12:20 -0000	1.2
@@ -64,7 +64,7 @@
 			version="false"
 			use="false"
 			windowtitle="JUnit API"
-			stylesheetfile="stylesheet.css"
+			stylesheetfile="./javadoc/stylesheet.css"
 		/>
 		<copy todir="${dist}/doc">
 			<fileset dir="doc"/>




More information about the scm-commits mailing list