You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2009/12/21 09:19:59 UTC

svn commit: r892722 - in /myfaces/tobago/branches/tobago-1.0.x: example/experimental/ example/nonfacesrequest/ example/test/ theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/ tobago-assembly/src/main/res...

Author: bommel
Date: Mon Dec 21 08:19:58 2009
New Revision: 892722

URL: http://svn.apache.org/viewvc?rev=892722&view=rev
Log:
minor cleanup

Modified:
    myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SheetRenderer.java
    myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/src/main/resources/README.txt
    myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/src/main/java/org/apache/myfaces/tobago/maven/plugin/UnPackThemeMojo.java

Modified: myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml?rev=892722&r1=892721&r2=892722&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/experimental/pom.xml Mon Dec 21 08:19:58 2009
@@ -251,7 +251,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>http://download.java.net/maven/1</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml?rev=892722&r1=892721&r2=892722&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/nonfacesrequest/pom.xml Mon Dec 21 08:19:58 2009
@@ -181,7 +181,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>http://download.java.net/maven/1</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml?rev=892722&r1=892721&r2=892722&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/example/test/pom.xml Mon Dec 21 08:19:58 2009
@@ -480,7 +480,7 @@
         <repository>
           <id>java.net</id>
           <name>java.net Maven 1 Repository</name>
-          <url>https://maven-repository.dev.java.net/nonav/repository</url>
+          <url>http://download.java.net/maven/1</url>
           <layout>legacy</layout>
         </repository>
       </repositories>

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SheetRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SheetRenderer.java?rev=892722&r1=892721&r2=892722&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SheetRenderer.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/SheetRenderer.java Mon Dec 21 08:19:58 2009
@@ -668,7 +668,7 @@
       } else if ("false".equals(forceScroolbar)) {
         return false;
       } else if (!"auto".equals(forceScroolbar)) {
-        LOG.warn("Illegal value for attibute 'forceVerticalScrollbar' : \""
+        LOG.warn("Illegal value for attribute 'forceVerticalScrollbar' : \""
             + forceScroolbar + "\"");
       }
     }

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/src/main/resources/README.txt
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/src/main/resources/README.txt?rev=892722&r1=892721&r2=892722&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/src/main/resources/README.txt (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-assembly/src/main/resources/README.txt Mon Dec 21 08:19:58 2009
@@ -20,7 +20,7 @@
 
 don't need a JDK 1.4 version, because they don't contain any classes.
 
-Addtionally add the retrotranslator-runtime-1.2.1.jar from
+Additionally add the retrotranslator-runtime-1.2.1.jar from
 http://repo1.maven.org/maven2/net/sf/retrotranslator/retrotranslator-runtime/
 to the WEB-INF/lib directory of your WAR.
 

Modified: myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/src/main/java/org/apache/myfaces/tobago/maven/plugin/UnPackThemeMojo.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/src/main/java/org/apache/myfaces/tobago/maven/plugin/UnPackThemeMojo.java?rev=892722&r1=892721&r2=892722&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/src/main/java/org/apache/myfaces/tobago/maven/plugin/UnPackThemeMojo.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/tobago-tool/maven-theme-plugin/src/main/java/org/apache/myfaces/tobago/maven/plugin/UnPackThemeMojo.java Mon Dec 21 08:19:58 2009
@@ -87,7 +87,7 @@
         }
       }
     } catch (IOException e) {
-      throw new MojoExecutionException("Error find ThemeDescriptor", e);
+      throw new MojoExecutionException("Error find ThemeDescriptor in " + jarFile, e);
     } finally {
       if (zip != null) {
         try {