Skip to content

Commit f93d606

Browse files
author
unknown
committed
Initial commit of github-java-sdk
0 parents  commit f93d606

File tree

138 files changed

+4165
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+4165
-0
lines changed

.classpath

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="schema/src/main/java"/>
4+
<classpathentry kind="src" path="core/src/main/java"/>
5+
<classpathentry kind="src" path="core/src/main/resources"/>
6+
<classpathentry kind="src" path="core/src/test/java"/>
7+
<classpathentry kind="src" path="core/src/test/resources"/>
8+
<classpathentry kind="src" path="examples/src/resources"/>
9+
<classpathentry kind="src" path="examples/src/java"/>
10+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
11+
<classpathentry kind="lib" path="dev-lib/junit-4.5.jar"/>
12+
<classpathentry kind="lib" path="dev-lib/commons-cli-1.2.jar"/>
13+
<classpathentry kind="lib" path="lib/gson-1.4.jar"/>
14+
<classpathentry kind="output" path="bin"/>
15+
</classpath>

.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>github-java-sdk</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

.settings/net.sf.jautodoc.prefs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Thu Jun 17 12:36:56 GMT+05:00 2010
2+
add_todo=false
3+
eclipse.preferences.version=1
4+
mode=mode_replace
5+
project_specific_settings=true
6+
replacements=<?xml version\="1.0" standalone\="yes"?>\n\n<replacements>\n<replacement key\="get" scope\="1" mode\="0">Gets the</replacement>\n<replacement key\="set" scope\="1" mode\="0">Sets the</replacement>\n<replacement key\="add" scope\="1" mode\="0">Adds the</replacement>\n<replacement key\="edit" scope\="1" mode\="0">Edits the</replacement>\n<replacement key\="remove" scope\="1" mode\="0">Removes the</replacement>\n<replacement key\="init" scope\="1" mode\="0">Inits the</replacement>\n<replacement key\="parse" scope\="1" mode\="0">Parses the</replacement>\n<replacement key\="create" scope\="1" mode\="0">Creates the</replacement>\n<replacement key\="build" scope\="1" mode\="0">Builds the</replacement>\n<replacement key\="is" scope\="1" mode\="0">Checks if is</replacement>\n<replacement key\="print" scope\="1" mode\="0">Prints the</replacement>\n<replacement key\="has" scope\="1" mode\="0">Checks for</replacement>\n</replacements>\n\n
372 Bytes
Binary file not shown.
381 Bytes
Binary file not shown.
378 Bytes
Binary file not shown.
372 Bytes
Binary file not shown.
1023 Bytes
Binary file not shown.
456 Bytes
Binary file not shown.
369 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)