Skip to content

Commit 9006177

Browse files
authored
Merge pull request ControlSystemStudio#3550 from ControlSystemStudio/eclipse_files
Eclipse settings: Add waterfall plot and dependencies
2 parents ddc9816 + fe83345 commit 9006177

File tree

5 files changed

+44
-1
lines changed

5 files changed

+44
-1
lines changed

app/display/representation-javafx/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
1313
<classpathentry combineaccessrules="false" kind="src" path="/core-types"/>
1414
<classpathentry combineaccessrules="false" kind="src" path="/core-vtype"/>
15+
<classpathentry combineaccessrules="false" kind="src" path="/core-pv"/>
1516
<classpathentry combineaccessrules="false" kind="src" path="/app-rtplot"/>
1617
<classpathentry combineaccessrules="false" kind="src" path="/app-display-model"/>
1718
<classpathentry combineaccessrules="false" kind="src" path="/app-display-representation"/>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
5+
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
6+
<classpathentry kind="src" path="src/main/resources"/>
7+
<classpathentry combineaccessrules="false" kind="src" path="/phoebus-target"/>
8+
<classpathentry combineaccessrules="false" kind="src" path="/core-framework"/>
9+
<classpathentry combineaccessrules="false" kind="src" path="/core-util"/>
10+
<classpathentry combineaccessrules="false" kind="src" path="/core-pv"/>
11+
<classpathentry combineaccessrules="false" kind="src" path="/core-ui"/>
12+
<classpathentry combineaccessrules="false" kind="src" path="/core-security"/>
13+
<classpathentry combineaccessrules="false" kind="src" path="/core-types"/>
14+
<classpathentry combineaccessrules="false" kind="src" path="/app-databrowser"/>
15+
<classpathentry combineaccessrules="false" kind="src" path="/app-display-model"/>
16+
<classpathentry combineaccessrules="false" kind="src" path="/app-display-runtime"/>
17+
<classpathentry combineaccessrules="false" kind="src" path="/app-display-representation"/>
18+
<classpathentry combineaccessrules="false" kind="src" path="/app-display-representation-javafx"/>
19+
<classpathentry kind="output" path="target/classes"/>
20+
</classpath>

app/display/waterfallplot/.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>app-display-waterfallplot</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>

core/util/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
45
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
56
<classpathentry kind="src" path="src/test/java"/>
67
<classpathentry kind="src" path="src/test/resources"/>

dependencies/phoebus-target/.classpath

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
<classpathentry exported="true" kind="lib" path="target/lib/activation-1.1.jar"/>
55
<classpathentry exported="true" kind="lib" path="target/lib/assertj-core-3.9.1.jar"/>
66
<classpathentry exported="true" kind="lib" path="target/lib/batik-all-1.17.jar"/>
7+
<classpathentry exported="true" kind="lib" path="target/lib/bench-11.3.1.jar"/>
78
<classpathentry exported="true" kind="lib" path="target/lib/bsh-2.0b5.jar"/>
89
<classpathentry exported="true" kind="lib" path="target/lib/byte-buddy-1.9.3.jar"/>
910
<classpathentry exported="true" kind="lib" path="target/lib/byte-buddy-agent-1.9.3.jar"/>
1011
<classpathentry exported="true" kind="lib" path="target/lib/c3p0-0.9.5.4.jar"/>
1112
<classpathentry exported="true" kind="lib" path="target/lib/cal10n-api-0.8.1.jar"/>
1213
<classpathentry exported="true" kind="lib" path="target/lib/cglib-full-2.0.jar"/>
14+
<classpathentry exported="true" kind="lib" path="target/lib/chartfx-11.3.1.jar"/>
1315
<classpathentry exported="true" kind="lib" path="target/lib/checker-qual-3.31.0.jar"/>
1416
<classpathentry exported="true" kind="lib" path="target/lib/commonmark-0.15.2.jar"/>
1517
<classpathentry exported="true" kind="lib" path="target/lib/commonmark-ext-gfm-tables-0.15.2.jar"/>
@@ -21,6 +23,7 @@
2123
<classpathentry exported="true" kind="lib" path="target/lib/commons-logging-1.1.3.jar"/>
2224
<classpathentry exported="true" kind="lib" path="target/lib/commons-math3-3.6.1.jar"/>
2325
<classpathentry exported="true" kind="lib" path="target/lib/controlsfx-11.1.2.jar"/>
26+
<classpathentry exported="true" kind="lib" path="target/lib/dataset-11.3.1.jar"/>
2427
<classpathentry exported="true" kind="lib" path="target/lib/derby-10.16.1.1.jar"/>
2528
<classpathentry exported="true" kind="lib" path="target/lib/derbyshared-10.16.1.1.jar"/>
2629
<classpathentry exported="true" kind="lib" path="target/lib/derbytools-10.16.1.1.jar"/>
@@ -49,7 +52,7 @@
4952
<classpathentry exported="true" kind="lib" path="target/lib/httpclient-4.5.10.jar"/>
5053
<classpathentry exported="true" kind="lib" path="target/lib/httpcore-4.4.12.jar"/>
5154
<classpathentry exported="true" kind="lib" path="target/lib/httpcore-nio-4.4.12.jar"/>
52-
<classpathentry exported="true" kind="lib" path="target/lib/install-jars-5.0.1-SNAPSHOT.jar"/>
55+
<classpathentry exported="true" kind="lib" path="target/lib/install-jars-5.0.3-SNAPSHOT.jar"/>
5356
<classpathentry exported="true" kind="lib" path="target/lib/istack-commons-runtime-3.0.5.jar"/>
5457
<classpathentry exported="true" kind="lib" path="target/lib/j2objc-annotations-1.3.jar"/>
5558
<classpathentry exported="true" kind="lib" path="target/lib/jackson-annotations-2.12.3.jar"/>
@@ -112,6 +115,7 @@
112115
<classpathentry exported="true" kind="lib" path="target/lib/kafka-streams-3.6.1.jar"/>
113116
<classpathentry exported="true" kind="lib" path="target/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar"/>
114117
<classpathentry exported="true" kind="lib" path="target/lib/lz4-java-1.8.0.jar"/>
118+
<classpathentry exported="true" kind="lib" path="target/lib/math-11.3.1.jar"/>
115119
<classpathentry exported="true" kind="lib" path="target/lib/mchange-commons-java-0.2.15.jar"/>
116120
<classpathentry exported="true" kind="lib" path="target/lib/mockito-core-2.23.4.jar"/>
117121
<classpathentry exported="true" kind="lib" path="target/lib/mockito-junit-jupiter-4.5.1.jar"/>

0 commit comments

Comments
 (0)