[Htmlparser-cvs] htmlparser build.xml,1.50,1.51
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-10-26 19:48:16
|
Update of /cvsroot/htmlparser/htmlparser In directory sc8-pr-cvs1:/tmp/cvs-serv24811/htmlparser Modified Files: build.xml Log Message: Update version headers to 1.4-20031026 and update changelog. Index: build.xml =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/build.xml,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** build.xml 25 Oct 2003 12:03:52 -0000 1.50 --- build.xml 26 Oct 2003 19:46:16 -0000 1.51 *************** *** 20,25 **** deletes local Wiki pages, of course any one else would have to adjust this and also the hard-coded path in WikiCapturer ! - 'javac -classpath release/htmlparser1_4/lib/htmlparser.jar ../WikiCapturer/src/org/htmlparser/wikicapturer/CaptureWiki.java ../WikiCapturer/src/org/htmlparser/wikicapturer/PhpWikiVisitor.java' ! and 'java -classpath release/htmlparser1_4/lib/htmlparser.jar:../WikiCapturer/src org.htmlparser.wikicapturer.CaptureWiki' fetches current Wiki pages - perform a CVS update on htmlparser/docs/docs to identify new and changed files --- 20,25 ---- deletes local Wiki pages, of course any one else would have to adjust this and also the hard-coded path in WikiCapturer ! - 'javac -classpath lib/htmlparser.jar ../WikiCapturer/src/org/htmlparser/wikicapturer/CaptureWiki.java ../WikiCapturer/src/org/htmlparser/wikicapturer/PhpWikiVisitor.java' ! and 'java -classpath lib/htmlparser.jar:../WikiCapturer/src org.htmlparser.wikicapturer.CaptureWiki' fetches current Wiki pages - perform a CVS update on htmlparser/docs/docs to identify new and changed files |