Not sure if this is your issue but the class folder can't be inside of anything. The gs folder needs to be on the root of your project. i.e.
yes:import gs.TweenLite;
no:import com.gs.TweenLite;