From 7ce0077767382e08231582222ed3ff0e87d114d7 Mon Sep 17 00:00:00 2001 From: alterSack Date: Thu, 28 Jun 2012 14:08:18 +0200 Subject: [PATCH] Test commit from N7 eclipse. --- .buildpath | 7 +++++ .project | 28 +++++++++++++++++++ .settings/.jsdtscope | 16 +++++++++++ .settings/org.eclipse.php.core.prefs | 2 ++ ...rg.eclipse.wst.jsdt.ui.superType.container | 1 + .../org.eclipse.wst.jsdt.ui.superType.name | 1 + README.md | 2 +- 7 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 .buildpath create mode 100644 .project create mode 100644 .settings/.jsdtscope create mode 100644 .settings/org.eclipse.php.core.prefs create mode 100644 .settings/org.eclipse.wst.jsdt.ui.superType.container create mode 100644 .settings/org.eclipse.wst.jsdt.ui.superType.name diff --git a/.buildpath b/.buildpath new file mode 100644 index 0000000..3b51be4 --- /dev/null +++ b/.buildpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..0a77aa7 --- /dev/null +++ b/.project @@ -0,0 +1,28 @@ + + + PHP-HTML-Objects + + + + + + org.eclipse.wst.jsdt.core.javascriptValidator + + + + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.dltk.core.scriptbuilder + + + + + + org.eclipse.php.core.PHPNature + org.eclipse.wst.jsdt.core.jsNature + + diff --git a/.settings/.jsdtscope b/.settings/.jsdtscope new file mode 100644 index 0000000..2f6f983 --- /dev/null +++ b/.settings/.jsdtscope @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/.settings/org.eclipse.php.core.prefs b/.settings/org.eclipse.php.core.prefs new file mode 100644 index 0000000..5c492ae --- /dev/null +++ b/.settings/org.eclipse.php.core.prefs @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +include_path=0;/PHP-HTML-Objects diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.container b/.settings/org.eclipse.wst.jsdt.ui.superType.container new file mode 100644 index 0000000..3bd5d0a --- /dev/null +++ b/.settings/org.eclipse.wst.jsdt.ui.superType.container @@ -0,0 +1 @@ +org.eclipse.wst.jsdt.launching.baseBrowserLibrary \ No newline at end of file diff --git a/.settings/org.eclipse.wst.jsdt.ui.superType.name b/.settings/org.eclipse.wst.jsdt.ui.superType.name new file mode 100644 index 0000000..05bd71b --- /dev/null +++ b/.settings/org.eclipse.wst.jsdt.ui.superType.name @@ -0,0 +1 @@ +Window \ No newline at end of file diff --git a/README.md b/README.md index c47883d..1c5b250 100755 --- a/README.md +++ b/README.md @@ -121,4 +121,4 @@ If you want to use the php scripts directly do this: TODOs ----- -Write more and check spelling ;-) \ No newline at end of file +Write a lot more and check spelling ;-) \ No newline at end of file