EMBJOPR SVN: r958 - in trunk: core/src/main/webapp/css and 1 other directory.
by embjopr-commits@lists.jboss.org
Author: ips
Date: 2010-07-16 16:23:57 -0400 (Fri, 16 Jul 2010)
New Revision: 958
Modified:
trunk/core/src/main/webapp/css/console-style.css
trunk/pom.xml
Log:
make font smaller in left nav tree; change name of war written to target dir to admin-console.war; remove jbas4 and jbas5 modules from root pom
Modified: trunk/core/src/main/webapp/css/console-style.css
===================================================================
--- trunk/core/src/main/webapp/css/console-style.css 2010-07-16 20:11:24 UTC (rev 957)
+++ trunk/core/src/main/webapp/css/console-style.css 2010-07-16 20:23:57 UTC (rev 958)
@@ -83,7 +83,6 @@
overflow: auto;
background: #eff2f4;
border-right: 1px solid #dee6ee;
- font-size: 0.75em;
}
#footer {
@@ -659,10 +658,11 @@
/* ------ Tree Controls from RichFaces ---------- */
.rich-tree {
-
+
}
.rich-tree-node {
+ font-size: 0.7em;
white-space: normal;
}
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-07-16 20:11:24 UTC (rev 957)
+++ trunk/pom.xml 2010-07-16 20:23:57 UTC (rev 958)
@@ -56,9 +56,9 @@
<properties>
- <jbas4.finalName>jbas4-admin-console</jbas4.finalName>
- <jbas5.finalName>jbas5-admin-console</jbas5.finalName>
- <jbas6.finalName>jbas6-admin-console</jbas6.finalName>
+ <jbas4.finalName>admin-console</jbas4.finalName>
+ <jbas5.finalName>admin-console</jbas5.finalName>
+ <jbas6.finalName>admin-console</jbas6.finalName>
<!-- dependency groupIds -->
<rhq.groupId>org.rhq</rhq.groupId>
@@ -165,8 +165,10 @@
<modules>
<module>core</module>
- <module>jbas4</module>
- <module>jbas5</module>
+ <!-- Comment out the jbas4 and jbas5 modules, since we currently
+ only use trunk to build the AS6 admin console. -->
+ <!--<module>jbas4</module>-->
+ <!--<module>jbas5</module>-->
<module>jbas6</module>
<!-- Removed until we solve the "Cannot find parent: org.jboss.jopr:jopr-embedded-parent" problem. -->
<!--<module>jsfunit</module> -->