2002/css-validator build.xml,1.12,1.13

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv23130

Modified Files:
	build.xml 
Log Message:
jar issue hopefully fixed: lib dir needs to be in the same dir as css-validator.jar. If in this directory you also have org/w3c/css/css/something.properties, this file will be used instead of the one bundled in the jar. Last but not least, it should be possible to run java -jar /my/path/css-validator.jar from anywhere

Index: build.xml
===================================================================
RCS file: /sources/public/2002/css-validator/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- build.xml	20 Jan 2009 14:36:23 -0000	1.12
+++ build.xml	21 Jan 2009 17:46:37 -0000	1.13
@@ -112,7 +112,7 @@
 			<include name="org/**"/>
 			<manifest>
         <attribute name="Main-Class" value="org.w3c.css.css.CssValidator"/>
-        <attribute name="Class-path" value="lib/commons-collections-3.2.1.jar lib/commons-lang-2.4.jar lib/jigsaw.jar lib/tagsoup-1.2.jar lib/velocity-1.6.1.jar lib/xercesImpl.jar lib/xml-apis.jar"/>
+        <attribute name="Class-path" value=". lib/commons-collections-3.2.1.jar lib/commons-lang-2.4.jar lib/jigsaw.jar lib/tagsoup-1.2.jar lib/velocity-1.6.1.jar lib/xercesImpl.jar lib/xml-apis.jar"/>
 			</manifest>
 		</jar>
 	</target>

Received on Wednesday, 21 January 2009 17:46:49 UTC