I successfully cloned an web application project from Github to eclipse Luna. When I try to deploy the cloned project to google app engine, eclipse does not recognise it as a web project. I realised that it was missing the appengine-web.xml file. I created one under directory WEB-INF in War, I saved it but when I try again to deploy, still eclipse says that the project is not an app engine project.
What could I be possibly doing wrong?