Add stub api class.

This commit is contained in:
md_5
2013-01-10 17:56:09 +11:00
parent 0354ce3588
commit 162f75423d
5 changed files with 101 additions and 64 deletions

26
.gitignore vendored
View File

@@ -1,31 +1,31 @@
# Eclipse stuff
/.classpath
/.project
/.settings
.classpath/
.project/
.settings/
# netbeans
/nbproject
nbproject/
nbactions.xml
nb-configuration.xml
# we use maven!
/build.xml
build.xml
# maven
/target
/dependency-reduced-pom.xml
target/
dependency-reduced-pom.xml
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
build/
bin/
dist/
manifest.mf
# Mac filesystem dust
/.DS_Store
.DS_Store/
# intellij
*.iml
@@ -34,5 +34,5 @@ nb-configuration.xml
.idea/
# other files
/*log*
*.log*
*.yml