You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2011/07/06 14:05:59 UTC

svn commit: r1143364 - in /incubator/rave/trunk/rave-portal: ./ src/main/appended-resources/META-INF/ src/main/dist/ src/main/webapp/ src/main/webapp/WEB-INF/tags/ src/main/webapp/WEB-INF/views/ src/main/webapp/script/3rdparty/

Author: jasha
Date: Wed Jul  6 12:05:59 2011
New Revision: 1143364

URL: http://svn.apache.org/viewvc?rev=1143364&view=rev
Log:
RAVE-89 moving jquery + plugins to ajax.aspnetcdn.com to remove local js file and use 1 single cdn

Removed:
    incubator/rave/trunk/rave-portal/src/main/webapp/script/3rdparty/
Modified:
    incubator/rave/trunk/rave-portal/pom.xml
    incubator/rave/trunk/rave-portal/src/main/appended-resources/META-INF/NOTICE
    incubator/rave/trunk/rave-portal/src/main/dist/NOTICE
    incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/tags/rave_generic_page.tag
    incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp
    incubator/rave/trunk/rave-portal/src/main/webapp/newaccount.jsp

Modified: incubator/rave/trunk/rave-portal/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/pom.xml?rev=1143364&r1=1143363&r2=1143364&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/pom.xml (original)
+++ incubator/rave/trunk/rave-portal/pom.xml Wed Jul  6 12:05:59 2011
@@ -245,9 +245,6 @@
                         <configuration>
                           <jsSrcDir>${project.basedir}/src/main/webapp/script/</jsSrcDir>
                           <debug>true</debug>
-                          <sourceExcludes>
-                            <exclude>3rdparty/*.js</exclude>
-                          </sourceExcludes>
                         </configuration>
                     </execution>
                 </executions>

Modified: incubator/rave/trunk/rave-portal/src/main/appended-resources/META-INF/NOTICE
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/appended-resources/META-INF/NOTICE?rev=1143364&r1=1143363&r2=1143364&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/appended-resources/META-INF/NOTICE (original)
+++ incubator/rave/trunk/rave-portal/src/main/appended-resources/META-INF/NOTICE Wed Jul  6 12:05:59 2011
@@ -42,7 +42,3 @@ An original copy of the license can be f
 This product includes unmodified, binary redistributions of software (ICU4J) developed by
 the ICU Project (http://site.icu-project.org), which is licensed under the X License.
 An original copy of the license can be found at http://source.icu-project.org/repos/icu/icu4j/tags/release-4-8/main/shared/licenses/license.html
-
-This product includes unmodified, source redistributions of software (jQuery Validation Plugin),
-developed by Jörn Zaefferer which is licensed under the MIT license.
-An original copy of the license can be found at http://www.opensource.org/licenses/mit-license.php
\ No newline at end of file

Modified: incubator/rave/trunk/rave-portal/src/main/dist/NOTICE
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/dist/NOTICE?rev=1143364&r1=1143363&r2=1143364&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/dist/NOTICE (original)
+++ incubator/rave/trunk/rave-portal/src/main/dist/NOTICE Wed Jul  6 12:05:59 2011
@@ -117,7 +117,3 @@ The OpenSocial Foundation (http://openso
 
 This product includes software (OpenAjax Hub) developed by
 OpenAjax Alliance (http://www.openajax.org/), which is licensed under the Apache 2.0 license
-
-This product includes unmodified, source redistributions of software (jQuery Validation Plugin),
-developed by Jörn Zaefferer which is licensed under the MIT license.
-An original copy of the license can be found at http://www.opensource.org/licenses/mit-license.php
\ No newline at end of file

Modified: incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/tags/rave_generic_page.tag
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/tags/rave_generic_page.tag?rev=1143364&r1=1143363&r2=1143364&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/tags/rave_generic_page.tag (original)
+++ incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/tags/rave_generic_page.tag Wed Jul  6 12:05:59 2011
@@ -30,7 +30,7 @@ This tag will provide simple template la
   <head>
      <meta charset="UTF-8"/>
      <title><c:out value="${pageTitle}"/></title>
-     <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css"/>
+     <link rel="stylesheet" href="//ajax.aspnetcdn.com/ajax/jquery.ui/1.8.13/themes/base/jquery-ui.css"/>
      <link rel="stylesheet" href="<c:url value="/css/default.css" />" />
   </head>
   <body>

Modified: incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp?rev=1143364&r1=1143363&r2=1143364&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp (original)
+++ incubator/rave/trunk/rave-portal/src/main/webapp/WEB-INF/views/home.jsp Wed Jul  6 12:05:59 2011
@@ -70,8 +70,8 @@
 </div>
 </c:forEach>
 <div class="clear-float">&nbsp;</div>
-<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
-<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
+<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js"></script>
+<script src="//ajax.aspnetcdn.com/ajax/jquery.ui/1.8.13/jquery-ui.min.js"></script>
 <script src="${opensocial_engine_url}/js/container.js?c=1&container=default&debug=1"></script>
 <script src="<spring:url value="/script/rave.js"/>"></script>
 <script src="<spring:url value="/script/rave_api.js"/>"></script>

Modified: incubator/rave/trunk/rave-portal/src/main/webapp/newaccount.jsp
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/webapp/newaccount.jsp?rev=1143364&r1=1143363&r2=1143364&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/webapp/newaccount.jsp (original)
+++ incubator/rave/trunk/rave-portal/src/main/webapp/newaccount.jsp Wed Jul  6 12:05:59 2011
@@ -44,8 +44,8 @@
         </fieldset>
     </form>
 </div>
-<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
-<script src="<c:url value="/script/3rdparty/jquery.validate.min.js"/>"></script>
+<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js"></script>
+<script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"></script>
 <script src="<spring:url value="/script/rave.js"/>"></script>
 <script src="<spring:url value="/script/rave_forms.js"/>"></script>