libgdx / gdx-video

A libGDX cross platform video rendering extension
Apache License 2.0
145 stars 50 forks source link

fix eclipse project names #58

Closed mgsx-dev closed 3 years ago

mgsx-dev commented 3 years ago

For people who use Eclipse ;-)

I had to rename appName for consistency : could mess with other projects with the same prefix.

I also removed Eclipse files deletion for some project, it's not necessary and mostly unwanted.

The fixed project layout is now :

gdx-video
gdx-video-android
gdx-video-core
gdx-video-desktop
gdx-video-gwt
gdx-video-test
gdx-video-test-android
gdx-video-test-core
gdx-video-test-desktop
gdx-video-test-html
gdx-video-test-ios
gdx-video-test-lwjgl3