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/05 21:27:42 UTC

[01/10] git commit: remove stray bat file

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-1.2 9eb346a64 -> 64394b252
  refs/heads/cassandra-2.0 8bbe901f2 -> f52457036
  refs/heads/cassandra-2.1 b62241182 -> 07dfb58ad
  refs/heads/trunk 949c5daea -> c7fb27abc


remove stray bat file


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

Branch: refs/heads/cassandra-1.2
Commit: 64394b2526f99c8cbbc0542d36c52adcc05419b5
Parents: 9eb346a
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:21 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:27 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/64394b25/bin/sstablemetadata.bat
----------------------------------------------------------------------
diff --git a/bin/sstablemetadata.bat b/bin/sstablemetadata.bat
deleted file mode 100644
index 72e6506..0000000
--- a/bin/sstablemetadata.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-@REM  Licensed to the Apache Software Foundation (ASF) under one or more
-@REM  contributor license agreements.  See the NOTICE file distributed with
-@REM  this work for additional information regarding copyright ownership.
-@REM  The ASF licenses this file to You under the Apache License, Version 2.0
-@REM  (the "License"); you may not use this file except in compliance with
-@REM  the License.  You may obtain a copy of the License at
-@REM
-@REM      http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM  Unless required by applicable law or agreed to in writing, software
-@REM  distributed under the License is distributed on an "AS IS" BASIS,
-@REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@REM  See the License for the specific language governing permissions and
-@REM  limitations under the License.
-
-@echo off
-
-setlocal
-
-if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%CD%\..\..
-if NOT DEFINED JAVA_HOME goto :err
-
-set CLASSPATH=""
-for %%i in ("%CASSANDRA_HOME%\build\*.jar") do call :append "%%i"
-for %%i in ("%CASSANDRA_HOME%\lib\*.jar") do call :append "%%i"
-goto start
-
-:append
-set CLASSPATH=%CLASSPATH%;%1
-goto :eof
-
-:start
-"%JAVA_HOME%\bin\java" -cp %CLASSPATH% org.apache.cassandra.tools.SSTableMetadataViewer %*


[08/10] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

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


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

Branch: refs/heads/cassandra-2.1
Commit: 07dfb58adceb23f725a69a0cfa22f19d1b8d1432
Parents: b622411 f524570
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:44 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:44 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------



[05/10] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.1
Commit: f52457036d798b1df06bdb7ac3de908e25943313
Parents: 8bbe901 64394b2
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:35 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:35 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------



[03/10] git commit: remove stray bat file

Posted by br...@apache.org.
remove stray bat file


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

Branch: refs/heads/cassandra-2.1
Commit: 64394b2526f99c8cbbc0542d36c52adcc05419b5
Parents: 9eb346a
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:21 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:27 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/64394b25/bin/sstablemetadata.bat
----------------------------------------------------------------------
diff --git a/bin/sstablemetadata.bat b/bin/sstablemetadata.bat
deleted file mode 100644
index 72e6506..0000000
--- a/bin/sstablemetadata.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-@REM  Licensed to the Apache Software Foundation (ASF) under one or more
-@REM  contributor license agreements.  See the NOTICE file distributed with
-@REM  this work for additional information regarding copyright ownership.
-@REM  The ASF licenses this file to You under the Apache License, Version 2.0
-@REM  (the "License"); you may not use this file except in compliance with
-@REM  the License.  You may obtain a copy of the License at
-@REM
-@REM      http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM  Unless required by applicable law or agreed to in writing, software
-@REM  distributed under the License is distributed on an "AS IS" BASIS,
-@REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@REM  See the License for the specific language governing permissions and
-@REM  limitations under the License.
-
-@echo off
-
-setlocal
-
-if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%CD%\..\..
-if NOT DEFINED JAVA_HOME goto :err
-
-set CLASSPATH=""
-for %%i in ("%CASSANDRA_HOME%\build\*.jar") do call :append "%%i"
-for %%i in ("%CASSANDRA_HOME%\lib\*.jar") do call :append "%%i"
-goto start
-
-:append
-set CLASSPATH=%CLASSPATH%;%1
-goto :eof
-
-:start
-"%JAVA_HOME%\bin\java" -cp %CLASSPATH% org.apache.cassandra.tools.SSTableMetadataViewer %*


[04/10] git commit: remove stray bat file

Posted by br...@apache.org.
remove stray bat file


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

Branch: refs/heads/trunk
Commit: 64394b2526f99c8cbbc0542d36c52adcc05419b5
Parents: 9eb346a
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:21 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:27 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/64394b25/bin/sstablemetadata.bat
----------------------------------------------------------------------
diff --git a/bin/sstablemetadata.bat b/bin/sstablemetadata.bat
deleted file mode 100644
index 72e6506..0000000
--- a/bin/sstablemetadata.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-@REM  Licensed to the Apache Software Foundation (ASF) under one or more
-@REM  contributor license agreements.  See the NOTICE file distributed with
-@REM  this work for additional information regarding copyright ownership.
-@REM  The ASF licenses this file to You under the Apache License, Version 2.0
-@REM  (the "License"); you may not use this file except in compliance with
-@REM  the License.  You may obtain a copy of the License at
-@REM
-@REM      http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM  Unless required by applicable law or agreed to in writing, software
-@REM  distributed under the License is distributed on an "AS IS" BASIS,
-@REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@REM  See the License for the specific language governing permissions and
-@REM  limitations under the License.
-
-@echo off
-
-setlocal
-
-if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%CD%\..\..
-if NOT DEFINED JAVA_HOME goto :err
-
-set CLASSPATH=""
-for %%i in ("%CASSANDRA_HOME%\build\*.jar") do call :append "%%i"
-for %%i in ("%CASSANDRA_HOME%\lib\*.jar") do call :append "%%i"
-goto start
-
-:append
-set CLASSPATH=%CLASSPATH%;%1
-goto :eof
-
-:start
-"%JAVA_HOME%\bin\java" -cp %CLASSPATH% org.apache.cassandra.tools.SSTableMetadataViewer %*


[06/10] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/cassandra-2.0
Commit: f52457036d798b1df06bdb7ac3de908e25943313
Parents: 8bbe901 64394b2
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:35 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:35 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------



[07/10] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

Posted by br...@apache.org.
Merge branch 'cassandra-1.2' into cassandra-2.0


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

Branch: refs/heads/trunk
Commit: f52457036d798b1df06bdb7ac3de908e25943313
Parents: 8bbe901 64394b2
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:35 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:35 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------



[10/10] 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/c7fb27ab
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c7fb27ab
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/c7fb27ab

Branch: refs/heads/trunk
Commit: c7fb27abc449f8cecc92089cb96f97c138095086
Parents: 949c5da 07dfb58
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:51 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:51 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------



[09/10] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

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


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

Branch: refs/heads/trunk
Commit: 07dfb58adceb23f725a69a0cfa22f19d1b8d1432
Parents: b622411 f524570
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:44 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:44 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------



[02/10] git commit: remove stray bat file

Posted by br...@apache.org.
remove stray bat file


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

Branch: refs/heads/cassandra-2.0
Commit: 64394b2526f99c8cbbc0542d36c52adcc05419b5
Parents: 9eb346a
Author: Brandon Williams <br...@apache.org>
Authored: Mon May 5 14:23:21 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Mon May 5 14:23:27 2014 -0500

----------------------------------------------------------------------
 bin/sstablemetadata.bat | 33 ---------------------------------
 1 file changed, 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/64394b25/bin/sstablemetadata.bat
----------------------------------------------------------------------
diff --git a/bin/sstablemetadata.bat b/bin/sstablemetadata.bat
deleted file mode 100644
index 72e6506..0000000
--- a/bin/sstablemetadata.bat
+++ /dev/null
@@ -1,33 +0,0 @@
-@REM  Licensed to the Apache Software Foundation (ASF) under one or more
-@REM  contributor license agreements.  See the NOTICE file distributed with
-@REM  this work for additional information regarding copyright ownership.
-@REM  The ASF licenses this file to You under the Apache License, Version 2.0
-@REM  (the "License"); you may not use this file except in compliance with
-@REM  the License.  You may obtain a copy of the License at
-@REM
-@REM      http://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM  Unless required by applicable law or agreed to in writing, software
-@REM  distributed under the License is distributed on an "AS IS" BASIS,
-@REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@REM  See the License for the specific language governing permissions and
-@REM  limitations under the License.
-
-@echo off
-
-setlocal
-
-if NOT DEFINED CASSANDRA_HOME set CASSANDRA_HOME=%CD%\..\..
-if NOT DEFINED JAVA_HOME goto :err
-
-set CLASSPATH=""
-for %%i in ("%CASSANDRA_HOME%\build\*.jar") do call :append "%%i"
-for %%i in ("%CASSANDRA_HOME%\lib\*.jar") do call :append "%%i"
-goto start
-
-:append
-set CLASSPATH=%CLASSPATH%;%1
-goto :eof
-
-:start
-"%JAVA_HOME%\bin\java" -cp %CLASSPATH% org.apache.cassandra.tools.SSTableMetadataViewer %*