diff options
Diffstat (limited to '')
-rw-r--r-- | qadevOOo/.classpath | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qadevOOo/.classpath b/qadevOOo/.classpath new file mode 100644 index 000000000..81adde665 --- /dev/null +++ b/qadevOOo/.classpath @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="qa"/> + <classpathentry kind="src" path="java"/> + <classpathentry kind="src" path="runner"/> + <classpathentry kind="src" path="testdocs/backend"/> + <classpathentry kind="src" path="testdocs/qadevlibs/source"/> + <classpathentry kind="src" path="tests/java"/> + <classpathentry kind="lib" path="testdocs/qadevlibs/JobExecutor.jar"/> + <classpathentry kind="lib" path="testdocs/qadevlibs/MyPersistObjectImpl.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="../instdir/program/classes/libreoffice.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="output" path="../workdir/qadevooo-bin"/> +</classpath> |