Add eclipse project for qadevOOo
Change-Id: I4b2d6e243d65d83d32452a3720fa3d94a76b1dfe Reviewed-on: https://gerrit.libreoffice.org/50946 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
This commit is contained in:
parent
a4617d76a5
commit
bd1afd3db1
2 changed files with 31 additions and 0 deletions
29
qadevOOo/.project
Normal file
29
qadevOOo/.project
Normal file
|
@ -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>
|
|
@ -1 +1,3 @@
|
|||
Testsuite.
|
||||
|
||||
You can import this as a project into Eclipse (select the qadevOOo folder).
|
Loading…
Reference in a new issue