Skip to content

Commit

Permalink
Added missing dependency in the gdx2d library.
Browse files Browse the repository at this point in the history
box2dlights is now part of the gdx2d library. Fix #123
  • Loading branch information
metc committed Apr 24, 2016
1 parent f25867b commit 7645217
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 63 deletions.
59 changes: 0 additions & 59 deletions gdx2d-demoDesktop/gdx2d-desktop.iml

This file was deleted.

Binary file removed gdx2d-demoDesktop/libs/box2dlights-1.3-sources.jar
Binary file not shown.
Binary file removed gdx2d-demoDesktop/libs/box2dlights-1.3.jar
Binary file not shown.
Binary file not shown.
Binary file removed gdx2d-demoDesktop/libs/gdx2d-desktop-1.2.0.jar
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions gdx2d-library/gdx2d-core/gdx2d-core.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-freetype:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-box2d:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.box2dlights:box2dlights:1.3" level="project" />
</component>
</module>
7 changes: 4 additions & 3 deletions gdx2d-library/gdx2d-desktop/gdx2d-desktop.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="gdx2d-core" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-freetype:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-box2d:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-backend-lwjgl:1.5.6" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl.lwjgl:lwjgl:2.9.2" level="project" />
<orderEntry type="library" name="Maven: org.lwjgl.lwjgl:lwjgl-platform:natives-windows:2.9.2" level="project" />
Expand All @@ -30,5 +27,9 @@
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-platform:natives-desktop:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-box2d-platform:natives-desktop:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-freetype-platform:natives-desktop:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-freetype:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-box2d:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.box2dlights:box2dlights:1.3" level="project" />
</component>
</module>
1 change: 1 addition & 0 deletions gdx2d-library/gdx2d-lib.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-freetype:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.gdx:gdx-box2d:1.5.6" level="project" />
<orderEntry type="library" name="Maven: com.badlogicgames.box2dlights:box2dlights:1.3" level="project" />
</component>
</module>
7 changes: 6 additions & 1 deletion gdx2d-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Maven build script for the gdx2d library and its modules.
@author Christopher Métrailler ([email protected])
@version 1.0
@version 1.1
-->
<parent>
<groupId>ch.hevs.gdx2d</groupId>
Expand Down Expand Up @@ -44,6 +44,11 @@
<artifactId>gdx-box2d</artifactId>
<version>${libgdx.version}</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.box2dlights</groupId>
<artifactId>box2dlights</artifactId>
<version>1.3</version>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit 7645217

Please sign in to comment.