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

linxinyuan pushed a commit to branch xinyuan-fix-macos-config
in repository https://gitbox.apache.org/repos/asf/texera.git

commit d7681a7f02465a6043e85d4209128174a8a8d963
Author: Xinyuan Lin <[email protected]>
AuthorDate: Sat Dec 6 21:41:40 2025 -0800

    init
---
 .run/AccessControlService.run.xml         | 3 ++-
 .run/ComputingUnitManagingService.run.xml | 2 +-
 .run/ComputingUnitMaster.run.xml          | 2 +-
 .run/ComputingUnitWorker.run.xml          | 2 +-
 .run/ConfigService.run.xml                | 2 +-
 .run/FileService.run.xml                  | 2 +-
 .run/TexeraWebApplication.run.xml         | 2 +-
 .run/WorkflowCompilingService.run.xml     | 2 +-
 8 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.run/AccessControlService.run.xml 
b/.run/AccessControlService.run.xml
index 20e908f2ad..56ffbc50fb 100644
--- a/.run/AccessControlService.run.xml
+++ b/.run/AccessControlService.run.xml
@@ -19,7 +19,8 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="AccessControlService" 
type="Application" factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.service.AccessControlService" />
-    <module name="texera.access-control-service.main" />
+    <module name="texera.access-control-service" />
+    <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>
         <option name="PATTERN" value="org.apache.texera.service.*" />
diff --git a/.run/ComputingUnitManagingService.run.xml 
b/.run/ComputingUnitManagingService.run.xml
index f8e18bd3ba..8bbb5c1966 100644
--- a/.run/ComputingUnitManagingService.run.xml
+++ b/.run/ComputingUnitManagingService.run.xml
@@ -19,7 +19,7 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="ComputingUnitManagingService" 
type="Application" factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.service.ComputingUnitManagingService" />
-    <module name="texera.computing-unit-managing-service.main" />
+    <module name="texera.computing-unit-managing-service" />
     <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>
diff --git a/.run/ComputingUnitMaster.run.xml b/.run/ComputingUnitMaster.run.xml
index 260d7dea23..5ffffb79e8 100644
--- a/.run/ComputingUnitMaster.run.xml
+++ b/.run/ComputingUnitMaster.run.xml
@@ -19,7 +19,7 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="ComputingUnitMaster" type="Application" 
factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.web.ComputingUnitMaster" />
-    <module name="texera.amber.main" />
+    <module name="texera.amber" />
     <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>
diff --git a/.run/ComputingUnitWorker.run.xml b/.run/ComputingUnitWorker.run.xml
index 4445ed7d39..854da67228 100644
--- a/.run/ComputingUnitWorker.run.xml
+++ b/.run/ComputingUnitWorker.run.xml
@@ -19,7 +19,7 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="ComputingUnitWorker" type="Application" 
factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.web.ComputingUnitWorker" />
-    <module name="texera.amber.main" />
+    <module name="texera.amber" />
     <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>
diff --git a/.run/ConfigService.run.xml b/.run/ConfigService.run.xml
index a84ec5ed26..395688afca 100644
--- a/.run/ConfigService.run.xml
+++ b/.run/ConfigService.run.xml
@@ -19,7 +19,7 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="ConfigService" type="Application" 
factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.service.ConfigService" />
-    <module name="texera.config-service.main" />
+    <module name="texera.config-service" />
     <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>
diff --git a/.run/FileService.run.xml b/.run/FileService.run.xml
index 5c460c3737..0a54e70aac 100644
--- a/.run/FileService.run.xml
+++ b/.run/FileService.run.xml
@@ -19,7 +19,7 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="FileService" type="Application" 
factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.service.FileService" />
-    <module name="texera.file-service.main" />
+    <module name="texera.file-service" />
     <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>
diff --git a/.run/TexeraWebApplication.run.xml 
b/.run/TexeraWebApplication.run.xml
index 2942a0b8fe..d9e3829fc2 100644
--- a/.run/TexeraWebApplication.run.xml
+++ b/.run/TexeraWebApplication.run.xml
@@ -19,7 +19,7 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="TexeraWebApplication" 
type="Application" factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.web.TexeraWebApplication" />
-    <module name="texera.amber.main" />
+    <module name="texera.amber" />
     <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>
diff --git a/.run/WorkflowCompilingService.run.xml 
b/.run/WorkflowCompilingService.run.xml
index 3e7410635f..d41f60d9c5 100644
--- a/.run/WorkflowCompilingService.run.xml
+++ b/.run/WorkflowCompilingService.run.xml
@@ -19,7 +19,7 @@ under the License.
 <component name="ProjectRunConfigurationManager">
   <configuration default="false" name="WorkflowCompilingService" 
type="Application" factoryName="Application">
     <option name="MAIN_CLASS_NAME" 
value="org.apache.texera.service.WorkflowCompilingService" />
-    <module name="texera.workflow-compiling-service.main" />
+    <module name="texera.workflow-compiling-service" />
     <shortenClasspath name="ARGS_FILE" />
     <extension name="coverage">
       <pattern>

Reply via email to