Writer4LaTeX partial help content

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@45 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-02-19 07:25:20 +00:00
parent 9627e8b57c
commit d57907d505
15 changed files with 361 additions and 13 deletions

12
.classpath Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="source/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/usr/share/java/openoffice/juh.jar"/>
<classpathentry kind="lib" path="/usr/share/java/openoffice/jurt.jar"/>
<classpathentry kind="lib" path="/usr/share/java/openoffice/ridl.jar"/>
<classpathentry kind="lib" path="/usr/share/java/openoffice/unoil.jar"/>
<classpathentry kind="lib" path="source/idl/writer2latex"/>
<classpathentry kind="lib" path="source/idl/writer2xhtml"/>
<classpathentry kind="output" path="bin"/>
</classpath>