Agreed, it belongs outside the Java tree. shindig/config is fine by me.
On Sun, Jun 14, 2009 at 6:18 AM, Chris Chabot<chab...@google.com> wrote: > Hey All, > > The container.js config has a reference to a OSML_library.xml file which is > located inside of the Java tree: > "osml": { > // OSML library resource. Can be set to null or the empty string to > disable OSML > // for a container. > "library": "org/apache/shindig/gadgets/templates/OSML_library.xml" > } > > That doesn't really work to well from a PHP point of view, since releases > don't include the java tree, and besides it's always been our policy to put > shared resources in a location where it's usable by both versions. Now I > could just copy the file over to a location in the PHP tree, but that would > have all the obvious downsides for maintainability and consistency, so can't > we move this file somewhere else? (Putting it in the shindig/config/ folder > might work, or we can create a new top level folder for these kind of > resources?) > > -- Chris >