You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2014/11/04 13:30:52 UTC

[4/8] git commit: Regenerate RebindCatalogEntityTest’s binary

Regenerate RebindCatalogEntityTest’s binary

- Regenerate brooklyn-AppInCatalog.jar so that it includes
  its source.
- Also adds .txt file to explain it


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/84ef0a35
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/84ef0a35
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/84ef0a35

Branch: refs/heads/master
Commit: 84ef0a35cbab7875398ed8c1b535c778228d3925
Parents: d5c07bd
Author: Aled Sage <al...@gmail.com>
Authored: Tue Nov 4 12:00:00 2014 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Nov 4 12:06:45 2014 +0000

----------------------------------------------------------------------
 .../entity/rebind/brooklyn-AppInCatalog.jar     | Bin 843 -> 2387 bytes
 .../entity/rebind/brooklyn-AppInCatalog.txt     |  25 +++++++++++++++++++
 2 files changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/84ef0a35/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.jar
----------------------------------------------------------------------
diff --git a/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.jar b/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.jar
index c8d7385..65cf29d 100644
Binary files a/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.jar and b/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/84ef0a35/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.txt
----------------------------------------------------------------------
diff --git a/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.txt b/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.txt
new file mode 100644
index 0000000..5c5a4c5
--- /dev/null
+++ b/core/src/test/resources/brooklyn/entity/rebind/brooklyn-AppInCatalog.txt
@@ -0,0 +1,25 @@
+# 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.
+
+The file brooklyn-AppInCatalog.txt is used in RebindCatalogEntityTest, 
+to test catalog.addItem where that item is in a jar not originally
+on the classpath.
+
+The jar contains its source code. 
+
+It is included as a (small) binary to prevent build complication.
+~