[richfaces-svn-commits] JBoss Rich Faces SVN: r13498 - in trunk/test-applications/realworld2: web/src/main/resources and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 10 11:23:08 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-04-10 11:23:08 -0400 (Fri, 10 Apr 2009)
New Revision: 13498

Added:
   trunk/test-applications/realworld2/web/src/main/resources/META-INF/
   trunk/test-applications/realworld2/web/src/main/resources/META-INF/MANIFEST.MF
   trunk/test-applications/realworld2/web/src/main/resources/META-INF/skins/
   trunk/test-applications/realworld2/web/src/main/resources/META-INF/skins/realworld.skin.properties
Removed:
   trunk/test-applications/realworld2/web/src/main/webapp/META-INF/
Modified:
   trunk/test-applications/realworld2/pom.xml
Log:
Setup for Jboss 5.0

Modified: trunk/test-applications/realworld2/pom.xml
===================================================================
--- trunk/test-applications/realworld2/pom.xml	2009-04-10 15:11:17 UTC (rev 13497)
+++ trunk/test-applications/realworld2/pom.xml	2009-04-10 15:23:08 UTC (rev 13498)
@@ -9,14 +9,14 @@
 	<parent>
     <groupId>org.jboss.seam</groupId>
     <artifactId>root</artifactId>
-    <version>2.1.0.SP1</version>
+    <version>2.1.1.GA</version>
   </parent>
     
     <properties>
 		<projectName>realworld</projectName>
 		<richfacesVersion>3.3.1-SNAPSHOT</richfacesVersion>
-		<seamVersion>2.1.0.SP1</seamVersion>
-		<faceletsVersion>1.1.14</faceletsVersion>
+		<seamVersion>2.1.1.GA</seamVersion>
+		<faceletsVersion>1.1.15.B1</faceletsVersion>
 		<jbosshome>${project.basedir}/target/installs/jboss-4.2.3.GA/jboss-4.2.3.GA</jbosshome>
 		<jbosscontext>default</jbosscontext>
 		<jboss.installer.url>file:E:\apps\jboss\jboss-4.2.3.GA.zip</jboss.installer.url>

Added: trunk/test-applications/realworld2/web/src/main/resources/META-INF/MANIFEST.MF
===================================================================
--- trunk/test-applications/realworld2/web/src/main/resources/META-INF/MANIFEST.MF	                        (rev 0)
+++ trunk/test-applications/realworld2/web/src/main/resources/META-INF/MANIFEST.MF	2009-04-10 15:23:08 UTC (rev 13498)
@@ -0,0 +1,15 @@
+Manifest-Version: 1.0
+Class-Path: avalon-framework-4.1.3.jar 
+ commons-beanutils-1.7.0.jar 
+ commons-digester-1.8.jar 
+ commons-logging-1.1.jar 
+ jboss-seam-debug-2.1.0.SP1.jar 
+ jboss-seam-jul-2.1.0.SP1.jar 
+ jboss-seam-remoting-2.1.0.SP1.jar 
+ jboss-seam-ui-2.1.0.SP1.jar 
+ jsf-facelets-1.1.14.jar 
+ log4j-1.2.14.jar 
+ logkit-1.0.1.jar 
+ richfaces-impl-3.3.0-SNAPSHOT.jar 
+ richfaces-ui-3.3.0-SNAPSHOT.jar
+

Added: trunk/test-applications/realworld2/web/src/main/resources/META-INF/skins/realworld.skin.properties
===================================================================
--- trunk/test-applications/realworld2/web/src/main/resources/META-INF/skins/realworld.skin.properties	                        (rev 0)
+++ trunk/test-applications/realworld2/web/src/main/resources/META-INF/skins/realworld.skin.properties	2009-04-10 15:23:08 UTC (rev 13498)
@@ -0,0 +1,75 @@
+#Colors
+headerBackgroundColor=#B34801
+headerGradientColor=#EA640A
+headerTextColor=#FFFFFF
+headerWeightFont=bold
+
+generalBackgroundColor=#D7D7D7
+generalTextColor=#000000
+generalSizeFont=11px
+generalFamilyFont=Arial, Verdana, sans-serif 
+
+controlTextColor=#000000
+controlBackgroundColor=#ffffff
+additionalBackgroundColor=#F2F2F2
+
+shadowBackgroundColor=#000000
+shadowOpacity=1
+
+panelBorderColor=#636363
+subBorderColor=#ffffff
+
+tabBackgroundColor=#FF6700
+tabDisabledTextColor=#E4B98F
+
+trimColor=#FFE2C6
+
+tipBackgroundColor=#FAE6B0 
+tipBorderColor=#E5973E 
+
+selectControlColor=#E79A00
+
+
+generalLinkColor=#FF6700
+hoverLinkColor=#FFA800
+visitedLinkColor=#FF6700
+
+# Fonts
+headerSizeFont=11px
+headerFamilyFont=Arial, Verdana, sans-serif
+
+tabSizeFont=11
+tabFamilyFont=Arial, Verdana, sans-serif
+
+buttonSizeFont=11
+buttonFamilyFont=Arial, Verdana, sans-serif
+
+
+tableBackgroundColor=#D7D7D7
+tableFooterBackgroundColor=#cccccc
+tableSubfooterBackgroundColor=#f1f1f1
+tableBorderColor=#C0C0C0
+tableBorderWidth=0px
+
+
+#Calendar colors
+calendarWeekBackgroundColor=#F5F5F5
+
+calendarHolidaysBackgroundColor=#FFEBDA
+calendarHolidaysTextColor=#FF7800
+
+calendarCurrentBackgroundColor=#FF7800
+calendarCurrentTextColor=#FFEBDA
+
+calendarSpecBackgroundColor=#E4F5E2
+calendarSpecTextColor=#000000
+
+
+warningColor=#FFE6E6
+warningBackgroundColor=#FF0000
+
+editorBackgroundColor=#D7D7D7
+editBackgroundColor=#FEFFDA
+
+#Gradients
+gradientType=plain




More information about the richfaces-svn-commits mailing list