Skip to content

Commit

Permalink
Code style fixes: code formatting in XML files
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Siroky committed May 11, 2013
1 parent 97f8252 commit bcc1b17
Show file tree
Hide file tree
Showing 63 changed files with 1,336 additions and 1,313 deletions.
18 changes: 10 additions & 8 deletions jbpm-console-ng-bpm-home/jbpm-console-ng-bpm-home-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><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">
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
Expand All @@ -25,9 +27,9 @@
<packaging>jar</packaging>

<name>jBPM Console NG - BPM Home Client</name>

<dependencies>

<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-backend-api</artifactId>
Expand All @@ -42,7 +44,7 @@
<groupId>org.uberfire</groupId>
<artifactId>uberfire-workbench</artifactId>
</dependency>

<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
Expand All @@ -64,9 +66,9 @@
<artifactId>errai-bus</artifactId>
</dependency>

<!-- Errai UI -->
<!-- Errai UI -->


<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-ui</artifactId>
Expand Down Expand Up @@ -99,5 +101,5 @@
</resource>
</resources>
</build>

</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
~ Copyright 2012 JBoss Inc
~
Expand All @@ -21,13 +20,13 @@
<module>

<!-- Inherit the core Web Toolkit stuff. -->
<inherits name="com.google.gwt.i18n.I18N"/>
<inherits name="com.google.gwt.http.HTTP"/>
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.i18n.I18N" />
<inherits name="com.google.gwt.http.HTTP" />
<inherits name="com.google.gwt.user.User" />

<inherits name='org.jboss.errai.bus.ErraiBus'/>
<inherits name='org.jboss.errai.bus.ErraiBus' />

<inherits name="org.uberfire.UberfireWorkbench"/>
<inherits name="org.uberfire.UberfireWidgetsCommons"/>
<inherits name="org.uberfire.UberfireWorkbench" />
<inherits name="org.uberfire.UberfireWidgetsCommons" />

</module>
6 changes: 3 additions & 3 deletions jbpm-console-ng-bpm-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><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">
-->
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
Expand All @@ -22,8 +24,6 @@
</parent>

<artifactId>jbpm-console-ng-bpm-home</artifactId>

<groupId>org.jbpm</groupId>
<packaging>pom</packaging>

<name>jBPM Console NG - BPM Home Panels</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,52 +15,53 @@
~ limitations under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain</artifactId>
<version>6.0.0-SNAPSHOT</version>
</parent>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain</artifactId>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>jbpm-console-ng-business-domain-api</artifactId>
<packaging>jar</packaging>
<artifactId>jbpm-console-ng-business-domain-api</artifactId>
<packaging>jar</packaging>

<name>jBPM Console NG - Business Domain API</name>
<name>jBPM Console NG - Business Domain API</name>

<dependencies>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
</dependency>

<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-human-tasks-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-process-runtime-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-backend-api</artifactId>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
</dependency>

<build>
<resources>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-human-tasks-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-process-runtime-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-backend-api</artifactId>
</dependency>
</dependencies>

<build>
<resources>
<!-- Include src/main/java in order not to break the Eclipse GWT plug-in -->
<resource>
<directory>src/main/java</directory>
</resource>
<resource>
<directory>src/main/java</directory>
</resource>
<!-- Include module descriptors from src/main/resources in order not to break the Intellij GWT plug-in -->
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"http://google-web-toolkit.googlecode.com/svn/tags/2.5.0/distro-source/core/src/gwt-module.dtd">
<module>

<inherits name='org.jboss.errai.bus.ErraiBus'/>
<inherits name='org.jboss.errai.bus.ErraiBus' />

<source path="model"/>
<source path="service"/>
<source path="model" />
<source path="service" />

</module>
Original file line number Diff line number Diff line change
Expand Up @@ -15,66 +15,67 @@
~ limitations under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain</artifactId>
<version>6.0.0-SNAPSHOT</version>
</parent>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain</artifactId>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>jbpm-console-ng-business-domain-backend</artifactId>
<packaging>jar</packaging>
<artifactId>jbpm-console-ng-business-domain-backend</artifactId>
<packaging>jar</packaging>

<name>jBPM Console NG - Business Domain Backend</name>

<dependencies>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain-api</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-process-runtime-api</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-process-runtime-backend</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-human-tasks-backend</artifactId>
<version>${project.version}</version>
</dependency>
<name>jBPM Console NG - Business Domain Backend</name>

<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-kie-services</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-backend-server</artifactId>
</dependency>
<dependencies>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-business-domain-api</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
</dependency>
<dependency>
<groupId>org.guvnor</groupId>
<artifactId>guvnor-m2repo-editor-backend</artifactId>
</dependency>
</dependencies>

</project>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-process-runtime-api</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-process-runtime-backend</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-console-ng-human-tasks-backend</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-kie-services</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-backend-server</artifactId>
</dependency>

<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-bus</artifactId>
</dependency>
<dependency>
<groupId>org.guvnor</groupId>
<artifactId>guvnor-m2repo-editor-backend</artifactId>
</dependency>
</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbpm</groupId>
Expand All @@ -27,7 +28,7 @@
<packaging>jar</packaging>

<name>jBPM Console NG - Business Domain Client</name>

<dependencies>
<dependency>
<groupId>org.jbpm</groupId>
Expand All @@ -49,12 +50,12 @@
<groupId>org.uberfire</groupId>
<artifactId>uberfire-workbench</artifactId>
</dependency>

<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>

<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
Expand All @@ -71,9 +72,7 @@
<artifactId>errai-bus</artifactId>
</dependency>

<!-- Errai UI -->


<!-- Errai UI -->
<dependency>
<groupId>org.jboss.errai</groupId>
<artifactId>errai-ui</artifactId>
Expand Down Expand Up @@ -106,5 +105,5 @@
</resource>
</resources>
</build>
</project>

</project>

0 comments on commit bcc1b17

Please sign in to comment.