linhdoha / leebrimelow

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

Package definitions wrong #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Export/Checkout "com.theflashblog.drawing"
2. Try to use in a Project
3.

What is the expected output? What do you see instead?
Expected class files would be in the correct package (com.theflashblog.drawing),
but packages are wrong (com.leebrimelow.drawing)

What version of the product are you using? On what operating system?
na.

Please provide any additional information below.
drawing.* = wrong package
ui.* = wrong package, AnimatedButton is in the default package.
util3d.* = correct package
utils.* = correct package

Original issue reported on code.google.com by benjamin...@gmail.com on 2 Feb 2012 at 10:19