Substituting tabs by spaces at xml files in order to follow code conventions.
This commit is contained in:
parent
62f46c73e3
commit
f335abe84f
8 changed files with 55 additions and 55 deletions
|
|
@ -1,19 +1,19 @@
|
|||
<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 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.navalplanner</groupId>
|
||||
<artifactId>navalplanner</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<artifactId>ganttzk-demo-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Naval Planner Web Client Module</name>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.navalplanner</groupId>
|
||||
<artifactId>navalplanner</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<artifactId>ganttzk-demo-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Naval Planner Web Client Module</name>
|
||||
|
||||
<build>
|
||||
<finalName>ganttzk-demo-webapp</finalName>
|
||||
</build>
|
||||
<build>
|
||||
<finalName>ganttzk-demo-webapp</finalName>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<!-- Spring -->
|
||||
|
|
@ -65,10 +65,10 @@
|
|||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<!--bean class="org.navalplanner.web.common.entrypoints.RedirectorSynthetiser"></bean-->
|
||||
|
||||
<!--bean class="org.navalplanner.web.planner.OrderPlanningModel" scope="prototype">
|
||||
<lookup-method name="getTaskElementAdapter" bean="taskElementAdapter"/>
|
||||
<lookup-method name="getTaskElementAdapter" bean="taskElementAdapter"/>
|
||||
<lookup-method name="getSaveCommand" bean="saveCommand"/>
|
||||
<lookup-method name="getResourceAllocationCommand" bean="resourceAllocationCommand"/>
|
||||
<lookup-method name="getSplitCommand" bean="splitTaskCommand"/>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<zk>
|
||||
<log>
|
||||
<log-base></log-base>
|
||||
</log>
|
||||
<error-page>
|
||||
<exception-type>java.lang.Throwable
|
||||
</exception-type>
|
||||
<location>/common/event_error.zul</location>
|
||||
</error-page>
|
||||
<log>
|
||||
<log-base></log-base>
|
||||
</log>
|
||||
<error-page>
|
||||
<exception-type>java.lang.Throwable
|
||||
</exception-type>
|
||||
<location>/common/event_error.zul</location>
|
||||
</error-page>
|
||||
|
||||
</zk>
|
||||
|
|
|
|||
|
|
@ -48,13 +48,13 @@
|
|||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-annotations</artifactId>
|
||||
</dependency>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.json-lib</groupId>
|
||||
<artifactId>json-lib</artifactId>
|
||||
<classifier>jdk15</classifier>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
</dependency>
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
<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 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.navalplanner</groupId>
|
||||
<artifactId>navalplanner</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<artifactId>navalplanner-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Naval Planner Web Client Module</name>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.navalplanner</groupId>
|
||||
<artifactId>navalplanner</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
<artifactId>navalplanner-webapp</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>Naval Planner Web Client Module</name>
|
||||
|
||||
<build>
|
||||
<finalName>navalplanner-webapp</finalName>
|
||||
</build>
|
||||
<build>
|
||||
<finalName>navalplanner-webapp</finalName>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<!-- JDBC driver -->
|
||||
|
|
@ -83,10 +83,10 @@
|
|||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<bean class="org.navalplanner.web.common.entrypoints.RedirectorSynthetiser"></bean>
|
||||
|
||||
<bean class="org.navalplanner.web.planner.OrderPlanningModel" scope="prototype">
|
||||
<lookup-method name="getTaskElementAdapter" bean="taskElementAdapter"/>
|
||||
<lookup-method name="getTaskElementAdapter" bean="taskElementAdapter"/>
|
||||
<lookup-method name="getSaveCommand" bean="saveCommand"/>
|
||||
<lookup-method name="getResourceAllocationCommand" bean="resourceAllocationCommand"/>
|
||||
<lookup-method name="getSplitCommand" bean="splitTaskCommand"/>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<zk>
|
||||
<log>
|
||||
<log-base></log-base>
|
||||
</log>
|
||||
<error-page>
|
||||
<exception-type>java.lang.Throwable
|
||||
</exception-type>
|
||||
<location>/common/event_error.zul</location>
|
||||
</error-page>
|
||||
<log>
|
||||
<log-base></log-base>
|
||||
</log>
|
||||
<error-page>
|
||||
<exception-type>java.lang.Throwable
|
||||
</exception-type>
|
||||
<location>/common/event_error.zul</location>
|
||||
</error-page>
|
||||
|
||||
</zk>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -233,7 +233,7 @@
|
|||
<artifactId>ezmorph</artifactId>
|
||||
<version>1.0.6</version>
|
||||
</dependency>
|
||||
<!-- Commons lang-->
|
||||
<!-- Commons lang-->
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue