From 8c031e76493addaf7666ddce51853fb2a6c42cb7 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 10 Jan 2021 13:12:32 +0100 Subject: [PATCH] add maven launch configs --- .gitignore | 2 +- .launch/Build SCViewer.launch | 17 +++++++ .launch/Build and deploy SCViewer.launch | 18 ++++++++ .launch/Set SCViewer version.launch | 20 +++++++++ .project | 56 ------------------------ pom.xml | 2 + 6 files changed, 58 insertions(+), 57 deletions(-) create mode 100644 .launch/Build SCViewer.launch create mode 100644 .launch/Build and deploy SCViewer.launch create mode 100644 .launch/Set SCViewer version.launch diff --git a/.gitignore b/.gitignore index 33bbbd1..196589c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,6 @@ SCViewer initiator_target.launch SCViewer.xcf SCViewer_1.png -*.launch copyrightLog.txt /workspace +?*.launch \ No newline at end of file diff --git a/.launch/Build SCViewer.launch b/.launch/Build SCViewer.launch new file mode 100644 index 0000000..267d93e --- /dev/null +++ b/.launch/Build SCViewer.launch @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/.launch/Build and deploy SCViewer.launch b/.launch/Build and deploy SCViewer.launch new file mode 100644 index 0000000..e514693 --- /dev/null +++ b/.launch/Build and deploy SCViewer.launch @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/.launch/Set SCViewer version.launch b/.launch/Set SCViewer version.launch new file mode 100644 index 0000000..cf907bd --- /dev/null +++ b/.launch/Set SCViewer version.launch @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project index 88bcd68..a68889f 100644 --- a/.project +++ b/.project @@ -14,60 +14,4 @@ org.eclipse.m2e.core.maven2Nature - - - 0 - - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-features - - - - 0 - - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-plugins - - - - 0 - - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-com.minres.* - - - - 0 - - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-product - - - - 0 - - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-tests - - - - 0 - - 10 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-p2repositories - - - diff --git a/pom.xml b/pom.xml index 09bcc07..6a7476f 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,8 @@ + +