Advertisement
hassansyyid

Untitled

Aug 15th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. diff --git a/.gitignore b/.gitignore
  2. index 9339c13..c53de95 100644
  3. --- a/.gitignore
  4. +++ b/.gitignore
  5. @@ -65,7 +65,7 @@ Thumbs.db
  6. .checkstyle
  7. .factorypath
  8. run
  9. -eclipse
  10. +./eclipse
  11. nbproject
  12. atlassian-ide-plugin.xml
  13. build.xml
  14. diff --git a/.gitmodules b/.gitmodules
  15. index db51d64..eceb58f 100644
  16. --- a/.gitmodules
  17. +++ b/.gitmodules
  18. @@ -1,3 +1,3 @@
  19. -[submodule "SpongeAPI"]
  20. - path = SpongeAPI
  21. - url = https://github.com/SpongePowered/SpongeAPI.git
  22. +[submodule "SpongeCommon"]
  23. + path = SpongeCommon
  24. + url = https://github.com/SpongePowered/SpongeCommon.git
  25. diff --git a/.travis.yml b/.travis.yml
  26. index 0350564..34bfede 100644
  27. --- a/.travis.yml
  28. +++ b/.travis.yml
  29. @@ -7,6 +7,10 @@ jdk:
  30. - oraclejdk7
  31. - oraclejdk8
  32.  
  33. +git:
  34. + submodules: false
  35. +before_install: git submodule update --init --recursive
  36. +
  37. env: GRADLE_OPTS="-Xms1g -Xmx3g"
  38. install: ./gradlew setupCIWorkspace
  39. script: ./gradlew build
  40. diff --git a/README.md b/README.md
  41. index e6605ef..2cd6a5a 100644
  42. --- a/README.md
  43. +++ b/README.md
  44. @@ -1,31 +1,31 @@
  45. -SpongeCommon [![Build Status](https://travis-ci.org/SpongePowered/SpongeCommon.svg?branch=master)](https://travis-ci.org
  46. +Sponge [![Build Status](https://travis-ci.org/SpongePowered/Sponge.svg?branch=master)](https://travis-ci.org/SpongePower
  47. =============
  48.  
  49. -**Currently not stable and under heavy development!**
  50. +**Currently not stable and under heavy development!**
  51.  
  52. -Common code for official SpongeAPI implementations. It is licensed under the [MIT License].
  53. +A Forge implementation of the Sponge API.
  54.  
  55. * [Homepage]
  56. * [Source]
  57. * [Issues]
  58. * [Documentation]
  59. -* [Community Chat]: [#sponge on irc.esper.net]
  60. -* [Development Chat]: [#spongedev on irc.esper.net]
  61. +* [Community Chat]: #sponge on irc.esper.net
  62. +* [Development Chat]: #spongedev on irc.esper.net
  63.  
  64. ## Prerequisites
  65. -* [Java] 6
  66. +* [Java] 6+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement