summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/.gitignore
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2009-10-31 18:07:26 -0700
committerShawn O. Pearce <spearce@spearce.org>2009-11-02 17:53:58 -0800
commitdad52baae835f28c7fc4b8cc184f8f6703433ac4 (patch)
tree7e05cd6c16bbd00837a16dd47d42120addd28eff /org.eclipse.jgit/.gitignore
parent5b89088f877fdc52d6e5de23be47da940838e4df (diff)
downloadjgit-dad52baae835f28c7fc4b8cc184f8f6703433ac4.tar.gz
jgit-dad52baae835f28c7fc4b8cc184f8f6703433ac4.zip
Refactor our Maven build to be modular
Drop our simple and stupid jgit.sh and instead rely upon Maven for the command line based build. Maven is relatively simple to download and install, and doesn't require the entire Eclipse IDE. To avoid too much refactoring of the current code we reuse the existing src/ directory within each plugin, and treat each of the existing OSGI bundles as one Maven artifact. The command line wrapper jgit.sh no longer works in the uncompiled state, as we don't know where to obtain our JSch or args4j from. Developers will now need to compile it with `mvn package`, or run our Main class from within an IDE which has the proper classpath. Bug: 291265 Change-Id: I355e95fa92fa7502651091d2b651be6917a26805 Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit/.gitignore')
-rw-r--r--org.eclipse.jgit/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit/.gitignore b/org.eclipse.jgit/.gitignore
index ba077a4031..934e0e06ff 100644
--- a/org.eclipse.jgit/.gitignore
+++ b/org.eclipse.jgit/.gitignore
@@ -1 +1,2 @@
-bin
+/bin
+/target