This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch delete-run-config in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit d27483275d56b5f6839e91c16b6c50f6700bbde3 Author: bossenti <[email protected]> AuthorDate: Sun Jun 2 16:26:28 2024 +0200 chore: remove outdated IntelliJ run config --- .idea/runConfigurations/sources_vehicle_simulator_jvm.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.idea/runConfigurations/sources_vehicle_simulator_jvm.xml b/.idea/runConfigurations/sources_vehicle_simulator_jvm.xml deleted file mode 100644 index 5ed43d80f1..0000000000 --- a/.idea/runConfigurations/sources_vehicle_simulator_jvm.xml +++ /dev/null @@ -1,15 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="sources-vehicle-simulator-jvm" type="Application" factoryName="Application"> - <envs> - <env name="SP_PORT" value="5010" /> - <env name="SP_DEBUG" value="true" /> - <env name="SP_KAFKA_HOST" value="localhost" /> - <env name="SP_ZOOKEEPER_HOST" value="localhost" /> - </envs> - <option name="MAIN_CLASS_NAME" value="org.apache.streampipes.sources.vehicle.simulator.VehicleSimulatorInit" /> - <module name="streampipes-sources-vehicle-simulator" /> - <method v="2"> - <option name="Make" enabled="true" /> - </method> - </configuration> -</component>
