Thanks Stanton. The only reference I see to the java 15 src folder is in the profile in the pom.xml, is there something else I am missing?
On Feb 21, 2013, at 7:55 PM, Stanton Sievers <ssiev...@apache.org> wrote: > You'd also want to search the poms (especially the gadgets pom) for > references to the java15 src folder. It is referenced elsewhere. > > I'll go ahead and disable the CI builds for Java 5 and we can delete them > after your changes are delivered. > > -Stanton > On Feb 21, 2013 7:42 PM, "Ryan Baxter" <rbaxte...@apache.org> wrote: > >> One of the things I would like to do before the next beta is remove the >> (broken) Java 5 profile from Shindig. I am not really familiar with how >> the maven profile stuff works but here is what I am thinking I would have >> to do. >> >> 1. Delete shindig-project/java/gadgets/src/main/java15 >> 2. Move the content of shindig-project/java/gadgets/src/main/java16 to the >> existing packages in shindig-project/java/gadgets/src/main/java >> 3. Remove the java5 profile from shindig-project/java/gadgets/pom.xml >> 4. Remove the java5 profile from shindig-project/pom.xml >> >> Is there anything else I would need to do? >>