You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/10/22 13:32:03 UTC

svn commit: r1187694 - /myfaces/current21/pom.xml

Author: bommel
Date: Sat Oct 22 11:32:03 2011
New Revision: 1187694

URL: http://svn.apache.org/viewvc?rev=1187694&view=rev
Log:
ensure svn:eol-style and svn:keywords

Modified:
    myfaces/current21/pom.xml   (contents, props changed)

Modified: myfaces/current21/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/current21/pom.xml?rev=1187694&r1=1187693&r2=1187694&view=diff
==============================================================================
--- myfaces/current21/pom.xml (original)
+++ myfaces/current21/pom.xml Sat Oct 22 11:32:03 2011
@@ -1,62 +1,62 @@
-<?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="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">
-
-  <parent>
-    <groupId>org.apache.myfaces</groupId>
-    <artifactId>myfaces</artifactId>
-    <version>10</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.myfaces</groupId>
-  <artifactId>myfaces-base</artifactId>
-  <packaging>pom</packaging>
-  <version>2.1.0-SNAPSHOT</version>
-  <name>Apache MyFaces Composite Build</name>
-  <url>http://myfaces.apache.org</url>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current21</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current21</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current21</url>
-  </scm>
-
-  <modules>
-    <module>shared</module>
-    <module>core</module>
-  </modules>
-
-  <profiles>
-
-      <!-- add -Ptestwebapp to include the test-webapp in the build -->
-      <profile>
-          <id>testwebapp</id>
-          <modules>
-              <module>test-webapp</module>
-          </modules>
-      </profile>
-  </profiles>
-
-  <build>
-  	<defaultGoal>install</defaultGoal>
-  </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="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">
+
+  <parent>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces</artifactId>
+    <version>10</version>
+  </parent>
+
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.myfaces</groupId>
+  <artifactId>myfaces-base</artifactId>
+  <packaging>pom</packaging>
+  <version>2.1.0-SNAPSHOT</version>
+  <name>Apache MyFaces Composite Build</name>
+  <url>http://myfaces.apache.org</url>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/current21</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/current21</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/current21</url>
+  </scm>
+
+  <modules>
+    <module>shared</module>
+    <module>core</module>
+  </modules>
+
+  <profiles>
+
+      <!-- add -Ptestwebapp to include the test-webapp in the build -->
+      <profile>
+          <id>testwebapp</id>
+          <modules>
+              <module>test-webapp</module>
+          </modules>
+      </profile>
+  </profiles>
+
+  <build>
+  	<defaultGoal>install</defaultGoal>
+  </build>
+
+</project>

Propchange: myfaces/current21/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/current21/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL