Author: hhubner Date: 2006-10-14 03:05:32 -0400 (Sat, 14 Oct 2006) New Revision: 1987
Modified: branches/xml-class-rework/projects/bos/statistics/Makefile Log: Remove login
Modified: branches/xml-class-rework/projects/bos/statistics/Makefile =================================================================== --- branches/xml-class-rework/projects/bos/statistics/Makefile 2006-10-14 07:00:17 UTC (rev 1986) +++ branches/xml-class-rework/projects/bos/statistics/Makefile 2006-10-14 07:05:32 UTC (rev 1987) @@ -1,7 +1,7 @@
BASE_URL = http://192.168.254.132:8080/reports-xml YEAR = 2005 -LOGIN = ?__username=hans&__password=ognep +LOGIN =
GRAPHICS = contracts-by-week.svg
@@ -18,4 +18,5 @@
.xsl.svg: xsltproc -o $*.xml $*.xsl '$(BASE_URL)/$*/$(YEAR)$(LOGIN)' - xsltproc -o $*-$(YEAR).svg buildSVGLineChart.xsl $*.xml \ No newline at end of file + xsltproc -o $*-$(YEAR).svg buildSVGLineChart.xsl $*.xml + rm $*.xml \ No newline at end of file