From 81e149a62c56c4bda6fd5f62711ae1d294565520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Michaud?= Date: Wed, 12 Jan 2022 23:12:43 +0100 Subject: [PATCH] Cadplan extension deprecated (separated in several projects) --- README.md | 7 ++++ distro-zip.xml | 36 +++++++++++++++++++++ jump-chart/distro-zip.xml | 32 +++++++++++++++++++ jump-chart/pom.xml | 53 ++++++++++++++++++++++++++++-- jump-fill-pattern/distro-zip.xml | 33 +++++++++++++++++++ jump-fill-pattern/pom.xml | 53 ++++++++++++++++++++++++++++-- jump-printer/distro-zip.xml | 32 +++++++++++++++++++ jump-printer/pom.xml | 55 ++++++++++++++++++++++++++++++-- pom.xml | 36 +++------------------ vertex-symbols/distro-zip.xml | 32 +++++++++++++++++++ vertex-symbols/pom.xml | 53 ++++++++++++++++++++++++++++-- 11 files changed, 381 insertions(+), 41 deletions(-) create mode 100644 distro-zip.xml create mode 100644 jump-chart/distro-zip.xml create mode 100644 jump-fill-pattern/distro-zip.xml create mode 100644 jump-printer/distro-zip.xml create mode 100644 vertex-symbols/distro-zip.xml diff --git a/README.md b/README.md index bba84c2..4e0bbc2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # cadplan-extension Extensions from CadPlan (http://www.cadplan.com.au/) + +**DEPRECATED** Each cadplan plugin has now its own project. Namely : + +- vertex-symbols +- jump-fill-pattern +- jump-chart-extension +- cadplan-printer-extension diff --git a/distro-zip.xml b/distro-zip.xml new file mode 100644 index 0000000..efdb3a6 --- /dev/null +++ b/distro-zip.xml @@ -0,0 +1,36 @@ + + distro zip + + zip + + dir + + false + + + / + false + + *:cadplan-extension + *:jump-chart + *:jump-fill-pattern + *:jump-printer + *:vertex-symbol + + + + /lib + false + runtime + true + false + + org.openjump:OpenJUMP + + com.google.code.findbugs:* + + + + \ No newline at end of file diff --git a/jump-chart/distro-zip.xml b/jump-chart/distro-zip.xml new file mode 100644 index 0000000..6d2f082 --- /dev/null +++ b/jump-chart/distro-zip.xml @@ -0,0 +1,32 @@ + + distro zip + + zip + + dir + + false + + + / + false + + *:jump-chart + + + + /lib + false + runtime + true + false + + org.openjump:OpenJUMP + + com.google.code.findbugs:* + + + + \ No newline at end of file diff --git a/jump-chart/pom.xml b/jump-chart/pom.xml index 6ca6976..18a2dfd 100644 --- a/jump-chart/pom.xml +++ b/jump-chart/pom.xml @@ -5,12 +5,12 @@ cadplan4openjump cadplan - 2.1.0 + ${project.build.version} 4.0.0 jump-chart - 2.1.0 + ${project.build.version} 8 @@ -20,4 +20,53 @@ + + + + maven-assembly-plugin + 3.3.0 + + false + + + + distro zip + package + + + distro-zip.xml + + + + single + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + 1.10 + + + + files + + package + + + + ${project.build.directory} + + ${project.build.finalName}.zip + + + + + + + + + + \ No newline at end of file diff --git a/jump-fill-pattern/distro-zip.xml b/jump-fill-pattern/distro-zip.xml new file mode 100644 index 0000000..3cb45f4 --- /dev/null +++ b/jump-fill-pattern/distro-zip.xml @@ -0,0 +1,33 @@ + + distro zip + + zip + + dir + + false + + + / + false + + *:jump-fill-pattern + + + + /lib + false + runtime + true + false + + org.openjump:OpenJUMP + + + com.google.code.findbugs:* + + + + \ No newline at end of file diff --git a/jump-fill-pattern/pom.xml b/jump-fill-pattern/pom.xml index 901db6b..aeee919 100644 --- a/jump-fill-pattern/pom.xml +++ b/jump-fill-pattern/pom.xml @@ -5,12 +5,12 @@ cadplan4openjump cadplan - 2.1.0 + ${project.build.version} 4.0.0 jump-fill-pattern - 2.1.0 + ${project.build.version} 8 @@ -20,4 +20,53 @@ + + + + maven-assembly-plugin + 3.3.0 + + false + + + + distro zip + package + + + distro-zip.xml + + + + single + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + 1.10 + + + + files + + package + + + + ${project.build.directory} + + ${project.build.finalName}.zip + + + + + + + + + + \ No newline at end of file diff --git a/jump-printer/distro-zip.xml b/jump-printer/distro-zip.xml new file mode 100644 index 0000000..f81e0a1 --- /dev/null +++ b/jump-printer/distro-zip.xml @@ -0,0 +1,32 @@ + + distro zip + + zip + + dir + + false + + + / + false + + *:jump-printer + + + + /lib + false + runtime + true + false + + org.openjump:OpenJUMP + + com.google.code.findbugs:* + + + + \ No newline at end of file diff --git a/jump-printer/pom.xml b/jump-printer/pom.xml index b913279..fb14212 100644 --- a/jump-printer/pom.xml +++ b/jump-printer/pom.xml @@ -5,12 +5,12 @@ cadplan4openjump cadplan - 2.1.0 + ${project.build.version} 4.0.0 jump-printer - 2.1.0 + ${project.build.version} 8 @@ -29,7 +29,7 @@ com.github.librepdf openpdf - 1.3.25 + 1.3.26 + ${project.build.version} vertex-symbols @@ -18,6 +19,8 @@ + + 2.1.1 8 8 UTF-8 @@ -41,37 +44,6 @@ 2.0-main-SNAPSHOT - - org.locationtech.jts - jts-core - ${jts.version} - - - - batik - batik-awt-util - ${batik.version} - compile - - - batik - batik-dom - ${batik.version} - compile - - - batik - batik-svggen - ${batik.version} - compile - - - batik - batik-squiggle - ${batik.version} - compile - - \ No newline at end of file diff --git a/vertex-symbols/distro-zip.xml b/vertex-symbols/distro-zip.xml new file mode 100644 index 0000000..81623d0 --- /dev/null +++ b/vertex-symbols/distro-zip.xml @@ -0,0 +1,32 @@ + + distro zip + + zip + + dir + + false + + + / + false + + *:vertex-symbols + + + + /lib + false + runtime + true + false + + org.openjump:OpenJUMP + + com.google.code.findbugs:* + + + + \ No newline at end of file diff --git a/vertex-symbols/pom.xml b/vertex-symbols/pom.xml index a7ff0db..edde906 100644 --- a/vertex-symbols/pom.xml +++ b/vertex-symbols/pom.xml @@ -7,11 +7,11 @@ cadplan4openjump cadplan - 2.1.0 + ${project.build.version} vertex-symbols - 2.1.0 + ${project.build.version} 8 @@ -21,4 +21,53 @@ + + + + maven-assembly-plugin + 3.3.0 + + false + + + + distro zip + package + + + distro-zip.xml + + + + single + + + + + + net.nicoulaj.maven.plugins + checksum-maven-plugin + 1.10 + + + + files + + package + + + + ${project.build.directory} + + ${project.build.finalName}.zip + + + + + + + + + + \ No newline at end of file