Author: craigmcc
Date: Mon Jun  5 17:13:00 2006
New Revision: 411960

URL: http://svn.apache.org/viewvc?rev=411960&view=rev
Log:
Fix line endings.

Modified:
    struts/shale/branches/mvn_reorg/shale-tiger/pom.xml

Modified: struts/shale/branches/mvn_reorg/shale-tiger/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-tiger/pom.xml?rev=411960&r1=411959&r2=411960&view=diff
==============================================================================
--- struts/shale/branches/mvn_reorg/shale-tiger/pom.xml (original)
+++ struts/shale/branches/mvn_reorg/shale-tiger/pom.xml Mon Jun  5 17:13:00 2006
@@ -1,131 +1,131 @@
-<?xml version="1.0"?>
-<!--
-/* 
- * Copyright 2005-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: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $
- */
--->
-
-<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.apache.struts.shale</groupId>
-        <artifactId>shale-parent</artifactId>
-        <version>1.0.3-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>shale-tiger</artifactId>
-    <packaging>jar</packaging>
-    <name>Shale Tiger Extensions</name>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <systemProperties>
-                        <property>
-                            <name>basedir</name>
-                            <value>${basedir}</value>
-                        </property>
-                        <property>
-                            <name>org.apache.commons.logging.LogFactory</name>
-                            
<value>org.apache.commons.logging.impl.LogFactoryImpl</value>
-                        </property>
-                        <property>
-                            <name>org.apache.commons.logging.Log</name>
-                            
<value>org.apache.commons.logging.impl.SimpleLog</value>
-                        </property>
-                        <property>
-                            
<name>org.apache.commons.logging.simplelog.log.org.apache.shale.tiger</name>
-                            <value>trace</value>
-                        </property>
-                    </systemProperties>
-                </configuration>
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>construct-webapp</id>
-                        <phase>test-compile</phase>
-                        <configuration>
-                            <tasks>
-                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF"/>
-                                <copy 
tofile="${basedir}/target/test-webapp/WEB-INF/web.xml"
-                                      
file="${basedir}/target/test-classes/org/apache/shale/tiger/config/test-web.xml"/>
-                                <copy 
todir="${basedir}/target/test-webapp/WEB-INF">
-                                    <fileset 
dir="${basedir}/target/test-classes/org/apache/shale/tiger/config"
-                                             includes="test-config-*.xml"/>
-                                </copy>
-                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config"/>
-                                <copy 
todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config"
-                                      
file="${basedir}/target/test-classes/org/apache/shale/tiger/config/TestBean.class"/>
-                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/faces"/>
-                                <copy 
todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/faces">
-                                    <fileset 
dir="${basedir}/target/test-classes/org/apache/shale/tiger/faces"
-                                             includes="My*.class"/>
-                                </copy>
-                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF/lib"/>
-                                <jar 
destfile="${basedir}/target/test-webapp/WEB-INF/lib/test.jar"
-                                     basedir="${basedir}/target/test-classes"
-                                     
includes="org/apache/shale/tiger/config/TestBean3.class 
META-INF/faces-config.xml"/>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-
-    </build>
-
-    <dependencies>
-        <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.struts.shale</groupId>
-            <artifactId>shale-core</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.struts.shale</groupId>
-            <artifactId>shale-test</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-    </dependencies>
-
-</project>
+<?xml version="1.0"?>
+<!--
+/* 
+ * Copyright 2005-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: pom.xml 160258 2006-05-21 01:56:12Z wsmoak $
+ */
+-->
+
+<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.apache.struts.shale</groupId>
+        <artifactId>shale-parent</artifactId>
+        <version>1.0.3-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>shale-tiger</artifactId>
+    <packaging>jar</packaging>
+    <name>Shale Tiger Extensions</name>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <systemProperties>
+                        <property>
+                            <name>basedir</name>
+                            <value>${basedir}</value>
+                        </property>
+                        <property>
+                            <name>org.apache.commons.logging.LogFactory</name>
+                            
<value>org.apache.commons.logging.impl.LogFactoryImpl</value>
+                        </property>
+                        <property>
+                            <name>org.apache.commons.logging.Log</name>
+                            
<value>org.apache.commons.logging.impl.SimpleLog</value>
+                        </property>
+                        <property>
+                            
<name>org.apache.commons.logging.simplelog.log.org.apache.shale.tiger</name>
+                            <value>trace</value>
+                        </property>
+                    </systemProperties>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.5</source>
+                    <target>1.5</target>
+                </configuration>
+            </plugin>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>construct-webapp</id>
+                        <phase>test-compile</phase>
+                        <configuration>
+                            <tasks>
+                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF"/>
+                                <copy 
tofile="${basedir}/target/test-webapp/WEB-INF/web.xml"
+                                      
file="${basedir}/target/test-classes/org/apache/shale/tiger/config/test-web.xml"/>
+                                <copy 
todir="${basedir}/target/test-webapp/WEB-INF">
+                                    <fileset 
dir="${basedir}/target/test-classes/org/apache/shale/tiger/config"
+                                             includes="test-config-*.xml"/>
+                                </copy>
+                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config"/>
+                                <copy 
todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/config"
+                                      
file="${basedir}/target/test-classes/org/apache/shale/tiger/config/TestBean.class"/>
+                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/faces"/>
+                                <copy 
todir="${basedir}/target/test-webapp/WEB-INF/classes/org/apache/shale/tiger/faces">
+                                    <fileset 
dir="${basedir}/target/test-classes/org/apache/shale/tiger/faces"
+                                             includes="My*.class"/>
+                                </copy>
+                                <mkdir 
dir="${basedir}/target/test-webapp/WEB-INF/lib"/>
+                                <jar 
destfile="${basedir}/target/test-webapp/WEB-INF/lib/test.jar"
+                                     basedir="${basedir}/target/test-classes"
+                                     
includes="org/apache/shale/tiger/config/TestBean3.class 
META-INF/faces-config.xml"/>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-core</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-test</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+    </dependencies>
+
+</project>


Reply via email to