I broke the build using loc.replace in PHPManualView.java. I changed this to replaceA...
authorEdward Mann <phpeclipse.dev@edmann.com>
Mon, 28 Jan 2008 16:23:44 +0000 (16:23 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Mon, 28 Jan 2008 16:23:44 +0000 (16:23 +0000)
commit12a58d40cd5b47787f00b7bd6707b97f4e1da5e6
treeb6df6b08bf5b968d61e1469078c3dc125d363b47
parentc33cd1e5d4b5709e8f44bf4defe67ef26cf8c641
I broke the build using loc.replace in PHPManualView.java. I changed this to replaceAll. Either function worked on local testing, but the build failed. I feel this will allow the build to work, and the ManualView to function.
net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/views/PHPManualView.java