You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2010/05/24 18:08:32 UTC

svn commit: r947697 - in /ant/core/trunk/release: ivy.xml ivysettings.xml upload.xml

Author: antoine
Date: Mon May 24 16:08:32 2010
New Revision: 947697

URL: http://svn.apache.org/viewvc?rev=947697&view=rev
Log:
eol-style

Modified:
    ant/core/trunk/release/ivy.xml   (props changed)
    ant/core/trunk/release/ivysettings.xml   (contents, props changed)
    ant/core/trunk/release/upload.xml   (props changed)

Propchange: ant/core/trunk/release/ivy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ant/core/trunk/release/ivysettings.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/release/ivysettings.xml?rev=947697&r1=947696&r2=947697&view=diff
==============================================================================
--- ant/core/trunk/release/ivysettings.xml (original)
+++ ant/core/trunk/release/ivysettings.xml Mon May 24 16:08:32 2010
@@ -1,29 +1,29 @@
-<!--
-   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.
--->
-<ivysettings>
-  <credentials host="repository.apache.org" realm="Sonatype Nexus Repository Manager" username="${upload.user}" passwd="${upload.password}"/>
-  <caches defaultCacheDir="${user.home}/.ivy2/cache"/>
-  <resolvers>
-    <ibiblio name="public" m2compatible="true"/>
-    <url name="nexus">
-      <artifact pattern="${upload.url}/[organisation]/[module]/[artifact]/[revision]/[artifact]-[revision].[ext]" />
-    </url>
-  </resolvers>
-  <modules>
-   <module organisation="org.apache" resolver="nexus"/>
-  </modules>
-</ivysettings>
+<!--
+   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.
+-->
+<ivysettings>
+  <credentials host="repository.apache.org" realm="Sonatype Nexus Repository Manager" username="${upload.user}" passwd="${upload.password}"/>
+  <caches defaultCacheDir="${user.home}/.ivy2/cache"/>
+  <resolvers>
+    <ibiblio name="public" m2compatible="true"/>
+    <url name="nexus">
+      <artifact pattern="${upload.url}/[organisation]/[module]/[artifact]/[revision]/[artifact]-[revision].[ext]" />
+    </url>
+  </resolvers>
+  <modules>
+   <module organisation="org.apache" resolver="nexus"/>
+  </modules>
+</ivysettings>

Propchange: ant/core/trunk/release/ivysettings.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ant/core/trunk/release/upload.xml
------------------------------------------------------------------------------
    svn:eol-style = native