Skip to content

Commit

Permalink
Update Eclipse settings to current dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kasemir committed May 3, 2024
1 parent 0493d3b commit b7f127e
Show file tree
Hide file tree
Showing 25 changed files with 39 additions and 52 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ant clean run

## Developing with Eclipse

Download Eclipse Oxygen 4.7.1a or later from http://download.eclipse.org/eclipse/downloads/
Download "Eclipse for Java Developers" from https://www.eclipse.org/downloads/packages/

Start Eclipse like this:

Expand All @@ -85,6 +85,10 @@ Check Eclipse Preferences:

### Use plain Java configuration

This approach uses the Eclipse-specific `.classpath` and `.project` files,
which may lag the maven-based settings or be incomplete,
but for the time being can still be used.

Use `File`, `Import`, `General`, `Existing Projects into Workspace`.
Select the phoebus root directory, and check the option to "Search for nested projects".

Expand Down
2 changes: 1 addition & 1 deletion app/3d-viewer/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
</classpathentry>
<classpathentry kind="src" path="/core-ui"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion app/alarm/datasource/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="src" output="target/classes" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-types"/>
Expand Down
1 change: 1 addition & 0 deletions app/alarm/logging-ui/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-types"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-alarm-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-alarm-ui"/>
<classpathentry kind="output" path="target/classes" />
</classpath>
2 changes: 1 addition & 1 deletion app/alarm/model/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="src" output="target/classes" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
Expand Down
2 changes: 1 addition & 1 deletion app/alarm/ui/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<classpathentry kind="src" output="target/classes" path="src/test/java"/>
<classpathentry kind="src" path="src/main/python"/>
<classpathentry kind="src" path="src/test/python"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-types"/>
Expand Down
2 changes: 1 addition & 1 deletion app/display/convert-edm/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
Expand Down
2 changes: 1 addition & 1 deletion app/display/convert-medm/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
Expand Down
2 changes: 1 addition & 1 deletion app/display/editor/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
Expand Down
2 changes: 1 addition & 1 deletion app/display/model/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion app/display/navigation/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<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 kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion app/display/representation-javafx/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
Expand Down
2 changes: 1 addition & 1 deletion app/display/runtime/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
Expand Down
2 changes: 1 addition & 1 deletion app/display/thumbwheel/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
Expand Down
2 changes: 1 addition & 1 deletion app/email/ui/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-email"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion app/errlog/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<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 kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion app/rtplot/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
Expand Down
6 changes: 3 additions & 3 deletions app/scan/client/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?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/java"/>
<classpathentry kind="src" path="src/main/resources"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-scan-model"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
3 changes: 2 additions & 1 deletion app/scan/model/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-pv"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion app/scan/ui/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/app-scan-model"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-scan-client"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-rtplot"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion core/formula/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<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 kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry kind="output" path="target/classes"/>
Expand Down
2 changes: 1 addition & 1 deletion core/ui/.classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="src" output="target/classes" path="src/test/java"/>
Expand Down
35 changes: 8 additions & 27 deletions dependencies/phoebus-target/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,8 @@
<classpathentry exported="true" kind="lib" path="target/lib/TangORB-9.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/accessors-smart-2.4.7.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/activation-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-anim-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-awt-util-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-bridge-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-constants-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-css-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-dom-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-ext-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-gvt-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-i18n-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-parser-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-script-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-shared-resources-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-svg-dom-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-svggen-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-transcoder-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-util-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-xml-1.14.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/assertj-core-3.9.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/batik-all-1.17.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/bsh-2.0b5.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/byte-buddy-1.9.3.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/byte-buddy-agent-1.9.3.jar"/>
Expand All @@ -42,8 +27,6 @@
<classpathentry exported="true" kind="lib" path="target/lib/commons-lang3-3.14.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/commons-logging-1.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/commons-math3-3.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/connect-api-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/connect-json-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/controlsfx-11.1.2.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/derby-10.16.1.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/derbyshared-10.16.1.1.jar"/>
Expand Down Expand Up @@ -131,10 +114,10 @@
<classpathentry exported="true" kind="lib" path="target/lib/junit-platform-engine-1.8.2.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/jython-standalone-2.7.3.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/jzlib-1.1.3.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/kafka-clients-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/kafka-streams-2.0.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/kafka-clients-3.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/kafka-streams-3.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/lz4-java-1.4.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/lz4-java-1.8.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/mchange-commons-java-0.2.15.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/mimepull-1.9.3.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/mockito-core-2.23.4.jar"/>
Expand All @@ -159,14 +142,13 @@
<classpathentry exported="true" kind="lib" path="target/lib/quartz-2.3.2.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/reactive-streams-1.0.3.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/rhino-1.7.12.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/rocksdbjni-5.7.3.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/rocksdbjni-7.9.2.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/rxjava-3.0.9.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/serializer-2.7.2.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/slf4j-api-1.7.25.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/slf4j-api-1.7.36.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/slf4j-ext-1.7.6.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/slf4j-jdk14-1.7.28.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/snakeyaml-1.30.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/snappy-java-1.1.7.1.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/snappy-java-1.1.10.5.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/stax-ex-1.7.8.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/tango-idl-java-5.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/testfx-core-4.0.13-alpha.jar"/>
Expand All @@ -177,7 +159,6 @@
<classpathentry exported="true" kind="lib" path="target/lib/vtype-1.0.7.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/vtype-json-1.0.7.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/wrapper-3.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/xalan-2.7.2.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/xmlgraphics-commons-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="target/lib/xmlunit-core-2.9.0.jar"/>

Expand Down
2 changes: 1 addition & 1 deletion services/alarm-server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-email"/>
<classpathentry combineaccessrules="false" kind="src" path="/app-alarm-model"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion services/archive-engine/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/core-pv"/>
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

0 comments on commit b7f127e

Please sign in to comment.