You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/08/28 02:38:31 UTC

svn commit: r1621006 - in /incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp: index.html js/jquery-1.11.0.js js/jquery-1.11.0.min.js js/main.js

Author: olamy
Date: Thu Aug 28 00:38:30 2014
New Revision: 1621006

URL: http://svn.apache.org/r1621006
Log:
this js file is a minified version so fix the name

Added:
    incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.min.js   (contents, props changed)
      - copied, changed from r1621005, incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.js
Removed:
    incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.js
Modified:
    incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/index.html
    incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/main.js

Modified: incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/index.html?rev=1621006&r1=1621005&r2=1621006&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/index.html (original)
+++ incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/index.html Thu Aug 28 00:38:30 2014
@@ -92,7 +92,7 @@
 
   </body>
 
-  <script type="text/javascript" src="js/jquery-1.11.0.js"></script>
+  <script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
   <script type="text/javascript" data-main="js/main.js" src="js/require-2.1.14.js"></script>
 
 </html>

Copied: incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.min.js (from r1621005, incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.js)
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.min.js?p2=incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.min.js&p1=incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.js&r1=1621005&r2=1621006&rev=1621006&view=diff
==============================================================================
    (empty)

Propchange: incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.min.js
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.min.js
------------------------------------------------------------------------------
    svn:executable = *

Propchange: incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/jquery-1.11.0.min.js
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/main.js
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/main.js?rev=1621006&r1=1621005&r2=1621006&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/main.js (original)
+++ incubator/sirona/trunk/server/reporting/reporting-ui/src/main/webapp/js/main.js Thu Aug 28 00:38:30 2014
@@ -29,7 +29,7 @@ require.config({
   // retrieve the version and if end with -SNAPSHOT do it only in this case
   urlArgs: "_timestamp=" +  (new Date()).getTime(),
   paths: {
-    'jquery': 'jquery-1.11.0',
+    'jquery': 'jquery-1.11.0.min',
     'angular': 'angular-'+angularVersion+(useAngularMin?".min":""),
     'angular-route': 'angular-route-'+angularVersion+(useAngularMin?".min":""),
     'angular-resource': 'angular-resource-'+angularVersion+(useAngularMin?".min":""),