Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Eclipse enforces module visibility on java 9 so have to update build …
Browse files Browse the repository at this point in the history
…paths #7263
  • Loading branch information
FroMage committed Oct 2, 2018
1 parent 76cc452 commit fa738ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmr-aether/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/ceylon-runtime/dist/repo/org/eclipse/ceylon/aether/3.3.9/org.eclipse.ceylon.aether-3.3.9.jar"/>
<classpathentry exported="true" kind="lib" path="/ceylon-runtime/dist/repo/org/eclipse/ceylon/aether/3.3.9/org.eclipse.ceylon.aether-3.3.9.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion cmr-js/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/ceylon-runtime/dist/repo/net/minidev/json-smart/1.3.1/net.minidev.json-smart-1.3.1.jar"/>
<classpathentry exported="true" kind="lib" path="/ceylon-runtime/dist/repo/net/minidev/json-smart/1.3.1/net.minidev.json-smart-1.3.1.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion cmr-webdav/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/ceylon-runtime/dist/repo/org/eclipse/ceylon/aether/3.3.9/org.eclipse.ceylon.aether-3.3.9.jar"/>
<classpathentry exported="true" kind="lib" path="/ceylon-runtime/dist/repo/org/eclipse/ceylon/aether/3.3.9/org.eclipse.ceylon.aether-3.3.9.jar"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>
6 changes: 3 additions & 3 deletions cmr/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<classpathentry combineaccessrules="false" kind="src" path="/ceylon-common"/>
<classpathentry combineaccessrules="false" kind="src" path="/ceylon-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/ceylon-langtools-classfile"/>
<classpathentry combineaccessrules="false" kind="src" path="/ceylon-module-resolver-aether"/>
<classpathentry kind="src" path="/ceylon-module-resolver-javascript"/>
<classpathentry combineaccessrules="false" kind="src" path="/ceylon-module-resolver-webdav"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/ceylon-module-resolver-aether"/>
<classpathentry exported="true" kind="src" path="/ceylon-module-resolver-javascript"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/ceylon-module-resolver-webdav"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>

0 comments on commit fa738ee

Please sign in to comment.