Skip to content

Commit

Permalink
streamline project name to jsf-formarchive-util
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-bb committed Sep 5, 2024
1 parent 7201ac9 commit 599dde4
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jsf-form-archive-util-modules</name>
<name>jsf-formarchive-util-modules</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion jsf-form-archive-util-demo/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jsf-from-archive-util-demo</name>
<name>jsf-formarchive-util-demo</name>
<comment></comment>
<projects>
</projects>
Expand Down
2 changes: 1 addition & 1 deletion jsf-form-archive-util-test/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jsf-form-archive-util-test</name>
<name>jsf-formarchive-util-test</name>
<comment></comment>
<projects>
</projects>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">


<wb-module deploy-name="jsf-formarchive-util-test">


<wb-module deploy-name="jsf-form-archive-util-test">

<wb-resource deploy-path="/" source-path="/webContent" tag="defaultRootSource"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_hd"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_wsproc"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_dataClasses"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_test"/>

<property name="java-output-path" value="/jsf-form-archive-util-test/target/classes"/>
<property name="context-root" value="jsf-form-archive-util-test"/>
</wb-module>

<property name="java-output-path" value="/jsf-formarchive-util-test/target/classes"/>
<property name="context-root" value="jsf-formarchive-util-test"/>

</wb-module>


</project-modules>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void navigateToInfoPage(){
@Test
public void runProcessWithArchivedForm() {
// valid links can be copied from the start page of the internal web-browser
open(EngineUrl.createProcessUrl("jsf-form-archive-util-test/191767AC8BC4F5B8/start.ivp"));
open(EngineUrl.createProcessUrl("jsf-formarchive-util-test/191767AC8BC4F5B8/start.ivp"));

// fill new customer form
$(By.id("form:items")).sendKeys("Unit");
Expand Down
2 changes: 1 addition & 1 deletion jsf-form-archive-util/.project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>jsf-form-archive-util</name>
<name>jsf-formarchive-util</name>
<comment></comment>
<projects>
</projects>
Expand Down
31 changes: 20 additions & 11 deletions jsf-form-archive-util/.settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
@@ -1,20 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">


<wb-module deploy-name="jsf-formarchive-util">


<wb-module deploy-name="jsf-form-archive-util">

<wb-resource deploy-path="/" source-path="/webContent" tag="defaultRootSource"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_hd"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_wsproc"/>



<wb-resource deploy-path="/WEB-INF/classes" source-path="/src_dataClasses"/>

<property name="java-output-path" value="/jsf-form-archive-util/target/classes"/>
<property name="context-root" value="jsf-form-archive-util"/>
</wb-module>

<property name="java-output-path" value="/jsf-formarchive-util/target/classes"/>
<property name="context-root" value="jsf-formarchive-util"/>

</wb-module>


</project-modules>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.jsfformarchive</groupId><!-- your group id: e.g. com.axonivy.connector.<myconnector> or com.axonivy.utils.<myutil> -->
<name>jsf-form-archive-util</name><!-- fill your product name -->
<name>jsf-formarchive-util</name><!-- fill your product name -->
<artifactId>jsf-form-archive-util-modules</artifactId><!-- fill your product name + a "-modules" postfix -->
<version>10.0.0-SNAPSHOT</version><!-- identicate your minimal compliant ivy version with the first 2 digits -->
<packaging>pom</packaging>
Expand All @@ -14,7 +14,7 @@
</modules>

<scm>
<developerConnection>scm:git:https://github.com/axonivy-market/jsf-formarchive-util.git</developerConnection>
<developerConnection>scm:git:https://github.com/axonivy-market/${project.name}.git</developerConnection>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 599dde4

Please sign in to comment.