[jboss-svn-commits] JBL Code SVN: r14647 - in labs/shotoku/trunk: shotoku-cache and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 27 10:39:46 EDT 2007
Author: adamw
Date: 2007-08-27 10:39:46 -0400 (Mon, 27 Aug 2007)
New Revision: 14647
Modified:
labs/shotoku/trunk/maven.xml
labs/shotoku/trunk/shotoku-cache/TODO
Log:
Adding cache admin panel to the build
Modified: labs/shotoku/trunk/maven.xml
===================================================================
--- labs/shotoku/trunk/maven.xml 2007-08-27 14:15:42 UTC (rev 14646)
+++ labs/shotoku/trunk/maven.xml 2007-08-27 14:39:46 UTC (rev 14647)
@@ -42,7 +42,7 @@
<goal name="shotoku:deploy">
<ant:exec dir="${shotoku.root.dir}/shotoku-cache" executable="ant">
<ant:arg line="deploy" />
- <ant:arg line="-Dmodules.list=cache-base,cache-service" />
+ <ant:arg line="-Dmodules.list=cache-base,cache-service,cache-admin" />
<ant:arg line="-Djboss.home=${local.server.dir}" />
</ant:exec>
Modified: labs/shotoku/trunk/shotoku-cache/TODO
===================================================================
--- labs/shotoku/trunk/shotoku-cache/TODO 2007-08-27 14:15:42 UTC (rev 14646)
+++ labs/shotoku/trunk/shotoku-cache/TODO 2007-08-27 14:39:46 UTC (rev 14647)
@@ -1,4 +1,3 @@
-* toggle panel
* investigate multiple ProjectConfigurationWatcher-s
* refreshing of keys after a key reset
* refreshing cachitem_info after alerts reset
More information about the jboss-svn-commits
mailing list