Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2011-05-12 00:59:05 +0000
committerKevin Sawicki2011-05-12 00:59:05 +0000
commit0d93fc473545becca69c0595289ac472afaea68f (patch)
treed13058e842837a7feb2375cb0a48c798976570ae /org.eclipse.egit.github.core.tests/.project
parent31e119034516c7674964a6c7c87fedefd57376b8 (diff)
downloadegit-github-0d93fc473545becca69c0595289ac472afaea68f.tar.gz
egit-github-0d93fc473545becca69c0595289ac472afaea68f.tar.xz
egit-github-0d93fc473545becca69c0595289ac472afaea68f.zip
Add new core GitHub API plug-in and unit tests.
This moves the current API unit tests from the mylyn test plug-in and creates a new package of live tests that can be run directly against a GitHub instance. The new core API plug-in has no Eclipse dependencies and only relies on GSON and Apache Commons HTTP client. Change-Id: I2b4dc436760818e5fcf1503f7ba80e351aca4fb6 Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests/.project')
-rw-r--r--org.eclipse.egit.github.core.tests/.project28
1 files changed, 28 insertions, 0 deletions
diff --git a/org.eclipse.egit.github.core.tests/.project b/org.eclipse.egit.github.core.tests/.project
new file mode 100644
index 00000000..70773760
--- /dev/null
+++ b/org.eclipse.egit.github.core.tests/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.egit.github.core.tests</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top