You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2013/06/01 11:33:18 UTC

[28/50] [abbrv] git commit: Fetch reflectasm dependency from remote repo

Fetch reflectasm dependency from remote repo


Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/96f04a6a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/96f04a6a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/96f04a6a

Branch: refs/heads/master
Commit: 96f04a6abfcfc2f7b6c457ec4507e31a2d7e4278
Parents: 4d08d38
Author: Matthieu Morel <mm...@apache.org>
Authored: Sun Mar 10 16:43:54 2013 +0100
Committer: Matthieu Morel <mm...@apache.org>
Committed: Sun Mar 10 16:43:54 2013 +0100

----------------------------------------------------------------------
 build.gradle                                       |    4 +-
 lib/reflectasm-1.07-shaded.jar                     |  Bin 65612 -> 0 bytes
 .../java/org/apache/s4/comm/util/package-info.java |   22 +++++++++++++++
 3 files changed, 24 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/96f04a6a/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 387435b..b5428a0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -61,7 +61,7 @@ project.ext["libraries"] = [
     kryo:               'com.esotericsoftware.kryo:kryo:2.20',
     minlog:             'com.googlecode:minlog:1.2',
     // NOTE shaded jar is not resolved correctly, we include it in /lib directory
-    reflectasm:         'com.esotericsoftware.reflectasm:reflectasm:1.07-shaded',
+    reflectasm:         'com.esotericsoftware.reflectasm:reflectasm:1.07:shaded',
     netty:              'io.netty:netty:3.5.11.Final',
     mockito_core:       'org.mockito:mockito-core:1.9.0',
     commons_config:     'commons-configuration:commons-configuration:1.6',
@@ -85,7 +85,7 @@ project.ext["libraries"] = [
     asm:                'org.ow2.asm:asm:4.0',
     javax_inject:       'javax.inject:javax.inject:1',
     gradle_base_services: 'org.gradle:gradle-base-services:1.0',
-    gradle_core: 'org.gradle:gradle-core:1.0',
+    gradle_core:        'org.gradle:gradle-core:1.0',
     gradle_tooling_api: 'org.gradle:gradle-tooling-api:1.0',
     gradle_wrapper:     'gradle-wrapper:gradle-wrapper:1.0',
     metrics:            'com.yammer.metrics:metrics-core:2.1.3'

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/96f04a6a/lib/reflectasm-1.07-shaded.jar
----------------------------------------------------------------------
diff --git a/lib/reflectasm-1.07-shaded.jar b/lib/reflectasm-1.07-shaded.jar
deleted file mode 100644
index 1e182c1..0000000
Binary files a/lib/reflectasm-1.07-shaded.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/96f04a6a/subprojects/s4-comm/src/main/java/org/apache/s4/comm/util/package-info.java
----------------------------------------------------------------------
diff --git a/subprojects/s4-comm/src/main/java/org/apache/s4/comm/util/package-info.java b/subprojects/s4-comm/src/main/java/org/apache/s4/comm/util/package-info.java
new file mode 100644
index 0000000..d26a31d
--- /dev/null
+++ b/subprojects/s4-comm/src/main/java/org/apache/s4/comm/util/package-info.java
@@ -0,0 +1,22 @@
+/**
+ * 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.
+ */
+
+/**
+ * Utilities for the comm layer
+ */
+package org.apache.s4.comm.util;
\ No newline at end of file