stevel 2003/06/18 21:46:45
Modified: java/xmls checkstyle.xml
Log:
fix the checkstyle build file slightly
Revision Changes Path
1.3 +8 -1 xml-axis/java/xmls/checkstyle.xml
Index: checkstyle.xml
===================================================================
RCS file: /home/cvs/xml-axis/java/xmls/checkstyle.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- checkstyle.xml 29 Aug 2002 20:00:24 -0000 1.2
+++ checkstyle.xml 19 Jun 2003 04:46:45 -0000 1.3
@@ -1,10 +1,17 @@
<?xml version="1.0"?>
+<!DOCTYPE project [
+ <!ENTITY properties SYSTEM "file:xmls/properties.xml">
+ <!ENTITY paths SYSTEM "file:xmls/path_refs.xml">
+]>
<project name="CheckStyle" default="usage">
<description>
this is a library task file that is only to be invoked in an ant task.
</description>
-
+
+ &properties;
+ &paths;
+
<!-- Load in all standard app-wide properties -->
<property name="checkstyle.project" value="axis"/>