qadevOOo/.classpath | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
New commits: commit 7ec97313c178bcb100842d02baace15264fcc314 Author: Samuel Mehrbrodt <[email protected]> Date: Thu Mar 8 12:30:53 2018 +0100 Add classpath for qadevOOo Change-Id: Ib900a6ee0f3da6cc5b516ec5f6e2fa57d10e37d0 Reviewed-on: https://gerrit.libreoffice.org/50945 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Noel Grandin <[email protected]> diff --git a/qadevOOo/.classpath b/qadevOOo/.classpath new file mode 100644 index 000000000000..f140b6a85347 --- /dev/null +++ b/qadevOOo/.classpath @@ -0,0 +1,18 @@ +<?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/juh.jar"/> + <classpathentry kind="lib" path="../instdir/program/classes/jurt.jar"/> + <classpathentry kind="lib" path="../instdir/program/classes/ridl.jar"/> + <classpathentry kind="lib" path="../instdir/program/classes/unoil.jar"/> + <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="output" path="../workdir/qadevooo-bin"/> +</classpath> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
