You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/05/05 20:29:25 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-117]: Share run configurations for core and connect-master

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new c9693ef  [STREAMPIPES-117]: Share run configurations for core and connect-master
c9693ef is described below

commit c9693ef8fcbe16870e7afadf58f32d6f057431a1
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue May 5 22:29:07 2020 +0200

    [STREAMPIPES-117]: Share run configurations for core and connect-master
---
 .gitignore                                           |  6 ++++--
 .../Apache_StreamPipes___Connect_Master.xml          | 20 ++++++++++++++++++++
 .../runConfigurations/Apache_StreamPipes___Core.xml  | 20 ++++++++++++++++++++
 3 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8e9b2b3..1e0981e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,7 @@
 .idea/sqlDataSources.xml
 .idea/dynamic.xml
 .idea/uiDesigner.xml
-.idea
+.idea/*
 
 # Gradle:
 .idea/gradle.xml
@@ -101,7 +101,6 @@ ui/out-tsc
 ui/node_modules/
 
 # IDEs and editors
-/.idea
 .project
 .classpath
 .c9/
@@ -141,3 +140,6 @@ bundle.js.map
 
 package-lock.json
 logs/
+
+# Explicit includes
+!.idea/runConfigurations
diff --git a/.idea/runConfigurations/Apache_StreamPipes___Connect_Master.xml b/.idea/runConfigurations/Apache_StreamPipes___Connect_Master.xml
new file mode 100644
index 0000000..b7fca95
--- /dev/null
+++ b/.idea/runConfigurations/Apache_StreamPipes___Connect_Master.xml
@@ -0,0 +1,20 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="Apache StreamPipes - Connect Master" type="Application" factoryName="Application">
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.connect.container.master.init.AdapterMasterContainer" />
+    <module name="streampipes-connect-container-master" />
+    <extension name="net.ashald.envfile">
+      <option name="IS_ENABLED" value="true" />
+      <option name="IS_SUBST" value="false" />
+      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
+      <option name="IS_IGNORE_MISSING_FILES" value="false" />
+      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
+      <ENTRIES>
+        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
+        <ENTRY IS_ENABLED="true" PARSER="env" PATH="streampipes-connect-container-master/development/env" />
+      </ENTRIES>
+    </extension>
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file
diff --git a/.idea/runConfigurations/Apache_StreamPipes___Core.xml b/.idea/runConfigurations/Apache_StreamPipes___Core.xml
new file mode 100644
index 0000000..5b118f9
--- /dev/null
+++ b/.idea/runConfigurations/Apache_StreamPipes___Core.xml
@@ -0,0 +1,20 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="Apache StreamPipes - Core" type="Application" factoryName="Application">
+    <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.backend.StreamPipesBackendApplication" />
+    <module name="streampipes-backend" />
+    <extension name="net.ashald.envfile">
+      <option name="IS_ENABLED" value="true" />
+      <option name="IS_SUBST" value="false" />
+      <option name="IS_PATH_MACRO_SUPPORTED" value="false" />
+      <option name="IS_IGNORE_MISSING_FILES" value="false" />
+      <option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
+      <ENTRIES>
+        <ENTRY IS_ENABLED="true" PARSER="runconfig" />
+        <ENTRY IS_ENABLED="true" PARSER="env" PATH="streampipes-backend/development/env" />
+      </ENTRIES>
+    </extension>
+    <method v="2">
+      <option name="Make" enabled="true" />
+    </method>
+  </configuration>
+</component>
\ No newline at end of file