You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/13 01:18:54 UTC

svn commit: r1492486 - in /incubator/climate/trunk/rcmet/src/main/ui/app: index.html js/bootstrap.js js/bootstrap.min.js lib/bootstrap/ lib/bootstrap/bootstrap.js lib/bootstrap/bootstrap.min.js

Author: joyce
Date: Wed Jun 12 23:18:54 2013
New Revision: 1492486

URL: http://svn.apache.org/r1492486
Log:
CLIMATE-100 progress - Moved bootstrap.js files

Added:
    incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/
    incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.js
      - copied, changed from r1492485, incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.js
    incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.min.js
      - copied, changed from r1492485, incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.min.js
Removed:
    incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.js
    incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.min.js
Modified:
    incubator/climate/trunk/rcmet/src/main/ui/app/index.html

Modified: incubator/climate/trunk/rcmet/src/main/ui/app/index.html
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/index.html?rev=1492486&r1=1492485&r2=1492486&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/ui/app/index.html (original)
+++ incubator/climate/trunk/rcmet/src/main/ui/app/index.html Wed Jun 12 23:18:54 2013
@@ -224,7 +224,7 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
   <script src="lib/angular/angular.js"></script>
   <script src="js/date.js"></script>
-  <script src="js/bootstrap.js"></script>
+  <script src="lib/bootstrap/bootstrap.js"></script>
   <script src="js/jasny-bootstrap.min.js"></script>
   <script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script>
   <script src="js/app.js"></script>

Copied: incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.js (from r1492485, incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.js)
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.js?p2=incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.js&p1=incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.js&r1=1492485&r2=1492486&rev=1492486&view=diff
==============================================================================
    (empty)

Copied: incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.min.js (from r1492485, incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.min.js)
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.min.js?p2=incubator/climate/trunk/rcmet/src/main/ui/app/lib/bootstrap/bootstrap.min.js&p1=incubator/climate/trunk/rcmet/src/main/ui/app/js/bootstrap.min.js&r1=1492485&r2=1492486&rev=1492486&view=diff
==============================================================================
    (empty)