Implemented mapping/unmapping of GitProvider onto a project.
commit69a1255454276f733eac97756aa861b843c21009
authorShawn O. Pearce <spearce@spearce.org>
Mon, 13 Mar 2006 06:47:17 +0000 (13 01:47 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 13 Mar 2006 06:47:17 +0000 (13 01:47 -0500)
tree5d695f0c923478f89e9d2da1965f79c6d9da85b8
parent1c458931a85504e1ea1ec49c747bf47f4f1868f5
Implemented mapping/unmapping of GitProvider onto a project.
This allows us to connect the provider to a project but otherwise
we aren't doing anything intelligent yet.

Enabled tracing within the core plugin.  This is better than
logging to the Eclipse log when debugging as the Eclipse log
can get rather verbose in that scenario.

Patch: Prototype-Implementation
33 files changed:
org.spearce.egit.core/.classpath [new file with mode: 0644]
org.spearce.egit.core/.gitignore [new file with mode: 0644]
org.spearce.egit.core/.options [new file with mode: 0644]
org.spearce.egit.core/.project [copied from org.spearce.jgit/.project with 52% similarity]
org.spearce.egit.core/META-INF/MANIFEST.MF [new file with mode: 0644]
org.spearce.egit.core/build.properties [new file with mode: 0644]
org.spearce.egit.core/plugin.properties [new file with mode: 0644]
org.spearce.egit.core/plugin.xml [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/CoreText.java [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/GitCorePlugin.java [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/GitProvider.java [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/TracingOptions.java [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/coretext.properties [new file with mode: 0644]
org.spearce.egit.core/src/org/spearce/egit/core/op/RegisterProviderJob.java [new file with mode: 0644]
org.spearce.egit.ui/.classpath [new file with mode: 0644]
org.spearce.egit.ui/.gitignore [new file with mode: 0644]
org.spearce.egit.ui/.project [copied from org.spearce.jgit/.project with 52% similarity]
org.spearce.egit.ui/META-INF/MANIFEST.MF [new file with mode: 0644]
org.spearce.egit.ui/build.properties [new file with mode: 0644]
org.spearce.egit.ui/icons/sharing.gif [new file with mode: 0644]
org.spearce.egit.ui/plugin.properties [new file with mode: 0644]
org.spearce.egit.ui/plugin.xml [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/GitUIPlugin.java [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/UIText.java [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/Disconnect.java [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/preferences/GitPreferencePage.java [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/sharing/ExistingRepositoryPage.java [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/sharing/SharingWizard.java [new file with mode: 0644]
org.spearce.egit.ui/src/org/spearce/egit/ui/uitext.properties [new file with mode: 0644]
org.spearce.jgit/.project
org.spearce.jgit/META-INF/MANIFEST.MF [new file with mode: 0644]
org.spearce.jgit/build.properties [new file with mode: 0644]
org.spearce.jgit/plugin.properties [new file with mode: 0644]