You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/07/01 23:25:34 UTC

[50/50] [abbrv] git commit: updated refs/heads/vmsync to f737019

Removed useless file


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f7370196
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f7370196
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f7370196

Branch: refs/heads/vmsync
Commit: f7370196d18d6eec39fdac6063f7d4283e843c15
Parents: 57bafc8
Author: Alex Huang <al...@gmail.com>
Authored: Mon Jul 1 14:25:35 2013 -0700
Committer: Alex Huang <al...@gmail.com>
Committed: Mon Jul 1 14:25:35 2013 -0700

----------------------------------------------------------------------
 settings.xml.old | 98 ---------------------------------------------------
 1 file changed, 98 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f7370196/settings.xml.old
----------------------------------------------------------------------
diff --git a/settings.xml.old b/settings.xml.old
deleted file mode 100644
index 050af0c..0000000
--- a/settings.xml.old
+++ /dev/null
@@ -1,98 +0,0 @@
-<!--
-  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.
--->
-<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" xmlns="http://maven.apache.org/SETTINGS/1.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <!--<localRepository>repo</localRepository>-->
-  <servers>
-    <server>
-      <username>admin</username>
-      <id>central</id>
-    </server>
-    <server>
-      <username>admin</username>
-      <id>snapshots</id>
-    </server>
-  </servers>
-  
-  <!--
-  <mirrors>
-    <mirror>
-      <id>central</id>
-      <name>Central</name>
-      <url>http://10.223.75.59:8081/nexus/content/repositories/central/
-      </url>
-      <mirrorOf>central</mirrorOf>
-    </mirror>
-  </mirrors>
- --> 
-  <profiles>
-    <profile>
-      <id>thirdparty</id>
-      <activation>
-        <property>
-          <name>nonoss</name>
-        </property>
-      </activation>
-      <repositories>
-<!--
-        <repository>
-          <id>thirdparty</id>
-          <name>3rd party</name>
-          <url>http://10.223.75.59:8081/nexus/content/repositories/thirdparty
-          </url>
-          <layout>default</layout>
-          <releases>
-            <enabled>true</enabled>
-            <updatePolicy>never</updatePolicy>
-          </releases>
-          <snapshots>
-            <enabled>false</enabled>
-            <updatePolicy>never</updatePolicy>
-          </snapshots>
-        </repository>
--->
-      </repositories>
-    </profile> 
-    <profile>
-      <repositories>
-        <repository>
-          <snapshots>
-            <enabled>false</enabled>
-          </snapshots>
-          <id>repo1</id>
-          <name>repo1</name>
-          <url>http://repo1.maven.org/maven2</url>
-        </repository>
-        <repository>
-          <snapshots>
-            <enabled>false</enabled>
-          </snapshots>
-          <id>central</id>
-          <name>libs-release</name>
-          <url>http://cs.ibuildthecloud.com/artifactory/libs-release</url>
-        </repository>
-      </repositories>
-      <id>artifactory</id>
-    </profile>
-  </profiles>
-  <activeProfiles>
-    <activeProfile>artifactory</activeProfile>
-  </activeProfiles>
-</settings>
-