- Revision
- 631
- Author
- mauro
- Date
- 2008-04-20 07:13:33 -0500 (Sun, 20 Apr 2008)
Log Message
Renamed resources directories.
Modified Paths
Added Paths
- trunk/examples/freemarker-example/src/main/webapp/js/
- trunk/examples/freemarker-example/src/main/webapp/style/
Removed Paths
- trunk/examples/freemarker-example/src/main/webapp/scripts/
- trunk/examples/freemarker-example/src/main/webapp/stylesheets/
Diff
Copied: trunk/examples/freemarker-example/src/main/webapp/js (from rev 618, trunk/examples/freemarker-example/src/main/webapp/scripts) ( => )
Modified: trunk/examples/freemarker-example/src/main/webapp/people/person.ftl =================================================================== --- trunk/examples/freemarker-example/src/main/webapp/people/person.ftl 2008-04-19 17:37:25 UTC (rev 630) +++ trunk/examples/freemarker-example/src/main/webapp/people/person.ftl 2008-04-20 12:13:33 UTC (rev 631) @@ -4,9 +4,9 @@ <head> <title>Select a person</title> <style type="text/css" title="currentStyle" media="screen"> - @import "${base}/stylesheets/style.css"; + @import "${base}/style/style.css"; </style> - <script src="" type="text/_javascript_"> + <script src="" type="text/_javascript_"> // keep this space </script> <script src="" type="text/_javascript_">
Copied: trunk/examples/freemarker-example/src/main/webapp/style (from rev 618, trunk/examples/freemarker-example/src/main/webapp/stylesheets) ( => )
To unsubscribe from this list please visit:
