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:54 UTC

[6/8] git commit: Regenerate OSGi bundle hello-world.jar to contain source

Regenerate OSGi bundle hello-world.jar to contain source


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

Branch: refs/heads/master
Commit: bacf622f9cc9ff12a9196c976323024fe685bcb1
Parents: c02fabc
Author: Aled Sage <al...@gmail.com>
Authored: Tue Nov 4 12:03:33 2014 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Tue Nov 4 12:07:06 2014 +0000

----------------------------------------------------------------------
 .../osgi/src/test/resources/hello-world.jar     | Bin 727 -> 2088 bytes
 .../osgi/src/test/resources/hello-world.txt     |  23 +++++++++++++++++++
 2 files changed, 23 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bacf622f/software/osgi/src/test/resources/hello-world.jar
----------------------------------------------------------------------
diff --git a/software/osgi/src/test/resources/hello-world.jar b/software/osgi/src/test/resources/hello-world.jar
index 7ee09ad..956d621 100644
Binary files a/software/osgi/src/test/resources/hello-world.jar and b/software/osgi/src/test/resources/hello-world.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bacf622f/software/osgi/src/test/resources/hello-world.txt
----------------------------------------------------------------------
diff --git a/software/osgi/src/test/resources/hello-world.txt b/software/osgi/src/test/resources/hello-world.txt
new file mode 100644
index 0000000..0d88aa6
--- /dev/null
+++ b/software/osgi/src/test/resources/hello-world.txt
@@ -0,0 +1,23 @@
+# 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 hello-world.jar is used by KarafContainerTest. It is a
+simple OSGi bundle that can be deployed.
+
+The jar contains its source code.
+
+It is included as a (small) binary to prevent build complication.