You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2012/08/23 14:45:07 UTC

svn commit: r1376465 - in /incubator/ooo/trunk/ext_libraries/ratscan/scan: makefile.mk rat-scan.xml

Author: af
Date: Thu Aug 23 12:45:06 2012
New Revision: 1376465

URL: http://svn.apache.org/viewvc?rev=1376465&view=rev
Log:
#i120637# Fixed version number for rat report.  Removed binary flag from xml file.

Modified:
    incubator/ooo/trunk/ext_libraries/ratscan/scan/makefile.mk
    incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-scan.xml   (props changed)

Modified: incubator/ooo/trunk/ext_libraries/ratscan/scan/makefile.mk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/ext_libraries/ratscan/scan/makefile.mk?rev=1376465&r1=1376464&r2=1376465&view=diff
==============================================================================
--- incubator/ooo/trunk/ext_libraries/ratscan/scan/makefile.mk (original)
+++ incubator/ooo/trunk/ext_libraries/ratscan/scan/makefile.mk Thu Aug 23 12:45:06 2012
@@ -23,6 +23,8 @@ PRJ=..
 
 .INCLUDE :	settings.mk
 
+version=3.5
+
 .IF "$(RAT_JAR_HOME)"=="BUILD"
 rat_jar_home=$(CLASSDIR)
 .ELSE
@@ -37,11 +39,11 @@ rat_scan_output:=$(MISC)/rat-output.xml
 rat_scan_output!:=$(shell cygpath -m $(rat_scan_output))
 .ENDIF
 
-all : $(MISC)/aoo-3.4.1_rat-scan-output.html
+all : $(MISC)/aoo-$(version)_rat-scan-output.html
 
 show-excludes .PHONY : $(MISC)/excluded-files.txt
 
-$(MISC)/aoo-3.4.1_rat-scan-output.html : $(MISC)/rat-scan-output.xml
+$(MISC)/aoo-$(version)_rat-scan-output.html : $(MISC)/rat-scan-output.xml
 	java -jar $(OUTDIR)/bin/saxon9.jar -t -s:$< -xsl:rat-output-to-html.xsl -o:$@ -l:on -warnings:fatal
 	@echo
 	@echo Find rat scan report in $@

Propchange: incubator/ooo/trunk/ext_libraries/ratscan/scan/rat-scan.xml
            ('svn:mime-type' removed)