Changeset 6032
- Timestamp:
- 02/07/08 15:50:24 (1 year ago)
- Files:
-
- sandbox/crschmidt/animated_panning/doc/authors.txt (modified) (1 diff)
- sandbox/crschmidt/animated_panning/doc/licenses/BSD-LICENSE.txt (added)
- sandbox/crschmidt/animated_panning/lib/OpenLayers.js (modified) (1 diff)
- sandbox/crschmidt/animated_panning/lib/OpenLayers/Tween.js (added)
- sandbox/crschmidt/animated_panning/tests/list-tests.html (modified) (1 diff)
- sandbox/crschmidt/animated_panning/tests/manual/tween.html (added)
- sandbox/crschmidt/animated_panning/tests/test_Tween.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/animated_panning/doc/authors.txt
r5970 r6032 33 33 Some portions of OpenLayers are used under the MIT license, availabie in 34 34 doc/licenses/MIT-LICENSE.txt. 35 36 Some portions of OpenLayers are Copyright 2001 Robert Penner, and are used 37 under the BSD license, available in doc/licenses/BSD-LICENSE.txt sandbox/crschmidt/animated_panning/lib/OpenLayers.js
r5921 r6032 80 80 "OpenLayers/BaseTypes/Size.js", 81 81 "OpenLayers/Console.js", 82 "OpenLayers/Tween.js", 82 83 "Rico/Corner.js", 83 84 "Rico/Color.js", sandbox/crschmidt/animated_panning/tests/list-tests.html
r5990 r6032 109 109 <li>Renderer/test_VML.html</li> 110 110 <li>test_Map.html</li> 111 <li>test_Tween.html</li> 111 112 </ul>
