Author: lindner
Date: Sun Nov  7 22:48:39 2010
New Revision: 1032412

URL: http://svn.apache.org/viewvc?rev=1032412&view=rev
Log:
move to new location for yuicompressor plugin, bump rhino version for jsunit 
tests

Modified:
    shindig/trunk/extras/pom.xml
    shindig/trunk/features/pom.xml
    shindig/trunk/features/src/test/javascript/features/core/authtest.js
    shindig/trunk/pom.xml

Modified: shindig/trunk/extras/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/extras/pom.xml?rev=1032412&r1=1032411&r2=1032412&view=diff
==============================================================================
--- shindig/trunk/extras/pom.xml (original)
+++ shindig/trunk/extras/pom.xml Sun Nov  7 22:48:39 2010
@@ -66,7 +66,6 @@
         <plugin>
           <groupId>net.sf.alchim</groupId>
           <artifactId>yuicompressor-maven-plugin</artifactId>
-          <version>0.7.1</version>
         </plugin>
       </plugins>
     </pluginManagement>

Modified: shindig/trunk/features/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1032412&r1=1032411&r2=1032412&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Sun Nov  7 22:48:39 2010
@@ -81,14 +81,13 @@
             <dependency>
                 <groupId>rhino</groupId>
                 <artifactId>js</artifactId>
-                <version>1.7R1</version>
+                <version>1.7R2</version>
             </dependency>
           </dependencies>
         </plugin>
         <plugin>
           <groupId>net.sf.alchim</groupId>
           <artifactId>yuicompressor-maven-plugin</artifactId>
-          <version>0.7.1</version>
         </plugin>
       </plugins>
     </pluginManagement>

Modified: shindig/trunk/features/src/test/javascript/features/core/authtest.js
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/src/test/javascript/features/core/authtest.js?rev=1032412&r1=1032411&r2=1032412&view=diff
==============================================================================
--- shindig/trunk/features/src/test/javascript/features/core/authtest.js 
(original)
+++ shindig/trunk/features/src/test/javascript/features/core/authtest.js Sun 
Nov  7 22:48:39 2010
@@ -91,7 +91,7 @@ AuthTest.prototype.testAddParamsToToken_
   };
   var auth = new shindig.Auth();
   this.assertEquals(
-      't=abcd&url=http%3a%2f%2fwww.example.com%2fgadget.xml',
+      't=abcd&url=http%3A%2F%2Fwww.example.com%2Fgadget.xml',
       auth.getSecurityToken());
   auth.updateSecurityToken('newtoken');
   this.assertEquals('newtoken', auth.getSecurityToken());
@@ -109,7 +109,7 @@ AuthTest.prototype.testAddParamsToToken_
   };
   var auth = new shindig.Auth();
   this.assertEquals(
-      't=abcd&url=http%3a%2f%2fwww.example.com%2fgadget.xml&url=',
+      't=abcd&url=http%3A%2F%2Fwww.example.com%2Fgadget.xml&url=',
       auth.getSecurityToken());
 };
 
@@ -125,8 +125,8 @@ AuthTest.prototype.testAddParamsToToken_
   };
   var auth = new shindig.Auth();
   this.assertEquals(
-      't=abcd&url=http%3a%2f%2fwww.example.com%2fgadget.xml&url=' + 
-          'http%3a%2f%2fwww.example.com%2fgadget.xml',
+      't=abcd&url=http%3A%2F%2Fwww.example.com%2Fgadget.xml&url=' + 
+          'http%3A%2F%2Fwww.example.com%2Fgadget.xml',
       auth.getSecurityToken());
 };
 
@@ -142,7 +142,7 @@ AuthTest.prototype.testAddParamsToToken_
   };
   var auth = new shindig.Auth();
   this.assertEquals(
-      't=abcd&=&url=http%3a%2f%2fwww.example.com%2fgadget.xml',
+      't=abcd&=&url=http%3A%2F%2Fwww.example.com%2Fgadget.xml',
       auth.getSecurityToken());
 };
 
@@ -158,7 +158,7 @@ AuthTest.prototype.testAddParamsToToken_
   };
   var auth = new shindig.Auth();
   this.assertEquals(
-      't=abcd&foo&url=http%3a%2f%2fwww.example.com%2fgadget.xml',
+      't=abcd&foo&url=http%3A%2F%2Fwww.example.com%2Fgadget.xml',
       auth.getSecurityToken());
 };
 
@@ -174,7 +174,7 @@ AuthTest.prototype.testAddParamsToToken_
   };
   var auth = new shindig.Auth();
   this.assertEquals(
-      't=abcd&foo=$bar$=$baz$&url=http%3a%2f%2fwww.example.com%2fgadget.xml',
+      't=abcd&foo=$bar$=$baz$&url=http%3A%2F%2Fwww.example.com%2Fgadget.xml',
       auth.getSecurityToken());
 };
 

Modified: shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1032412&r1=1032411&r2=1032412&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Sun Nov  7 22:48:39 2010
@@ -1172,6 +1172,12 @@
 
         <!-- Misc -->
         <plugin>
+          <groupId>net.alchim31.maven</groupId>
+          <artifactId>yuicompressor-maven-plugin</artifactId>
+          <version>1.1</version>
+        </plugin>
+
+        <plugin>
           <groupId>org.mortbay.jetty</groupId>
           <artifactId>maven-jetty-plugin</artifactId>
           <version>6.1.25</version>


Reply via email to