You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/07 14:54:05 UTC

incubator-juneau git commit: Add a root .project file so that we can create a root-level POM.

Repository: incubator-juneau
Updated Branches:
  refs/heads/master 8c02a4359 -> e314ffb2b


Add a root .project file so that we can create a root-level POM.

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

Branch: refs/heads/master
Commit: e314ffb2b2bebd4c4d277c338c359937ac1db144
Parents: 8c02a43
Author: jamesbognar <ja...@gmail.com>
Authored: Sun Aug 7 10:54:02 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Sun Aug 7 10:54:02 2016 -0400

----------------------------------------------------------------------
 .project | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e314ffb2/.project
----------------------------------------------------------------------
diff --git a/.project b/.project
new file mode 100644
index 0000000..1c09467
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>juneau-root</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+	</buildSpec>
+	<natures>
+	</natures>
+</projectDescription>