You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/02/16 09:25:38 UTC

[causeway-app-helloworld] 02/03: renames .run.xml files

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

danhaywood pushed a commit to branch jdo-SNAPSHOT
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit feaadc2995fef5829237a95d5c0826a2106603c7
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Feb 16 09:19:26 2023 +0000

    renames .run.xml files
---
 .run/{HelloWorldApp.run.xml => HelloWorldApp (jpa).run.xml} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.run/HelloWorldApp.run.xml b/.run/HelloWorldApp (jpa).run.xml
similarity index 61%
rename from .run/HelloWorldApp.run.xml
rename to .run/HelloWorldApp (jpa).run.xml
index fc89df7..4843e15 100644
--- a/.run/HelloWorldApp.run.xml
+++ b/.run/HelloWorldApp (jpa).run.xml	
@@ -1,11 +1,11 @@
 <component name="ProjectRunConfigurationManager">
-  <configuration default="false" name="HelloWorldApp" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
-    <option name="ACTIVE_PROFILES" />
+  <configuration default="false" name="HelloWorldApp (jpa)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
     <module name="helloworld-jpa" />
     <option name="SPRING_BOOT_MAIN_CLASS" value="domainapp.webapp.HelloWorldApp" />
     <option name="VM_PARAMETERS" value="-javaagent:lib/spring-instrument.jar" />
+    <option name="WORKING_DIRECTORY" value="file://$MODULE_WORKING_DIR$" />
     <method v="2">
       <option name="Make" enabled="true" />
     </method>
   </configuration>
-</component>
+</component>
\ No newline at end of file