You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2007/03/13 18:55:40 UTC

svn commit: r517789 - in /myfaces/tobago/trunk/example: addressbook/pom.xml addressbook/src/main/webapp/WEB-INF/faces-config.xml addressbook/src/main/webapp/list.jsp demo/pom.xml

Author: idus
Date: Tue Mar 13 10:55:39 2007
New Revision: 517789

URL: http://svn.apache.org/viewvc?view=rev&rev=517789
Log:
switched to new version of tango icons, which include 32x32 versions and started to add a toolbar

Modified:
    myfaces/tobago/trunk/example/addressbook/pom.xml
    myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/faces-config.xml
    myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp
    myfaces/tobago/trunk/example/demo/pom.xml

Modified: myfaces/tobago/trunk/example/addressbook/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/pom.xml?view=diff&rev=517789&r1=517788&r2=517789
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/pom.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/pom.xml Tue Mar 13 10:55:39 2007
@@ -11,7 +11,7 @@
   <build>
     <finalName>tobago-example-addressbook</finalName>
     <plugins>
-      <!--<plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
@@ -20,7 +20,7 @@
           <update>true</update>
           <url>http://localhost:8080/manager</url>
         </configuration>
-      </plugin>-->
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
@@ -36,7 +36,7 @@
                 <artifactItem>
                   <groupId>org.tango-project</groupId>
                   <artifactId>tango-icon-theme</artifactId>
-                  <version>0.7.2</version>
+                  <version>0.8.0</version>
                 </artifactItem>
               </artifactItems>
               <outputDirectory>
@@ -122,7 +122,7 @@
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.11</version>
+      <version>1.2.14</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -145,12 +145,12 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jpa</artifactId>
-      <version>2.0.2</version>
+      <version>2.0.3</version>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>2.0.2</version>
+      <version>2.0.3</version>
     </dependency>
     <dependency>
       <groupId>javax.persistence</groupId>
@@ -160,7 +160,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>2.0.2</version>
+      <version>2.0.3</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>

Modified: myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/faces-config.xml?view=diff&rev=517789&r1=517788&r2=517789
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/tobago/trunk/example/addressbook/src/main/webapp/WEB-INF/faces-config.xml Tue Mar 13 10:55:39 2007
@@ -75,7 +75,7 @@
     <managed-property>
       <property-name>height</property-name>
       <property-class>int</property-class>
-      <value>500</value>
+      <value>550</value>
     </managed-property>
     <managed-property>
       <property-name>minimumWidth</property-name>
@@ -85,7 +85,7 @@
     <managed-property>
       <property-name>minimumHeight</property-name>
       <property-class>int</property-class>
-      <value>600</value>
+      <value>550</value>
     </managed-property>
      <managed-property>
       <property-name>maximumWidth</property-name>

Modified: myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp?view=diff&rev=517789&r1=517788&r2=517789
==============================================================================
--- myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp (original)
+++ myfaces/tobago/trunk/example/addressbook/src/main/webapp/list.jsp Tue Mar 13 10:55:39 2007
@@ -24,8 +24,12 @@
 
     <tc:panel>
       <f:facet name="layout">
-        <tc:gridLayout margin="10px"  rows="1*;20px"/>
+        <tc:gridLayout margin="10px"  rows="fixed;1*;20px"/>
       </f:facet>
+      <tc:toolBar iconSize="big">
+        <tc:button label="#{bundle.listNew}" action="#{controller.createAddress}"
+            image="image/org/tango-project/tango-icon-theme/32x32/actions/contact-new.png" />
+      </tc:toolBar>
       <tc:box label="#{bundle.listBoxTitle}" >
         <f:facet name="layout">
           <tc:gridLayout rows="fixed;1*"/>

Modified: myfaces/tobago/trunk/example/demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/pom.xml?view=diff&rev=517789&r1=517788&r2=517789
==============================================================================
--- myfaces/tobago/trunk/example/demo/pom.xml (original)
+++ myfaces/tobago/trunk/example/demo/pom.xml Tue Mar 13 10:55:39 2007
@@ -35,7 +35,7 @@
           </webResources>
         </configuration>
       </plugin>
-     <!-- <plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>tomcat-maven-plugin</artifactId>
         <version>1.0-SNAPSHOT</version>
@@ -44,7 +44,7 @@
           <update>true</update>
           <url>http://localhost:8080/manager</url>
         </configuration>
-      </plugin>-->
+      </plugin>
     </plugins>
   </build>
   <scm>