Move AWT UI code to new org.eclipse.jgit.ui bundle
commitcf2edb65180b66bb191a7db1dfa24eeb5801d246
authorMykola Nikishov <mn@mn.com.ua>
Fri, 9 Oct 2009 18:57:59 +0000 (9 21:57 +0300)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 31 Oct 2009 23:35:10 +0000 (31 16:35 -0700)
tree20605f49e223661dbdd1ee195bb8ab36495b3124
parent99ab22c474ffccbdd9081959b80f3b4bd1967c84
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>
18 files changed:
make_jgit.sh
org.eclipse.jgit.pgm/.classpath
org.eclipse.jgit.ui/.classpath [copied from org.eclipse.jgit.pgm/.classpath with 61% similarity]
org.eclipse.jgit.ui/.gitignore [new file with mode: 0644]
org.eclipse.jgit.ui/.project [new file with mode: 0644]
org.eclipse.jgit.ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.eclipse.jgit.ui/.settings/org.eclipse.core.runtime.prefs [new file with mode: 0644]
org.eclipse.jgit.ui/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.eclipse.jgit.ui/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
org.eclipse.jgit.ui/.settings/org.eclipse.pde.core.prefs [new file with mode: 0644]
org.eclipse.jgit.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
org.eclipse.jgit.ui/build.properties [new file with mode: 0644]
org.eclipse.jgit.ui/plugin.properties [new file with mode: 0644]
org.eclipse.jgit.ui/src/org/eclipse/jgit/awtui/AWTPlotRenderer.java [moved from org.eclipse.jgit/src/org/eclipse/jgit/awtui/AWTPlotRenderer.java with 100% similarity]
org.eclipse.jgit.ui/src/org/eclipse/jgit/awtui/AwtAuthenticator.java [moved from org.eclipse.jgit/src/org/eclipse/jgit/awtui/AwtAuthenticator.java with 100% similarity]
org.eclipse.jgit.ui/src/org/eclipse/jgit/awtui/CommitGraphPane.java [moved from org.eclipse.jgit/src/org/eclipse/jgit/awtui/CommitGraphPane.java with 100% similarity]
org.eclipse.jgit.ui/src/org/eclipse/jgit/awtui/SwingCommitList.java [moved from org.eclipse.jgit/src/org/eclipse/jgit/awtui/SwingCommitList.java with 100% similarity]
org.eclipse.jgit/META-INF/MANIFEST.MF