Compatibility fragment commit
authorEdward Mann <phpeclipse.dev@edmann.com>
Fri, 27 Jun 2008 05:09:05 +0000 (05:09 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Fri, 27 Jun 2008 05:09:05 +0000 (05:09 +0000)
commit415d47ac4187d3d76b1680bf1c1962e19d5ffc55
tree573855e90c244c0d672e37a1f86aaeca851153c8
parenta6ce8bb761019c05b9d090aa818bf836ff8cca46
Compatibility fragment commit
39 files changed:
net.sourceforge.phpeclipse.32.compatibility/.classpath [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/.project [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/META-INF/MANIFEST.MF [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/build.properties [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/fragment.xml [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/externaltools/actions/ExternalPHPParser.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/compiler/lookup/CompilationUnitScope.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/compiler/parser/Parser.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/core/JavaModelManager.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/corext/phpdoc/PHPDocUtil.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/corext/util/Resources.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/debug/core/PHPDBGProxy.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/debug/ui/launcher/LoadPathEntryLabelProvider.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/debug/ui/launcher/PHPEnvironmentTab.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/launching/InterpreterRunner.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/launching/InterpreterRunnerConfiguration.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/launching/PHPSourceLocator.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/ui/text/template/DeclarationProposal.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/internal/ui/util/PHPFileUtil.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/ltk/core/RenameIdentifierDelegate.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpdt/ltk/core/RenameLocalVariableDelegate.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/actions/IncludesScanner.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/actions/OpenDeclarationEditorAction.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/actions/PHPOpenAllIncludesEditorAction.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/obfuscator/ObfuscatorIgnores.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/obfuscator/export/WizardObfuscatorResourceExportPage1.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/phpeditor/PHPEditor.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/phpeditor/PHPTextHover.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/ui/WebUI.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/ui/editor/ShowExternalPreviewAction.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/webbrowser/internal/OpenWithBrowserActionDelegate.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/webbrowser/internal/WebBrowserEditor.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/webbrowser/views/BrowserView.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/wizards/NewProjectCreationWizard.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPLaunchConfigurationDelegate.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/xdebug/php/launching/PHPSourceLookupParticipant.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/xdebug/php/model/XDebugTarget.java [new file with mode: 0644]
net.sourceforge.phpeclipse.32.compatibility/src/net/sourceforge/phpeclipse/xml/core/internal/model/XMLDocument.java [new file with mode: 0644]