Skip to content

Commit

Permalink
8293883: Add tests/.classpath (Eclipse)
Browse files Browse the repository at this point in the history
Reviewed-by: nlisker
  • Loading branch information
Andy Goryachev authored and nlisker committed Sep 23, 2022
1 parent 82db6cc commit 03569b7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,22 @@
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="manual/controls"/>
<classpathentry kind="src" path="manual/dnd"/>
<classpathentry kind="src" path="manual/events"/>
<classpathentry kind="src" path="manual/graphics"/>
<classpathentry kind="src" path="manual/swing"/>
<classpathentry kind="src" path="manual/text"/>
<classpathentry kind="src" path="manual/UI"/>
<classpathentry kind="src" path="performance/3DLighting"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
<attribute name="add-exports" value="java.desktop/sun.awt.datatransfer=ALL-UNNAMED"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
Expand Down

1 comment on commit 03569b7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.