Skip to content

Commit

Permalink
Eclipse files new display-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kasemir committed Aug 1, 2024
1 parent 0960815 commit 9b47092
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/display/actions/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-representation-javafx"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
17 changes: 17 additions & 0 deletions app/display/actions/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>app-display-actions</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>
</projectDescription>
1 change: 1 addition & 0 deletions app/display/convert-edm/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-formula"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-actions"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-editor"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 1 addition & 0 deletions app/display/convert-medm/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-actions"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 1 addition & 0 deletions app/display/navigation/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-actions"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
1 change: 1 addition & 0 deletions app/display/runtime/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/app-display-representation-javafx"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-representation"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-display-actions"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-email"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-types"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
Expand Down

0 comments on commit 9b47092

Please sign in to comment.