diff --git a/.gitignore b/.gitignore
index 60f8246..59ae978 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,6 @@
/*/bin
/site
/*.zip
-/core/doc/help/html/api/
+/docs/loeclipse-doc/help/html/api/
/java/jodconnector.jar
/site.tar.gz
diff --git a/core/build.xml b/core/build.xml
index ed53e4d..dfc4e1a 100644
--- a/core/build.xml
+++ b/core/build.xml
@@ -80,7 +80,7 @@
-
+
@@ -99,7 +99,7 @@
-
+
@@ -137,7 +137,7 @@
useexternalfile="true"
packagenames="org.libreoffice.ide.eclipse.core.*"
classpathref="core.dependencies.path"
- destdir="${core.basedir}/doc/help/html/api">
+ destdir="${core.basedir}/../docs/loeclipse-doc/help/html/api">
diff --git a/core/doc/HOWTO_I18N b/core/doc/HOWTO_I18N
deleted file mode 100755
index caf7564..0000000
--- a/core/doc/HOWTO_I18N
+++ /dev/null
@@ -1,4 +0,0 @@
-HOWTO internationalize this plugin ?
-
-Please report to the plugin on-line help, developer documentation.
-
\ No newline at end of file
diff --git a/core/doc/cheatsheets/starting.xml b/core/doc/cheatsheets/starting.xml
deleted file mode 100755
index bb63db3..0000000
--- a/core/doc/cheatsheets/starting.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
- This tutorial will guide you through the LibreOffice plugin. This
- way, you will get used to the different features available.
-
-
- This do not prevent you to read the developer's guide.
-
-
-
-
-
- First of all is to configure the available LibreOffice SDKs. You can
- add, remove and edit the SDKs that can be used in the plugin in the
- preferences. Open the Window->Preferences menu item to get the preferences.
- Afterwards, select the LibreOffice->SDK Configuration node.
-
- Then add, remove and/or edit your SDKs, but remember that you need at least one.
-
-
-
-
-
- Now you can create your first component. Select the File->New->Project
- menu item. Choose the new UNO project wizard and follow the dialogs.
-
- You need to select one of the available SDK.
-
-
-
-
-
- In your newly created UNO Component basic tree, you could add a new idl file.
- Select the File->New->Others menu item. From this point launch the
- new UNO-IDL file creation wizard.
-
- The only thing to now in this wizard is that you cannot create an idl file outside
- an idl capable folder. You can distinguish them with their 'I'.
-
-
-
-
diff --git a/docs/index.md b/docs/index.md
index 63c559c..252e3ad 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -38,6 +38,8 @@ After installing the plugin, you can create new extensions/components by using *
You can also have a look at the [LibreOffice Starter Extension](https://github.com/smehrbrodt/libreoffice-starter-extension). It contains a step-by-step guide to get started with Java extension development.
+More instructions on how to use the LOEclipse plugin are provided via the Eclipse Help system. Go to Help->Help Contents and select "LOEclipse User Guide"
+
You find more resources for extension development on https://wiki.documentfoundation.org/Development/Extension_Development
## Features
diff --git a/core/doc/help/html/devdoc/extending/ar01s02.html b/docs/loeclipse-doc/help/html/devdoc/extending/ar01s02.html
similarity index 100%
rename from core/doc/help/html/devdoc/extending/ar01s02.html
rename to docs/loeclipse-doc/help/html/devdoc/extending/ar01s02.html
diff --git a/core/doc/help/html/devdoc/extending/ar01s03.html b/docs/loeclipse-doc/help/html/devdoc/extending/ar01s03.html
similarity index 100%
rename from core/doc/help/html/devdoc/extending/ar01s03.html
rename to docs/loeclipse-doc/help/html/devdoc/extending/ar01s03.html
diff --git a/core/doc/help/html/devdoc/extending/img/img001.png b/docs/loeclipse-doc/help/html/devdoc/extending/img/img001.png
similarity index 100%
rename from core/doc/help/html/devdoc/extending/img/img001.png
rename to docs/loeclipse-doc/help/html/devdoc/extending/img/img001.png
diff --git a/core/doc/help/html/devdoc/extending/index.html b/docs/loeclipse-doc/help/html/devdoc/extending/index.html
similarity index 100%
rename from core/doc/help/html/devdoc/extending/index.html
rename to docs/loeclipse-doc/help/html/devdoc/extending/index.html
diff --git a/core/doc/help/html/devdoc/extending/toc.xml b/docs/loeclipse-doc/help/html/devdoc/extending/toc.xml
similarity index 100%
rename from core/doc/help/html/devdoc/extending/toc.xml
rename to docs/loeclipse-doc/help/html/devdoc/extending/toc.xml
diff --git a/core/doc/help/html/devdoc/index.html b/docs/loeclipse-doc/help/html/devdoc/index.html
similarity index 100%
rename from core/doc/help/html/devdoc/index.html
rename to docs/loeclipse-doc/help/html/devdoc/index.html
diff --git a/core/doc/help/html/devdoc/starting/ar01s02.html b/docs/loeclipse-doc/help/html/devdoc/starting/ar01s02.html
similarity index 100%
rename from core/doc/help/html/devdoc/starting/ar01s02.html
rename to docs/loeclipse-doc/help/html/devdoc/starting/ar01s02.html
diff --git a/core/doc/help/html/devdoc/starting/ar01s03.html b/docs/loeclipse-doc/help/html/devdoc/starting/ar01s03.html
similarity index 100%
rename from core/doc/help/html/devdoc/starting/ar01s03.html
rename to docs/loeclipse-doc/help/html/devdoc/starting/ar01s03.html
diff --git a/core/doc/help/html/devdoc/starting/ar01s04.html b/docs/loeclipse-doc/help/html/devdoc/starting/ar01s04.html
similarity index 100%
rename from core/doc/help/html/devdoc/starting/ar01s04.html
rename to docs/loeclipse-doc/help/html/devdoc/starting/ar01s04.html
diff --git a/core/doc/help/html/devdoc/starting/ar01s05.html b/docs/loeclipse-doc/help/html/devdoc/starting/ar01s05.html
similarity index 100%
rename from core/doc/help/html/devdoc/starting/ar01s05.html
rename to docs/loeclipse-doc/help/html/devdoc/starting/ar01s05.html
diff --git a/core/doc/help/html/devdoc/starting/img/import.png b/docs/loeclipse-doc/help/html/devdoc/starting/img/import.png
similarity index 100%
rename from core/doc/help/html/devdoc/starting/img/import.png
rename to docs/loeclipse-doc/help/html/devdoc/starting/img/import.png
diff --git a/core/doc/help/html/devdoc/starting/index.html b/docs/loeclipse-doc/help/html/devdoc/starting/index.html
similarity index 100%
rename from core/doc/help/html/devdoc/starting/index.html
rename to docs/loeclipse-doc/help/html/devdoc/starting/index.html
diff --git a/core/doc/help/html/devdoc/starting/toc.xml b/docs/loeclipse-doc/help/html/devdoc/starting/toc.xml
similarity index 100%
rename from core/doc/help/html/devdoc/starting/toc.xml
rename to docs/loeclipse-doc/help/html/devdoc/starting/toc.xml
diff --git a/core/doc/help/html/styles.css b/docs/loeclipse-doc/help/html/styles.css
similarity index 100%
rename from core/doc/help/html/styles.css
rename to docs/loeclipse-doc/help/html/styles.css
diff --git a/core/doc/help/html/userdoc/index.html b/docs/loeclipse-doc/help/html/userdoc/index.html
similarity index 100%
rename from core/doc/help/html/userdoc/index.html
rename to docs/loeclipse-doc/help/html/userdoc/index.html
diff --git a/core/doc/help/html/userdoc/javatuto/ar01s02.html b/docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s02.html
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/ar01s02.html
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s02.html
diff --git a/core/doc/help/html/userdoc/javatuto/ar01s03.html b/docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s03.html
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/ar01s03.html
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s03.html
diff --git a/core/doc/help/html/userdoc/javatuto/ar01s04.html b/docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s04.html
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/ar01s04.html
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s04.html
diff --git a/core/doc/help/html/userdoc/javatuto/ar01s05.html b/docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s05.html
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/ar01s05.html
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/ar01s05.html
diff --git a/core/doc/help/html/userdoc/javatuto/img/img000.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img000.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img000.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img000.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img001.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img001.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img001.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img001.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img002.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img002.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img002.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img002.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img003.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img003.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img003.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img003.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img004.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img004.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img004.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img004.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img005.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img005.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img005.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img005.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img006.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img006.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img006.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img006.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img007.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img007.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img007.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img007.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img008.jpg b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img008.jpg
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img008.jpg
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img008.jpg
diff --git a/core/doc/help/html/userdoc/javatuto/img/img008.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img008.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img008.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img008.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img009.jpg b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img009.jpg
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img009.jpg
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img009.jpg
diff --git a/core/doc/help/html/userdoc/javatuto/img/img009.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img009.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img009.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img009.png
diff --git a/core/doc/help/html/userdoc/javatuto/img/img010.jpg b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img010.jpg
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img010.jpg
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img010.jpg
diff --git a/core/doc/help/html/userdoc/javatuto/img/img010.png b/docs/loeclipse-doc/help/html/userdoc/javatuto/img/img010.png
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/img/img010.png
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/img/img010.png
diff --git a/core/doc/help/html/userdoc/javatuto/index.html b/docs/loeclipse-doc/help/html/userdoc/javatuto/index.html
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/index.html
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/index.html
diff --git a/core/doc/help/html/userdoc/javatuto/toc.xml b/docs/loeclipse-doc/help/html/userdoc/javatuto/toc.xml
similarity index 100%
rename from core/doc/help/html/userdoc/javatuto/toc.xml
rename to docs/loeclipse-doc/help/html/userdoc/javatuto/toc.xml
diff --git a/core/doc/help/html/userdoc/pythontuto/ar01s02.html b/docs/loeclipse-doc/help/html/userdoc/pythontuto/ar01s02.html
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/ar01s02.html
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/ar01s02.html
diff --git a/core/doc/help/html/userdoc/pythontuto/ar01s03.html b/docs/loeclipse-doc/help/html/userdoc/pythontuto/ar01s03.html
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/ar01s03.html
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/ar01s03.html
diff --git a/core/doc/help/html/userdoc/pythontuto/img/img000.png b/docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img000.png
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/img/img000.png
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img000.png
diff --git a/core/doc/help/html/userdoc/pythontuto/img/img001.png b/docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img001.png
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/img/img001.png
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img001.png
diff --git a/core/doc/help/html/userdoc/pythontuto/img/img002.png b/docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img002.png
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/img/img002.png
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img002.png
diff --git a/core/doc/help/html/userdoc/pythontuto/img/img003.png b/docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img003.png
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/img/img003.png
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img003.png
diff --git a/core/doc/help/html/userdoc/pythontuto/img/img004.png b/docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img004.png
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/img/img004.png
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img004.png
diff --git a/core/doc/help/html/userdoc/pythontuto/img/img005.png b/docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img005.png
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/img/img005.png
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/img/img005.png
diff --git a/core/doc/help/html/userdoc/pythontuto/index.html b/docs/loeclipse-doc/help/html/userdoc/pythontuto/index.html
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/index.html
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/index.html
diff --git a/core/doc/help/html/userdoc/pythontuto/toc.xml b/docs/loeclipse-doc/help/html/userdoc/pythontuto/toc.xml
similarity index 100%
rename from core/doc/help/html/userdoc/pythontuto/toc.xml
rename to docs/loeclipse-doc/help/html/userdoc/pythontuto/toc.xml
diff --git a/core/doc/help/html/userdoc/uretuto/ar01s02.html b/docs/loeclipse-doc/help/html/userdoc/uretuto/ar01s02.html
similarity index 100%
rename from core/doc/help/html/userdoc/uretuto/ar01s02.html
rename to docs/loeclipse-doc/help/html/userdoc/uretuto/ar01s02.html
diff --git a/core/doc/help/html/userdoc/uretuto/ar01s03.html b/docs/loeclipse-doc/help/html/userdoc/uretuto/ar01s03.html
similarity index 100%
rename from core/doc/help/html/userdoc/uretuto/ar01s03.html
rename to docs/loeclipse-doc/help/html/userdoc/uretuto/ar01s03.html
diff --git a/core/doc/help/html/userdoc/uretuto/index.html b/docs/loeclipse-doc/help/html/userdoc/uretuto/index.html
similarity index 100%
rename from core/doc/help/html/userdoc/uretuto/index.html
rename to docs/loeclipse-doc/help/html/userdoc/uretuto/index.html
diff --git a/core/doc/help/html/userdoc/uretuto/toc.xml b/docs/loeclipse-doc/help/html/userdoc/uretuto/toc.xml
similarity index 100%
rename from core/doc/help/html/userdoc/uretuto/toc.xml
rename to docs/loeclipse-doc/help/html/userdoc/uretuto/toc.xml
diff --git a/core/doc/help/toc.xml b/docs/loeclipse-doc/help/toc.xml
similarity index 97%
rename from core/doc/help/toc.xml
rename to docs/loeclipse-doc/help/toc.xml
index ea94fac..939c374 100755
--- a/core/doc/help/toc.xml
+++ b/docs/loeclipse-doc/help/toc.xml
@@ -1,7 +1,7 @@
-
+
diff --git a/scripts/ant.sh b/scripts/ant.sh
index fd4600c..4bc1c18 100755
--- a/scripts/ant.sh
+++ b/scripts/ant.sh
@@ -2,5 +2,5 @@
cd build
ant purge
-ant -Dlibreoffice.home=/usr/lib/libreoffice -Declipse.home=~/Programme/eclipse/ -v
+ant -Dlibreoffice.home=/usr/lib/libreoffice -Declipse.home=/home/samuel/Programme/eclipse/ -v