You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/05/06 20:52:06 UTC

[1/3] git commit: disable boundary repo temporarily

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.1 3d62a5530 -> ef92bb5f3
  refs/heads/trunk aae8d8cc7 -> 9224dd5cf


disable boundary repo temporarily


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

Branch: refs/heads/cassandra-2.1
Commit: ef92bb5f33bfcc10cf82d9764d4741f377374b48
Parents: 3d62a55
Author: Brandon Williams <br...@apache.org>
Authored: Tue May 6 13:48:06 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue May 6 13:48:06 2014 -0500

----------------------------------------------------------------------
 build.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ef92bb5f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index fe3d970..376f6cc 100644
--- a/build.xml
+++ b/build.xml
@@ -283,7 +283,7 @@
       <artifact:remoteRepository id="central"   url="${artifact.remoteRepository.central}"/>
       <artifact:remoteRepository id="java.net2" url="${artifact.remoteRepository.java.net2}"/>
       <artifact:remoteRepository id="apache"    url="${artifact.remoteRepository.apache}"/>
-      <artifact:remoteRepository id="boundary"  url="${artifact.remoteRepository.boundary}"/>
+      <!--      <artifact:remoteRepository id="boundary"  url="${artifact.remoteRepository.boundary}"/> -->
 
       <macrodef name="install">
         <attribute name="pomFile"/>
@@ -543,7 +543,7 @@
           <remoteRepository refid="central"/>
           <remoteRepository refid="apache"/>
           <remoteRepository refid="java.net2"/>
-          <remoteRepository refid="boundary"/>
+          <!--          <remoteRepository refid="boundary"/> -->
       </artifact:dependencies>
       <artifact:dependencies pomRefId="coverage-deps-pom"
                              pathId="cobertura.classpath">
@@ -569,7 +569,7 @@
         <remoteRepository refid="apache"/>
         <remoteRepository refid="central"/>
         <remoteRepository refid="oauth"/>
-        <remoteRepository refid="boundary"/>
+        <!--        <remoteRepository refid="boundary"/> -->
       </artifact:dependencies>
       <copy todir="${test.lib}/jars">
         <fileset refid="test-dependency-jars"/>
@@ -590,7 +590,7 @@
         <remoteRepository refid="apache"/>
         <remoteRepository refid="central"/>
         <remoteRepository refid="java.net2"/>
-        <remoteRepository refid="boundary"/>
+        <!--        <remoteRepository refid="boundary"/> -->
       </artifact:dependencies>
       <copy todir="${build.dir.lib}/jars">
         <fileset refid="test-dependency-jars"/>


[2/3] git commit: disable boundary repo temporarily

Posted by br...@apache.org.
disable boundary repo temporarily


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

Branch: refs/heads/trunk
Commit: ef92bb5f33bfcc10cf82d9764d4741f377374b48
Parents: 3d62a55
Author: Brandon Williams <br...@apache.org>
Authored: Tue May 6 13:48:06 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue May 6 13:48:06 2014 -0500

----------------------------------------------------------------------
 build.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ef92bb5f/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index fe3d970..376f6cc 100644
--- a/build.xml
+++ b/build.xml
@@ -283,7 +283,7 @@
       <artifact:remoteRepository id="central"   url="${artifact.remoteRepository.central}"/>
       <artifact:remoteRepository id="java.net2" url="${artifact.remoteRepository.java.net2}"/>
       <artifact:remoteRepository id="apache"    url="${artifact.remoteRepository.apache}"/>
-      <artifact:remoteRepository id="boundary"  url="${artifact.remoteRepository.boundary}"/>
+      <!--      <artifact:remoteRepository id="boundary"  url="${artifact.remoteRepository.boundary}"/> -->
 
       <macrodef name="install">
         <attribute name="pomFile"/>
@@ -543,7 +543,7 @@
           <remoteRepository refid="central"/>
           <remoteRepository refid="apache"/>
           <remoteRepository refid="java.net2"/>
-          <remoteRepository refid="boundary"/>
+          <!--          <remoteRepository refid="boundary"/> -->
       </artifact:dependencies>
       <artifact:dependencies pomRefId="coverage-deps-pom"
                              pathId="cobertura.classpath">
@@ -569,7 +569,7 @@
         <remoteRepository refid="apache"/>
         <remoteRepository refid="central"/>
         <remoteRepository refid="oauth"/>
-        <remoteRepository refid="boundary"/>
+        <!--        <remoteRepository refid="boundary"/> -->
       </artifact:dependencies>
       <copy todir="${test.lib}/jars">
         <fileset refid="test-dependency-jars"/>
@@ -590,7 +590,7 @@
         <remoteRepository refid="apache"/>
         <remoteRepository refid="central"/>
         <remoteRepository refid="java.net2"/>
-        <remoteRepository refid="boundary"/>
+        <!--        <remoteRepository refid="boundary"/> -->
       </artifact:dependencies>
       <copy todir="${build.dir.lib}/jars">
         <fileset refid="test-dependency-jars"/>


[3/3] git commit: Merge branch 'cassandra-2.1' into trunk

Posted by br...@apache.org.
Merge branch 'cassandra-2.1' into trunk


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

Branch: refs/heads/trunk
Commit: 9224dd5cf3b0ec503526c122540b190ea851557e
Parents: aae8d8c ef92bb5
Author: Brandon Williams <br...@apache.org>
Authored: Tue May 6 13:48:14 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue May 6 13:48:14 2014 -0500

----------------------------------------------------------------------
 build.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/9224dd5c/build.xml
----------------------------------------------------------------------