You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/09/14 23:55:36 UTC

svn commit: r1523338 - in /maven/plugins/trunk/maven-war-plugin/src: it/MWAR-128/ it/MWAR-128/src/main/webapp/WEB-INF/ it/web-resources-filtering/web/src/main/webresources/WEB-INF/classes/ test/java/org/apache/maven/plugin/war/stub/

Author: dennisl
Date: Sat Sep 14 21:55:36 2013
New Revision: 1523338

URL: http://svn.apache.org/r1523338
Log:
Set eol-style to native.

Modified:
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/pom.xml   (contents, props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/prebuild.groovy   (props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/src/main/webapp/WEB-INF/web.xml   (props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/verify.groovy   (contents, props changed)
    maven/plugins/trunk/maven-war-plugin/src/it/web-resources-filtering/web/src/main/webresources/WEB-INF/classes/my.properties   (props changed)
    maven/plugins/trunk/maven-war-plugin/src/test/java/org/apache/maven/plugin/war/stub/MarArtifactStub.java   (props changed)

Modified: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/pom.xml?rev=1523338&r1=1523337&r2=1523338&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/pom.xml Sat Sep 14 21:55:36 2013
@@ -1,38 +1,38 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, 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: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' xmlns='http://maven.apache.org/POM/4.0.0'>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>testwar</groupId>
-  <artifactId>MWAR-128</artifactId>
-  <packaging>war</packaging>
-  <version>1.0-SNAPSHOT</version>
-
- <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-war-plugin</artifactId>
-        <version>@project.version@</version>
-        <configuration>
-          <includeEmptyDirectories>true</includeEmptyDirectories>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+<?xml version='1.0' encoding='UTF-8'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, 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: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' xmlns='http://maven.apache.org/POM/4.0.0'>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>testwar</groupId>
+  <artifactId>MWAR-128</artifactId>
+  <packaging>war</packaging>
+  <version>1.0-SNAPSHOT</version>
+
+ <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-war-plugin</artifactId>
+        <version>@project.version@</version>
+        <configuration>
+          <includeEmptyDirectories>true</includeEmptyDirectories>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/prebuild.groovy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/src/main/webapp/WEB-INF/web.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/verify.groovy
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/verify.groovy?rev=1523338&r1=1523337&r2=1523338&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/verify.groovy (original)
+++ maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/verify.groovy Sat Sep 14 21:55:36 2013
@@ -1,22 +1,22 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, 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.
- */
-
-def warFile = new java.util.jar.JarFile( new File( basedir, "target/MWAR-128-1.0-SNAPSHOT.war" ), false );
-assert warFile.getEntry( 'WEB-INF/logs' ) != null
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, 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.
+ */
+
+def warFile = new java.util.jar.JarFile( new File( basedir, "target/MWAR-128-1.0-SNAPSHOT.war" ), false );
+assert warFile.getEntry( 'WEB-INF/logs' ) != null
+

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/MWAR-128/verify.groovy
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-war-plugin/src/it/web-resources-filtering/web/src/main/webresources/WEB-INF/classes/my.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/plugins/trunk/maven-war-plugin/src/test/java/org/apache/maven/plugin/war/stub/MarArtifactStub.java
------------------------------------------------------------------------------
    svn:eol-style = native