You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:46:52 UTC

[49/50] brooklyn-library git commit: created bogus empty java files for examples, so that javadoc artifact is created, and build is not rejected by maven central! (cherry-picked from master)

created bogus empty java files for examples, so that javadoc artifact is created, and build is not rejected by maven central!
(cherry-picked from master)


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

Branch: refs/heads/0.4.0
Commit: 6875ec8fae2be474ed349551dd7d4e699c5d8ca0
Parents: 459a453
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Fri Jan 11 16:43:38 2013 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Jan 14 16:50:53 2013 +0000

----------------------------------------------------------------------
 .../src/main/java/brooklyn/demo/ReadMe.java               | 10 ++++++++++
 .../src/main/java/brooklyn/extras/whirr/ReadMe.java       | 10 ++++++++++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/6875ec8f/examples/global-web-fabric/src/main/java/brooklyn/demo/ReadMe.java
----------------------------------------------------------------------
diff --git a/examples/global-web-fabric/src/main/java/brooklyn/demo/ReadMe.java b/examples/global-web-fabric/src/main/java/brooklyn/demo/ReadMe.java
new file mode 100644
index 0000000..e3bd5ae
--- /dev/null
+++ b/examples/global-web-fabric/src/main/java/brooklyn/demo/ReadMe.java
@@ -0,0 +1,10 @@
+package brooklyn.demo;
+
+public class ReadMe {
+
+/* This class exists only so that javadoc is generated and artifacts can be staged at sonatype for deployment to maven central.
+ * See: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
+ *
+ * (The actual examples are in other classes in this package / project.) */
+
+}

http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/6875ec8f/examples/hadoop-and-whirr/src/main/java/brooklyn/extras/whirr/ReadMe.java
----------------------------------------------------------------------
diff --git a/examples/hadoop-and-whirr/src/main/java/brooklyn/extras/whirr/ReadMe.java b/examples/hadoop-and-whirr/src/main/java/brooklyn/extras/whirr/ReadMe.java
new file mode 100644
index 0000000..3f342f8
--- /dev/null
+++ b/examples/hadoop-and-whirr/src/main/java/brooklyn/extras/whirr/ReadMe.java
@@ -0,0 +1,10 @@
+package brooklyn.extras.whirr;
+
+public class ReadMe {
+
+/* This class exists only so that javadoc is generated and artifacts can be staged at sonatype for deployment to maven central.
+ * See: https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide
+ *
+ * (The actual examples are in other classes in this package / project.) */
+
+}