You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2014/02/11 03:06:04 UTC

svn commit: r897350 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/examples-trunk/moviefun-rest/ content/examples-trunk/moviefun-rest/src/main/webapp/ content/examples-trunk/moviefun-rest/src/main/webapp/WEB-INF/ content/examples-trunk/m...

Author: buildbot
Date: Tue Feb 11 02:06:04 2014
New Revision: 897350

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/pom.xml
    websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/WEB-INF/web.xml
    websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/app/config.js
    websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/index.jsp

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 02:06:04 2014
@@ -1 +1 @@
-1566574
+1566950

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 02:06:04 2014
@@ -1 +1 @@
-1566574
+1566950

Modified: websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/pom.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/WEB-INF/web.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/app/config.js
==============================================================================
--- websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/app/config.js (original)
+++ websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/app/config.js Tue Feb 11 02:06:04 2014
@@ -19,14 +19,14 @@
 var APP_CONFIG = {
     baseUrl: window.ux.ROOT_URL,
     paths: {
-        'text': 'app/lib/require/text',
-        'lib/less': 'app/lib/less/less.min',
-        'lib/jquery': 'app/lib/jquery/jquery.min',
-        'lib/bootstrap': 'app/lib/bootstrap/js/bootstrap.min',
-        'lib/handlebars': 'app/lib/handlebars/handlebars',
-        'lib/underscore': 'app/lib/underscorejs/underscore-min',
-        'lib/json2': 'app/lib/json2/json2',
-        'lib/backbone': 'app/lib/backbone/backbone-min'
+        'text': 'webjars/requirejs-text/2.0.10/text',
+        'lib/less': 'webjars/less/1.6.0/less.min',
+        'lib/jquery': 'webjars/jquery/2.1.0/jquery.min',
+        'lib/bootstrap': 'webjars/bootstrap/3.1.0/js/bootstrap.min',
+        'lib/handlebars': 'webjars/handlebars/1.2.1/handlebars.min',
+        'lib/underscore': 'webjars/underscorejs/1.4.3/underscore-min',
+        'lib/json2': 'webjars/json2/20110223/json2.min',
+        'lib/backbone': 'webjars/backbonejs/1.0.0/backbone'
     },
     shim: {
         'lib/bootstrap': {

Modified: websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/index.jsp
==============================================================================
--- websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/index.jsp (original)
+++ websites/staging/tomee/trunk/content/examples-trunk/moviefun-rest/src/main/webapp/index.jsp Tue Feb 11 02:06:04 2014
@@ -21,9 +21,9 @@ limitations under the License.
 <head>
   <meta charset="utf-8">
   <title>Moviefun</title>
-  <link href="<c:url value='/app/lib/bootstrap/css/bootstrap.min.css'/>" rel="stylesheet">
+  <link href="<c:url value='/webjars/bootstrap/3.1.0/css/bootstrap.min.css'/>" rel="stylesheet">
   <link href="<c:url value='/app/app.less'/>" rel="stylesheet/less" type="text/css">
-  <script src="<c:url value='/app/lib/require/require.js'/>"></script>
+  <script src="<c:url value='/webjars/requirejs/2.1.10/require.min.js'/>"></script>
   <script type="text/javascript">
     window.ux = window.ux || {};
     window.ux.SESSION_ID = "<%=request.getSession().getId()%>";