This is an automated email from the ASF dual-hosted git repository. yasith pushed a commit to branch worktree-cleanup+lean-core in repository https://gitbox.apache.org/repos/asf/airavata.git
commit 5ba2e15881c62d219a59da08bacb22be41851f4f Author: yasithdev <[email protected]> AuthorDate: Mon Mar 30 08:23:36 2026 -0400 cleanup: remove stale IDE run configurations for deleted ide-integration module --- .run/APIServerStarter.run.xml | 11 ----------- .run/JobEngineStarter.run.xml | 9 --------- .run/JobMonitorStarter.run.xml | 9 --------- 3 files changed, 29 deletions(-) diff --git a/.run/APIServerStarter.run.xml b/.run/APIServerStarter.run.xml deleted file mode 100644 index 9b77ef4b3b..0000000000 --- a/.run/APIServerStarter.run.xml +++ /dev/null @@ -1,11 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="APIServerStarter" type="Application" factoryName="Application" nameIsGenerated="true"> - <option name="MAIN_CLASS_NAME" value="org.apache.airavata.ide.integration.APIServerStarter" /> - <module name="ide-integration" /> - <option name="PROGRAM_PARAMETERS" value="-Dopenjpa.DynamicEnhancementAgent=true" /> - <option name="VM_PARAMETERS" value="-javaagent:$MAVEN_REPOSITORY$/org/apache/openjpa/openjpa/4.1.1/openjpa-4.1.1.jar" /> - <method v="2"> - <option name="Make" enabled="true" /> - </method> - </configuration> -</component> \ No newline at end of file diff --git a/.run/JobEngineStarter.run.xml b/.run/JobEngineStarter.run.xml deleted file mode 100644 index 540bbd195b..0000000000 --- a/.run/JobEngineStarter.run.xml +++ /dev/null @@ -1,9 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="JobEngineStarter" type="Application" factoryName="Application" nameIsGenerated="true"> - <option name="MAIN_CLASS_NAME" value="org.apache.airavata.ide.integration.JobEngineStarter" /> - <module name="ide-integration" /> - <method v="2"> - <option name="Make" enabled="true" /> - </method> - </configuration> -</component> \ No newline at end of file diff --git a/.run/JobMonitorStarter.run.xml b/.run/JobMonitorStarter.run.xml deleted file mode 100644 index 4d25f476a6..0000000000 --- a/.run/JobMonitorStarter.run.xml +++ /dev/null @@ -1,9 +0,0 @@ -<component name="ProjectRunConfigurationManager"> - <configuration default="false" name="JobMonitorStarter" type="Application" factoryName="Application" nameIsGenerated="true"> - <option name="MAIN_CLASS_NAME" value="org.apache.airavata.ide.integration.JobMonitorStarter" /> - <module name="ide-integration" /> - <method v="2"> - <option name="Make" enabled="true" /> - </method> - </configuration> -</component> \ No newline at end of file
