You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/12/14 14:13:39 UTC

svn commit: r726428 - /maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml

Author: vsiveton
Date: Sun Dec 14 05:13:39 2008
New Revision: 726428

URL: http://svn.apache.org/viewvc?rev=726428&view=rev
Log:
o merged from r726427 (removed tab and one line for xsi:schemaLocation)

Modified:
    maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml

Modified: maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml?rev=726428&r1=726427&r2=726428&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml (original)
+++ maven/components/branches/maven-2.1.x/apache-maven/src/conf/settings.xml Sun Dec 14 05:13:39 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>