Skip to content

Commit

Permalink
Fix .gitignore and add gwt/war to setup extension so gdx-setup.jar no…
Browse files Browse the repository at this point in the history
… longer fails
  • Loading branch information
coverslide committed Jan 11, 2014
1 parent 9a65e2a commit e2482e8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ipch/
*.class

libgdx-*.zip
libgdx-*.zip.MD5

*.iml
/.idea/
Expand All @@ -46,3 +47,6 @@ libgdx-*.zip
/extensions/gdx-controllers/gdx-controllers-desktop/libs/
/extensions/gdx-freetype/libs/
/extensions/gdx-image/libs/

#ensure gdx-setup.jar works properly
!/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/gwt/war
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" ?>
<web-app>
</web-app>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>%APP_NAME%</title>
<script src="%PACKAGE%.GdxDefinition/%PACKAGE%.GdxDefinition.nocache.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>

0 comments on commit e2482e8

Please sign in to comment.