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 <[email protected]> Authored: Sun Aug 7 10:54:02 2016 -0400 Committer: jamesbognar <[email protected]> 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>
