-
Notifications
You must be signed in to change notification settings - Fork 12
The release process
Pierre-André Mudry edited this page Apr 22, 2015
·
1 revision
-
In gdx2d-desktop, compile the JAR file. It produces in the
dist
directory a JAR containing the library, the demos and everything required. -
Copy this file to the gdx2d-desktop
libs
folder. -
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
- Tag the commit as a release, that's all you need.