Author: niallp Date: Sun May 17 14:14:32 2009 New Revision: 775655 URL: http://svn.apache.org/viewvc?rev=775655&view=rev Log: Fix svn:eol-style to native
Modified: commons/sandbox/resources/trunk/pom.xml (contents, props changed) Modified: commons/sandbox/resources/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/resources/trunk/pom.xml?rev=775655&r1=775654&r2=775655&view=diff ============================================================================== --- commons/sandbox/resources/trunk/pom.xml (original) +++ commons/sandbox/resources/trunk/pom.xml Sun May 17 14:14:32 2009 @@ -1,247 +1,247 @@ -<?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.commons</groupId> - <artifactId>commons-parent</artifactId> - <version>11</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.commons</groupId> - <artifactId>commons-resources</artifactId> - <version>1.0-SNAPSHOT</version> - <name>Commons Resources</name> - - <inceptionYear>2001</inceptionYear> - <description> - Resources is a resources component. - </description> - - <url>http://commons.apache.org/resources/</url> - - <issueManagement> - <system>jira</system> - <url>http://issues.apache.org/jira/</url> - </issueManagement> - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/resources/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/resources/trunk - </developerConnection> - <url>http://svn.apache.org/viewvc/commons/sandbox/resources/trunk</url> - </scm> - - <developers> - <developer> - <name>Martin Cooper</name> - <id>martinc</id> - <email>mart...@apache.org</email> - </developer> - <developer> - <name>Robert Burrell Donkin</name> - <id>rdonkin</id> - <email>rdonkin hat apache.org</email> - </developer> - <developer> - <name>David Graham</name> - <id>dgraham</id> - <email>dgra...@apache.org</email> - </developer> - <developer> - <name>Craig McClanahan</name> - <id>craigmcc</id> - <email>craig...@apache.org</email> - </developer> - <developer> - <name>James Mitchell</name> - <id>jmitchell</id> - <email>jmitch...@apache.org</email> - <organization>EdgeTech, Inc</organization> - </developer> - <developer> - <name>Niall Pemberton</name> - <id>niallp</id> - <email>niallp NOSPAM apache.org</email> - </developer> - <developer> - <name>Daniel Rall</name> - <id>dlr</id> - <email>d...@apache.org</email> - </developer> - <developer> - <name>Michael Schachter</name> - <id>mschachter</id> - <email>mschach...@apache.org</email> - </developer> - <developer> - <name>James Strachan</name> - <id>jstrachan</id> - <email>jstrac...@apache.org</email> - <organization>SpiritSoft, Inc.</organization> - </developer> - <developer> - <name>Jason van Zyl</name> - <id>jvanzyl</id> - <email>jvan...@apache.org</email> - </developer> - </developers> - - <contributors> - <contributor> - <name>Dominique Plante</name> - </contributor> - </contributors> - - <dependencies> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.3</version> - </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.7.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>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.0.b2</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.7.2.2</version> - <scope>test</scope> - </dependency> - </dependencies> - - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <maven.compile.source>1.3</maven.compile.source> - <maven.compile.target>1.3</maven.compile.target> - <commons.componentid>resources</commons.componentid> - <commons.release.version>1.0</commons.release.version> - <commons.jira.id>RESOURCES</commons.jira.id> - <commons.jira.pid>12310490</commons.jira.pid> - <commons.osgi.import>!net.jcip.annotations,*</commons.osgi.import> - </properties> - - <build> - <sourceDirectory>src/main/java</sourceDirectory> - <testSourceDirectory>src/test/java</testSourceDirectory> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <includes> - <include>**/*TestCase.java</include> - </includes> - <excludes/> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>src/assembly/bin.xml</descriptor> - <descriptor>src/assembly/src.xml</descriptor> - </descriptors> - <tarLongFileMode>gnu</tarLongFileMode> - </configuration> - <executions> - <execution> - <id>make-assembly</id> - <phase>package</phase> - <goals> - <goal>assembly</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <executions> - <execution> - <id>make-site</id> - <phase>package</phase> - <goals> - <goal>site</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.1</version> - <configuration> - <configLocation>conf/ResourcesCheckStyle.xml</configLocation> - <enableRulesSummary>false</enableRulesSummary> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <version>2.3</version> - <configuration> - <targetJdk>1.3</targetJdk> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>pmd</report> - <report>cpd</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - -</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.commons</groupId> + <artifactId>commons-parent</artifactId> + <version>11</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-resources</artifactId> + <version>1.0-SNAPSHOT</version> + <name>Commons Resources</name> + + <inceptionYear>2001</inceptionYear> + <description> + Resources is a resources component. + </description> + + <url>http://commons.apache.org/resources/</url> + + <issueManagement> + <system>jira</system> + <url>http://issues.apache.org/jira/</url> + </issueManagement> + + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/resources/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/resources/trunk + </developerConnection> + <url>http://svn.apache.org/viewvc/commons/sandbox/resources/trunk</url> + </scm> + + <developers> + <developer> + <name>Martin Cooper</name> + <id>martinc</id> + <email>mart...@apache.org</email> + </developer> + <developer> + <name>Robert Burrell Donkin</name> + <id>rdonkin</id> + <email>rdonkin hat apache.org</email> + </developer> + <developer> + <name>David Graham</name> + <id>dgraham</id> + <email>dgra...@apache.org</email> + </developer> + <developer> + <name>Craig McClanahan</name> + <id>craigmcc</id> + <email>craig...@apache.org</email> + </developer> + <developer> + <name>James Mitchell</name> + <id>jmitchell</id> + <email>jmitch...@apache.org</email> + <organization>EdgeTech, Inc</organization> + </developer> + <developer> + <name>Niall Pemberton</name> + <id>niallp</id> + <email>niallp NOSPAM apache.org</email> + </developer> + <developer> + <name>Daniel Rall</name> + <id>dlr</id> + <email>d...@apache.org</email> + </developer> + <developer> + <name>Michael Schachter</name> + <id>mschachter</id> + <email>mschach...@apache.org</email> + </developer> + <developer> + <name>James Strachan</name> + <id>jstrachan</id> + <email>jstrac...@apache.org</email> + <organization>SpiritSoft, Inc.</organization> + </developer> + <developer> + <name>Jason van Zyl</name> + <id>jvanzyl</id> + <email>jvan...@apache.org</email> + </developer> + </developers> + + <contributors> + <contributor> + <name>Dominique Plante</name> + </contributor> + </contributors> + + <dependencies> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>2.3</version> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.7.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>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.0.b2</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.7.2.2</version> + <scope>test</scope> + </dependency> + </dependencies> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <maven.compile.source>1.3</maven.compile.source> + <maven.compile.target>1.3</maven.compile.target> + <commons.componentid>resources</commons.componentid> + <commons.release.version>1.0</commons.release.version> + <commons.jira.id>RESOURCES</commons.jira.id> + <commons.jira.pid>12310490</commons.jira.pid> + <commons.osgi.import>!net.jcip.annotations,*</commons.osgi.import> + </properties> + + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <testSourceDirectory>src/test/java</testSourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/*TestCase.java</include> + </includes> + <excludes/> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>src/assembly/bin.xml</descriptor> + <descriptor>src/assembly/src.xml</descriptor> + </descriptors> + <tarLongFileMode>gnu</tarLongFileMode> + </configuration> + <executions> + <execution> + <id>make-assembly</id> + <phase>package</phase> + <goals> + <goal>assembly</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <executions> + <execution> + <id>make-site</id> + <phase>package</phase> + <goals> + <goal>site</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.1</version> + <configuration> + <configLocation>conf/ResourcesCheckStyle.xml</configLocation> + <enableRulesSummary>false</enableRulesSummary> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.2</version> + </plugin> + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + <version>2.3</version> + <configuration> + <targetJdk>1.3</targetJdk> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>pmd</report> + <report>cpd</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + +</project> Propchange: commons/sandbox/resources/trunk/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/sandbox/resources/trunk/pom.xml ------------------------------------------------------------------------------ svn:keywords = Date Author Id Revision HeadURL