From 46428f4d2e27eee4055b067f3bd2f5b4283fc467 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Thu, 8 Nov 2018 17:12:19 +0100 Subject: [PATCH] remove pom stuff --- .../main/webapp => }/forms/download-pdf.html | 0 .../main/webapp => }/forms/input-terms.html | 0 sentiment-analysis/pom.xml | 42 --- .../resources => }/sentiment-analysis.bpmn | 240 ++++++++++-------- .../src/main/resources/META-INF/processes.xml | 16 -- 5 files changed, 134 insertions(+), 164 deletions(-) rename sentiment-analysis/{src/main/webapp => }/forms/download-pdf.html (100%) rename sentiment-analysis/{src/main/webapp => }/forms/input-terms.html (100%) delete mode 100644 sentiment-analysis/pom.xml rename sentiment-analysis/{src/main/resources => }/sentiment-analysis.bpmn (72%) delete mode 100644 sentiment-analysis/src/main/resources/META-INF/processes.xml diff --git a/sentiment-analysis/src/main/webapp/forms/download-pdf.html b/sentiment-analysis/forms/download-pdf.html similarity index 100% rename from sentiment-analysis/src/main/webapp/forms/download-pdf.html rename to sentiment-analysis/forms/download-pdf.html diff --git a/sentiment-analysis/src/main/webapp/forms/input-terms.html b/sentiment-analysis/forms/input-terms.html similarity index 100% rename from sentiment-analysis/src/main/webapp/forms/input-terms.html rename to sentiment-analysis/forms/input-terms.html diff --git a/sentiment-analysis/pom.xml b/sentiment-analysis/pom.xml deleted file mode 100644 index 0fe91f4..0000000 --- a/sentiment-analysis/pom.xml +++ /dev/null @@ -1,42 +0,0 @@ - - 4.0.0 - at.ac.tuwien.infosys.aic - sentiment-analysis - 0.0.1-SNAPSHOT - war - - - 7.9.0 - 1.6 - 1.6 - UTF-8 - false - - - - - - org.camunda.bpm - camunda-engine - ${camunda.version} - provided - - - - javax.servlet - javax.servlet-api - 3.0.1 - provided - - - - - - - camunda-bpm-nexus - camunda-bpm-nexus - https://app.camunda.com/nexus/content/groups/public - - - - diff --git a/sentiment-analysis/src/main/resources/sentiment-analysis.bpmn b/sentiment-analysis/sentiment-analysis.bpmn similarity index 72% rename from sentiment-analysis/src/main/resources/sentiment-analysis.bpmn rename to sentiment-analysis/sentiment-analysis.bpmn index 5e183f8..29e6337 100644 --- a/sentiment-analysis/src/main/resources/sentiment-analysis.bpmn +++ b/sentiment-analysis/sentiment-analysis.bpmn @@ -6,12 +6,11 @@ - + - @@ -21,12 +20,10 @@ All terms are analyzed - $terms==[] + ${terms}==[] - - - + SequenceFlow_0tu3w40 @@ -48,25 +45,6 @@ PT1M - - SequenceFlow_10v2c9r - SequenceFlow_0e9hshn - - PT1M - - - - SequenceFlow_1gbx7mw - SequenceFlow_0970mq7 - - PT1M - - - - SequenceFlow_0ra8hjs - SequenceFlow_03ohp0o - SequenceFlow_0ez6lnk - SequenceFlow_1gdqfur SequenceFlow_1inwzje @@ -77,64 +55,100 @@ SequenceFlow_11xavl5 - - SequenceFlow_0e9hshn - SequenceFlow_0f33zny - SequenceFlow_1gbx7mw - SequenceFlow_1gdqfur - - - SequenceFlow_11xavl5 - SequenceFlow_0f33zny - -for ( i in terms) { - println "line found: " + i -} -nt = {} -nt["term"] = "newterm" -terms += nt - - SequenceFlow_12s5p9s SequenceFlow_1inwzje + SequenceFlow_0h1h7gs + + + + SequenceFlow_0fct5f2 + + + SequenceFlow_0ra8hjs + SequenceFlow_0ez6lnk + SequenceFlow_03ohp0o + "" + + + SequenceFlow_07bm292 + SequenceFlow_0bzf3di + "" + + + SequenceFlow_0h1h7gs + SequenceFlow_07bm292 + + PT1M + + + + + SequenceFlow_1gbx7mw + SequenceFlow_0yqo6md + + PT1M + + SequenceFlow_0yqo6md SequenceFlow_0okj60f SequenceFlow_10v2c9r - - SequenceFlow_032ipyi - SequenceFlow_0yqo6md + + SequenceFlow_10v2c9r + SequenceFlow_0e9hshn + + PT1M + + + + SequenceFlow_0okj60f + SequenceFlow_0ra8hjs PT1M - - SequenceFlow_0970mq7 - SequenceFlow_0azv06r - SequenceFlow_032ipyi - - SequenceFlow_0azv06r + SequenceFlow_0bzf3di SequenceFlow_0fct5f2 PT1M - - SequenceFlow_0fct5f2 - - - SequenceFlow_0okj60f - SequenceFlow_0ra8hjs - + + SequenceFlow_0e9hshn + SequenceFlow_11ge7w6 + SequenceFlow_1gdqfur + SequenceFlow_1gbx7mw + "" + + + + SequenceFlow_0f33zny + SequenceFlow_11ge7w6 + PT1M + + SequenceFlow_11xavl5 + SequenceFlow_0f33zny + for ( i in terms) { + println "line found: " + i +} +nt = {} +nt["term"] = "newterm" +terms += nt +return "" + + + + collect all analyze results + @@ -144,15 +158,6 @@ terms += nt - - - - - - - - - @@ -161,31 +166,23 @@ terms += nt - - + + - + - - - - - - - + + + - - - - - + - + @@ -206,48 +203,41 @@ terms += nt - - + + - + - + - - - - - - + + - + - - - - + - + - + @@ -259,26 +249,64 @@ terms += nt - + - + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sentiment-analysis/src/main/resources/META-INF/processes.xml b/sentiment-analysis/src/main/resources/META-INF/processes.xml deleted file mode 100644 index 4a89d8f..0000000 --- a/sentiment-analysis/src/main/resources/META-INF/processes.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - default - sentiment-analysis.bpmn - - false - true - - - - -- 2.43.0