Reviewers: fabbott, Description: This patch moves SOYC's source code underneath dev/core/src. It leaves gwt-soyc-vis.jar existing and containing the SOYC static resources (css and gifs). It has gwt-dev-platform.jar also contain the SOYC static resources.
The goal is to phase out gwt-soyc-vis.jar. After this patch, existing build rules and scripts should keep working, but it should also possible to drop all references to gwt-soyc-vis.jar. The references can either be dropped outright (as in a classpath) or replaced by a reference to gwt-dev-platform.jar (as in the -resources argument to SoycDashboard). Please review this at http://gwt-code-reviews.appspot.com/56811 Affected files: dev/common.ant.xml tools/soyc-vis/build.xml tools/soyc-vis/src/com/google/gwt/soyc/CodeCollection.java tools/soyc-vis/src/com/google/gwt/soyc/GlobalInformation.java tools/soyc-vis/src/com/google/gwt/soyc/LiteralsCollection.java tools/soyc-vis/src/com/google/gwt/soyc/MakeTopLevelHtmlForPerm.java tools/soyc-vis/src/com/google/gwt/soyc/Settings.java tools/soyc-vis/src/com/google/gwt/soyc/SizeBreakdown.java tools/soyc-vis/src/com/google/gwt/soyc/SoycDashboard.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
