Remove String#replaceAll() with StringUtil#replaceAll() for 1.3 compatibility
authorkhartlage <khartlage>
Sat, 28 Jun 2003 12:52:22 +0000 (12:52 +0000)
committerkhartlage <khartlage>
Sat, 28 Jun 2003 12:52:22 +0000 (12:52 +0000)
commit4c532db2384b8988143efb1add000d5d8d85786d
tree59afa47356b9d848688dcd2d84598703b95afab9
parent6652e3925e57f8b2da09c22577610835aefd9c29
Remove String#replaceAll() with StringUtil#replaceAll() for 1.3 compatibility
net.sourceforge.phpeclipse/src/com/xaraya/wizard/XarayaModuleContainerPage.java
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/externaltools/variable/UrlExpander.java
net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/util/StringUtil.java [new file with mode: 0644]
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/actions/PHPEclipseShowAction.java
net.sourceforge.phpeclipse/src/test/PHPParser.java
net.sourceforge.phpeclipse/src/test/PHPParserSuperclass.java