Updated Branches: refs/heads/master 701be9f40 -> fa7830116
Add the src/ directory to org.apache.hdt.help Eclipse's Export Deployable Features command chokes if this directory does not exist. Add a .gitignore just to allow git to track the directory. Project: http://git-wip-us.apache.org/repos/asf/incubator-hdt/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hdt/commit/fa783011 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hdt/tree/fa783011 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hdt/diff/fa783011 Branch: refs/heads/master Commit: fa78301161aa917c0ef8e34f2df1afc0f687d0c0 Parents: 701be9f Author: Bob Kerns <[email protected]> Authored: Tue Feb 26 02:57:26 2013 -0800 Committer: Bob Kerns <[email protected]> Committed: Tue Feb 26 02:57:26 2013 -0800 ---------------------------------------------------------------------- org.apache.hdt.help/src/.gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/fa783011/org.apache.hdt.help/src/.gitignore ---------------------------------------------------------------------- diff --git a/org.apache.hdt.help/src/.gitignore b/org.apache.hdt.help/src/.gitignore new file mode 100644 index 0000000..7830ad7 --- /dev/null +++ b/org.apache.hdt.help/src/.gitignore @@ -0,0 +1,2 @@ +# This whole directory is presently ignored, except by Eclipse's Export Feature command, which wants it to exist. +# This file is so git will check in the directory.
