[Ds-java-dev] svn commit r18905 - in trunk/solutions/data-services/java/modules: distribution www/resources/web

sameera at wso2.com sameera at wso2.com
Mon Jul 7 07:31:09 PDT 2008


Author: sameera
Date: Mon Jul  7 07:31:08 2008
New Revision: 18905
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=18905

Log:
Added logging to the manage section of the ds ui


Modified:
   trunk/solutions/data-services/java/modules/distribution/pom.xml
   trunk/solutions/data-services/java/modules/www/resources/web/menu.html

Modified: trunk/solutions/data-services/java/modules/distribution/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/distribution/pom.xml?rev=18905&r1=18904&r2=18905&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/distribution/pom.xml	(original)
+++ trunk/solutions/data-services/java/modules/distribution/pom.xml	Mon Jul  7 07:31:08 2008
@@ -76,12 +76,6 @@
 
         <dependency>
             <groupId>org.wso2.carbon</groupId>
-            <artifactId>org.wso2.carbon.logging.core</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-         <dependency>
-            <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.logging.service</artifactId>
             <version>SNAPSHOT</version>
         </dependency>

Modified: trunk/solutions/data-services/java/modules/www/resources/web/menu.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/menu.html?rev=18905&r1=18904&r2=18905&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/www/resources/web/menu.html	(original)
+++ trunk/solutions/data-services/java/modules/www/resources/web/menu.html	Mon Jul  7 07:31:08 2008
@@ -17,7 +17,7 @@
 <ul>
     <li><a href="../service-mgt/index.html" target="mainFrame">Data Services</a></li>
     <li><a href="ds_main.html" target="mainFrame">Add DS</a></li>
-    <!--<li>Logging</li>-->
+    <li><a href="../log-admin/index.html" target="mainFrame">Logging</a></li>
     <li>Security
         <ul>
             <li><a href="../security/index.html" target="mainFrame">Enable Security</a></li>



More information about the Ds-java-dev mailing list