From 61aa0ceed4c8f04fba201f18a18d4c00d752c7c1 Mon Sep 17 00:00:00 2001 From: kasemir Date: Fri, 28 Jun 2024 10:32:52 -0400 Subject: [PATCH 1/3] Fix ant --- app/databrowser-timescale/build.xml | 1 + app/databrowser/build.xml | 1 + app/trends/archive-reader/build.xml | 2 +- build.xml | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/databrowser-timescale/build.xml b/app/databrowser-timescale/build.xml index f7c0c637d4..a7871b647d 100644 --- a/app/databrowser-timescale/build.xml +++ b/app/databrowser-timescale/build.xml @@ -8,6 +8,7 @@ + diff --git a/app/databrowser/build.xml b/app/databrowser/build.xml index 402e587b29..58a661cb05 100644 --- a/app/databrowser/build.xml +++ b/app/databrowser/build.xml @@ -8,6 +8,7 @@ + diff --git a/app/trends/archive-reader/build.xml b/app/trends/archive-reader/build.xml index 4ea1950c56..d086b50cb0 100644 --- a/app/trends/archive-reader/build.xml +++ b/app/trends/archive-reader/build.xml @@ -1,4 +1,4 @@ - + diff --git a/build.xml b/build.xml index f9c6667abc..0ee3e74f6b 100644 --- a/build.xml +++ b/build.xml @@ -33,6 +33,7 @@ + @@ -117,6 +118,7 @@ + From 53ebe6bc2c3bb18643e24296ae9660fccf7382b2 Mon Sep 17 00:00:00 2001 From: kasemir Date: Fri, 28 Jun 2024 10:56:50 -0400 Subject: [PATCH 2/3] Fix eclipse --- app/databrowser-timescale/.classpath | 1 + app/databrowser/.classpath | 1 + app/display/representation-javafx/.classpath | 1 + app/trends/archive-reader/.classpath | 14 ++++++++++++++ app/trends/archive-reader/.project | 17 +++++++++++++++++ dependencies/phoebus-target/.classpath | 12 ++++++------ 6 files changed, 40 insertions(+), 6 deletions(-) create mode 100644 app/trends/archive-reader/.classpath create mode 100644 app/trends/archive-reader/.project diff --git a/app/databrowser-timescale/.classpath b/app/databrowser-timescale/.classpath index 83b0af9e8b..68a49ce44a 100644 --- a/app/databrowser-timescale/.classpath +++ b/app/databrowser-timescale/.classpath @@ -10,5 +10,6 @@ + diff --git a/app/databrowser/.classpath b/app/databrowser/.classpath index ea5d410a5d..fdb5eaefc4 100644 --- a/app/databrowser/.classpath +++ b/app/databrowser/.classpath @@ -13,6 +13,7 @@ + diff --git a/app/display/representation-javafx/.classpath b/app/display/representation-javafx/.classpath index b4875b35dc..f4a0fd70dd 100644 --- a/app/display/representation-javafx/.classpath +++ b/app/display/representation-javafx/.classpath @@ -10,6 +10,7 @@ + diff --git a/app/trends/archive-reader/.classpath b/app/trends/archive-reader/.classpath new file mode 100644 index 0000000000..0b6599fa79 --- /dev/null +++ b/app/trends/archive-reader/.classpath @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/app/trends/archive-reader/.project b/app/trends/archive-reader/.project new file mode 100644 index 0000000000..4e243167d2 --- /dev/null +++ b/app/trends/archive-reader/.project @@ -0,0 +1,17 @@ + + + app-trends-archive-reader + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/dependencies/phoebus-target/.classpath b/dependencies/phoebus-target/.classpath index 529c1da696..276b6b4c62 100644 --- a/dependencies/phoebus-target/.classpath +++ b/dependencies/phoebus-target/.classpath @@ -42,11 +42,11 @@ - - + + - + @@ -56,7 +56,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -135,7 +135,7 @@ - + From e4db60bb8ac54310ec5f48b394e9220ba7620508 Mon Sep 17 00:00:00 2001 From: kasemir Date: Fri, 28 Jun 2024 11:03:59 -0400 Subject: [PATCH 3/3] Eclipse product: Add archive reader --- phoebus-product/.classpath | 1 + 1 file changed, 1 insertion(+) diff --git a/phoebus-product/.classpath b/phoebus-product/.classpath index d4138ff3a5..0ee9f7c14a 100644 --- a/phoebus-product/.classpath +++ b/phoebus-product/.classpath @@ -43,6 +43,7 @@ +