qadevOOo/.project | 29 +++++++++++++++++++++++++++++ qadevOOo/README | 2 ++ 2 files changed, 31 insertions(+)
New commits: commit bd1afd3db1c94009656fd4f0915e1b43f8ca6dc4 Author: Samuel Mehrbrodt <[email protected]> Date: Thu Mar 8 12:33:44 2018 +0100 Add eclipse project for qadevOOo Change-Id: I4b2d6e243d65d83d32452a3720fa3d94a76b1dfe Reviewed-on: https://gerrit.libreoffice.org/50946 Reviewed-by: Samuel Mehrbrodt <[email protected]> Tested-by: Samuel Mehrbrodt <[email protected]> diff --git a/qadevOOo/.project b/qadevOOo/.project new file mode 100644 index 000000000000..7f840776f4c8 --- /dev/null +++ b/qadevOOo/.project @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>qaDevOOo</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> + <linkedResources> + <link> + <name>java</name> + <type>2</type> + <location>../unotest/source/java</location> + </link> + <link> + <name>unotools</name> + <type>2</type> + <locationURI>unotest/source/java</locationURI> + </link> + </linkedResources> +</projectDescription> diff --git a/qadevOOo/README b/qadevOOo/README index 78ea5f91700c..50569304a383 100644 --- a/qadevOOo/README +++ b/qadevOOo/README @@ -1 +1,3 @@ Testsuite. + +You can import this as a project into Eclipse (select the qadevOOo folder). \ No newline at end of file _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
