emeric636 / andengine

Automatically exported from code.google.com/p/andengine
0 stars 0 forks source link

AndEngine not marked as an Android library #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AndEngine is a library and should be marked as such so that one doesn't have to 
manually copy to lib into one's projects that depend on it. Here's a patch to 
do just that. Please apply.

After application of this patch one can include AndEngine in the same workspace 
as other projects. The other projects can then declare that they use AndEngine 
as a library. This seems to work ok for my little projects.

Thanks,
wt

Original issue reported on code.google.com by w...@penguintechs.org on 23 Feb 2011 at 3:55

Attachments:

GoogleCodeExporter commented 9 years ago
Hmm...I guess I was wrong due to the progressmonitor.jar in the libs for 
andengine. Is the source for that file not available?

Original comment by w...@penguintechs.org on 23 Feb 2011 at 5:42

GoogleCodeExporter commented 9 years ago
Ok, I see that the source is available on some branches, just not the default 
branch. What is the correct branch to use if I want the latest code?

Original comment by w...@penguintechs.org on 23 Feb 2011 at 5:45

GoogleCodeExporter commented 9 years ago
Fixed: 
http://code.google.com/p/andengine/source/detail?r=40ea069a702fb0dfafd15a5108b49
a96e48e107e

The EntityContainer branch will become the default branch very soon, so I only 
add that change there.

Original comment by NicolasG...@gmail.com on 24 Feb 2011 at 12:27