Skip to content

The release process

Pierre-André Mudry edited this page Apr 22, 2015 · 1 revision
  1. In gdx2d-desktop, compile the JAR file. It produces in the dist directory a JAR containing the library, the demos and everything required.

  2. Copy this file to the gdx2d-desktop libs folder.

  3. Update the dependencies in the gdx2d-desktop folder, i.e.

  • Change build.xml to reflect the new library.
  • Change .classpath (used by Eclipse) to reflect that change
  • Change gdx2d-helloDesktop.iml (used by IntelliJ) to reflect that change
  1. Tag the commit as a release, that's all you need.
Clone this wiki locally