o merged from r726427 (removed tab and one line for xsi:schemaLocation)

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726429 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Siveton 2008-12-14 13:13:57 +00:00
parent 7b8a12754f
commit 10a4adca33
1 changed files with 10 additions and 11 deletions

View File

@ -43,8 +43,7 @@ under the License.
|--> |-->
<settings xmlns="http://maven.apache.org/settings/1.0.0" <settings xmlns="http://maven.apache.org/settings/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/setrings/1.0.0 xsi:schemaLocation="http://maven.apache.org/setrings/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- localRepository <!-- localRepository
| The path to the local repository maven will use to store artifacts. | The path to the local repository maven will use to store artifacts.
| |
@ -187,12 +186,12 @@ under the License.
<repositories> <repositories>
<repository> <repository>
<id>jdk14</id> <id>jdk14</id>
<name>Repository for JDK 1.4 builds</name> <name>Repository for JDK 1.4 builds</name>
<url>http://www.myhost.com/maven/jdk14</url> <url>http://www.myhost.com/maven/jdk14</url>
<layout>default</layout> <layout>default</layout>
<snapshotPolicy>always</snapshotPolicy> <snapshotPolicy>always</snapshotPolicy>
</repository> </repository>
</repositories> </repositories>
</profile> </profile>
--> -->
@ -221,9 +220,9 @@ under the License.
<activation> <activation>
<property> <property>
<name>target-env</name> <name>target-env</name>
<value>dev</value> <value>dev</value>
</property> </property>
</activation> </activation>
<properties> <properties>