Skip to content

Commit

Permalink
Move docs to docs/ folder
Browse files Browse the repository at this point in the history
In preparation to have this stuff online
  • Loading branch information
smehrbrodt committed Oct 27, 2018
1 parent 92bde1d commit a2e2b27
Show file tree
Hide file tree
Showing 56 changed files with 8 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
/*/bin
/site
/*.zip
/core/doc/help/html/api/
/docs/loeclipse-doc/help/html/api/
/java/jodconnector.jar
/site.tar.gz
6 changes: 3 additions & 3 deletions core/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<target name="purge" depends="init-env">
<property name="core.out.path" value="${core.basedir}/bin/ant" />
<delete dir="${core.out.path}" />
<delete dir="${core.basedir}/doc/help/html/api" />
<delete dir="${core.basedir}/../docs/loeclipse-doc/help/html/api" />
</target>

<target name="core.compile" depends="init-env">
Expand All @@ -99,7 +99,7 @@
<zipfileset dir="${core.sources}" prefix="">
<exclude name="**/*.java"/>
</zipfileset>
<zipfileset dir="${core.basedir}/doc" prefix="doc"/>
<zipfileset dir="${core.basedir}/../docs/loeclipse-doc" prefix="doc"/>
<zipfileset dir="${core.basedir}/icons" prefix="icons"/>
<zipfileset dir="${core.basedir}/schema" prefix="schema"/>
<zipfileset dir="${core.basedir}" defaultexcludes="true" prefix="">
Expand Down Expand Up @@ -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">

<packageset dir="${core.basedir}/source">
<include name="org/libreoffice/ide/eclipse/core/**"/>
Expand Down
4 changes: 0 additions & 4 deletions core/doc/HOWTO_I18N

This file was deleted.

45 changes: 0 additions & 45 deletions core/doc/cheatsheets/starting.xml

This file was deleted.

2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion core/doc/help/toc.xml → docs/loeclipse-doc/help/toc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?NLS TYPE="org.eclipse.help.toc"?>

<toc label="LibreOffice plugin help">
<toc label="LOEclipse User Guide">

<topic label="User documentation" href="doc/help/html/userdoc/index.html">
<link toc="doc/help/html/userdoc/javatuto/toc.xml"/>
Expand Down
2 changes: 1 addition & 1 deletion scripts/ant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2e2b27

Please sign in to comment.