Author: vsiveton Date: Sun Dec 14 05:12:31 2008 New Revision: 726427 URL: http://svn.apache.org/viewvc?rev=726427&view=rev Log: o removed tab and one line for xsi:schemaLocation
Modified: maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml Modified: maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml?rev=726427&r1=726426&r2=726427&view=diff ============================================================================== --- maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml (original) +++ maven/components/branches/maven-2.0.x/apache-maven/src/conf/settings.xml Sun Dec 14 05:12:31 2008 @@ -43,8 +43,7 @@ |--> <settings xmlns="http://maven.apache.org/settings/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/setrings/1.0.0 - http://maven.apache.org/xsd/settings-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/setrings/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> <!-- localRepository | The path to the local repository maven will use to store artifacts. | @@ -187,12 +186,12 @@ <repositories> <repository> - <id>jdk14</id> - <name>Repository for JDK 1.4 builds</name> - <url>http://www.myhost.com/maven/jdk14</url> - <layout>default</layout> - <snapshotPolicy>always</snapshotPolicy> - </repository> + <id>jdk14</id> + <name>Repository for JDK 1.4 builds</name> + <url>http://www.myhost.com/maven/jdk14</url> + <layout>default</layout> + <snapshotPolicy>always</snapshotPolicy> + </repository> </repositories> </profile> --> @@ -221,9 +220,9 @@ <activation> <property> - <name>target-env</name> - <value>dev</value> - </property> + <name>target-env</name> + <value>dev</value> + </property> </activation> <properties>