diff options
author | Mykola Nikishov <mn@mn.com.ua> | 2009-10-09 21:57:59 +0300 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2009-10-31 16:35:10 -0700 |
commit | cf2edb65180b66bb191a7db1dfa24eeb5801d246 (patch) | |
tree | 20605f49e223661dbdd1ee195bb8ab36495b3124 /org.eclipse.jgit.pgm/.classpath | |
parent | 99ab22c474ffccbdd9081959b80f3b4bd1967c84 (diff) | |
download | jgit-cf2edb65180b66bb191a7db1dfa24eeb5801d246.tar.gz jgit-cf2edb65180b66bb191a7db1dfa24eeb5801d246.zip |
Move AWT UI code to new org.eclipse.jgit.ui bundle
This new UI bundle contains the org.eclipse.jgit.awtui package,
which was moved out of the org.eclipse.jgit bundle.
org.eclipse.jgit.pgm depends on org.eclipse.jgit.ui, so we need
to update the classpath and make_jgit.sh to include it.
This move takes the awtui classes out of the Maven build, which
means we are no longer able to distribute these classes to our
downstream Maven customers. The entire Maven package structure
needs to be overhauled so that Eclipse bundle matches 1:1 with the
Maven artifact.
Bug: https://bugs.eclipse.org/291124
Change-Id: Ibf1a9968387e3d11fdce54592f710ec4cc7f1ddb
Signed-off-by: Mykola Nikishov <mn@mn.com.ua>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.pgm/.classpath')
-rw-r--r-- | org.eclipse.jgit.pgm/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/.classpath b/org.eclipse.jgit.pgm/.classpath index 9c9a204af3..058848cf20 100644 --- a/org.eclipse.jgit.pgm/.classpath +++ b/org.eclipse.jgit.pgm/.classpath @@ -4,5 +4,6 @@ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> <classpathentry combineaccessrules="false" exported="true" kind="src" path="/org.eclipse.jgit"/> <classpathentry combineaccessrules="false" kind="lib" path="/org.kohsuke.args4j"/> + <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.jgit.ui"/> <classpathentry kind="output" path="bin"/> </classpath> |