Author: wsmoak
Date: Sat Jan 28 18:10:55 2006
New Revision: 373276

URL: http://svn.apache.org/viewcvs?rev=373276&view=rev
Log:
Fixed line endings and added missing properties.

Modified:
    struts/shale/trunk/build/maven2/shale-clay.pom   (props changed)
    struts/shale/trunk/build/maven2/shale-core.pom   (contents, props changed)
    struts/shale/trunk/build/maven2/shale-remoting.pom   (props changed)
    struts/shale/trunk/build/maven2/shale-spring.pom   (props changed)
    struts/shale/trunk/build/maven2/shale-test.pom   (props changed)
    struts/shale/trunk/build/maven2/shale-tiger.pom   (props changed)
    struts/shale/trunk/build/maven2/shale-tiles.pom   (props changed)

Propchange: struts/shale/trunk/build/maven2/shale-clay.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven2/shale-clay.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: struts/shale/trunk/build/maven2/shale-core.pom
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build/maven2/shale-core.pom?rev=373276&r1=373275&r2=373276&view=diff
==============================================================================
--- struts/shale/trunk/build/maven2/shale-core.pom (original)
+++ struts/shale/trunk/build/maven2/shale-core.pom Sat Jan 28 18:10:55 2006
@@ -1,117 +1,117 @@
-<!--
-/*
- * Copyright 2006 The Apache Software Foundation.
- *
- * Licensed 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.
- *
- * $Id$
- */
--->
-<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>
-   <groupId>struts</groupId>
-   <artifactId>shale-core</artifactId>
-   <version>1.0.1-SNAPSHOT</version>
-   <packaging>jar</packaging>
-   <name>Shale Framework Core Library</name>
-   <url>http://struts.apache.org/struts-shale</url>
-
-   <dependencies>
-
-      <dependency>
-         <groupId>antlr</groupId>
-         <artifactId>antlr</artifactId>
-         <version>2.7.2</version>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-beanutils</groupId>
-         <artifactId>commons-beanutils</artifactId>
-         <version>1.7.0</version>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-chain</groupId>
-         <artifactId>commons-chain</artifactId>
-         <version>1.0</version>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-collections</groupId>
-         <artifactId>commons-collections</artifactId>
-         <version>3.0</version>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-digester</groupId>
-         <artifactId>commons-digester</artifactId>
-         <version>1.6</version>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-logging</groupId>
-         <artifactId>commons-logging</artifactId>
-         <version>1.0.4</version>
-      </dependency>
-
-      <dependency>
-         <groupId>commons-validator</groupId>
-         <artifactId>commons-validator</artifactId>
-         <version>1.2.0</version>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>jsp-api</artifactId>
-         <version>2.0</version>
-         <scope>provided</scope>
-      </dependency>
-
-      <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
-         <version>2.4</version>
-         <scope>provided</scope>
-      </dependency>
-
-      <dependency>
-         <groupId>junit</groupId>
-         <artifactId>junit</artifactId>
-         <version>3.8.1</version>
-         <scope>test</scope>
-      </dependency>
-
-      <dependency>
-         <groupId>myfaces</groupId>
-         <artifactId>myfaces-api</artifactId>
-         <version>1.1.1</version>
-         <scope>provided</scope>
-      </dependency>
-
-      <dependency>
-         <groupId>myfaces</groupId>
-         <artifactId>myfaces-impl</artifactId>
-         <version>1.1.1</version>
-         <scope>provided</scope>
-      </dependency>
-
-      <dependency>
-         <groupId>oro</groupId>
-         <artifactId>oro</artifactId>
-         <version>2.0.8</version>
-      </dependency>
-
-   </dependencies>
-
-</project>
+<!--
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ * $Id$
+ */
+-->
+<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>
+   <groupId>struts</groupId>
+   <artifactId>shale-core</artifactId>
+   <version>1.0.1-SNAPSHOT</version>
+   <packaging>jar</packaging>
+   <name>Shale Framework Core Library</name>
+   <url>http://struts.apache.org/struts-shale</url>
+
+   <dependencies>
+
+      <dependency>
+         <groupId>antlr</groupId>
+         <artifactId>antlr</artifactId>
+         <version>2.7.2</version>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-beanutils</groupId>
+         <artifactId>commons-beanutils</artifactId>
+         <version>1.7.0</version>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-chain</groupId>
+         <artifactId>commons-chain</artifactId>
+         <version>1.0</version>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-collections</groupId>
+         <artifactId>commons-collections</artifactId>
+         <version>3.0</version>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-digester</groupId>
+         <artifactId>commons-digester</artifactId>
+         <version>1.6</version>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-logging</groupId>
+         <artifactId>commons-logging</artifactId>
+         <version>1.0.4</version>
+      </dependency>
+
+      <dependency>
+         <groupId>commons-validator</groupId>
+         <artifactId>commons-validator</artifactId>
+         <version>1.2.0</version>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>jsp-api</artifactId>
+         <version>2.0</version>
+         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
+         <version>2.4</version>
+         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <version>3.8.1</version>
+         <scope>test</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>myfaces</groupId>
+         <artifactId>myfaces-api</artifactId>
+         <version>1.1.1</version>
+         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>myfaces</groupId>
+         <artifactId>myfaces-impl</artifactId>
+         <version>1.1.1</version>
+         <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+         <groupId>oro</groupId>
+         <artifactId>oro</artifactId>
+         <version>2.0.8</version>
+      </dependency>
+
+   </dependencies>
+
+</project>

Propchange: struts/shale/trunk/build/maven2/shale-core.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven2/shale-core.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: struts/shale/trunk/build/maven2/shale-remoting.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven2/shale-remoting.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: struts/shale/trunk/build/maven2/shale-spring.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven2/shale-spring.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: struts/shale/trunk/build/maven2/shale-test.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven2/shale-test.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: struts/shale/trunk/build/maven2/shale-tiger.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven2/shale-tiger.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: struts/shale/trunk/build/maven2/shale-tiles.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/build/maven2/shale-tiles.pom
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to