Skip to content

Commit 279cafb

Browse files
author
Andy Goryachev
committed
8387773: Missing eclipse project files in tests/manual/systemmenu
Reviewed-by: jhendrikx
1 parent 9752559 commit 279cafb

3 files changed

Lines changed: 49 additions & 0 deletions

File tree

tests/manual/systemmenu/.classpath

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry excluding=".classpath|.project|.settings" kind="src" output="bin" path=""/>
9+
<classpathentry combineaccessrules="false" kind="src" path="/controls">
10+
<attributes>
11+
<attribute name="module" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry combineaccessrules="false" kind="src" path="/graphics">
15+
<attributes>
16+
<attribute name="module" value="true"/>
17+
</attributes>
18+
</classpathentry>
19+
<classpathentry combineaccessrules="false" kind="src" path="/base">
20+
<attributes>
21+
<attribute name="module" value="true"/>
22+
</attributes>
23+
</classpathentry>
24+
<classpathentry combineaccessrules="false" kind="src" path="/swing">
25+
<attributes>
26+
<attribute name="module" value="true"/>
27+
</attributes>
28+
</classpathentry>
29+
<classpathentry kind="output" path="bin"/>
30+
</classpath>

tests/manual/systemmenu/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>manualTests-SystemMenu</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8

0 commit comments

Comments
 (0)