[Ds-java-dev] svn commit r19040 - in trunk/solutions/data-services/java/modules: distribution distribution/conf www/resources/web
sameera at wso2.com
sameera at wso2.com
Wed Jul 9 07:03:05 PDT 2008
Author: sameera
Date: Wed Jul 9 07:03:05 2008
New Revision: 19040
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19040
Log:
Added a home page
Modified:
trunk/solutions/data-services/java/modules/distribution/bin.xml
trunk/solutions/data-services/java/modules/distribution/conf/config.properties
trunk/solutions/data-services/java/modules/distribution/pom.xml
trunk/solutions/data-services/java/modules/www/resources/web/index.html
trunk/solutions/data-services/java/modules/www/resources/web/menu.html
Modified: trunk/solutions/data-services/java/modules/distribution/bin.xml
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/distribution/bin.xml?rev=19040&r1=19039&r2=19040&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/distribution/bin.xml (original)
+++ trunk/solutions/data-services/java/modules/distribution/bin.xml Wed Jul 9 07:03:05 2008
@@ -53,6 +53,8 @@
<include>org.wso2.carbon:org.wso2.tracer.ui:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include>
+ <include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include>
+ <include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.statistics:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.tryit:jar</include>
<include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include>
Modified: trunk/solutions/data-services/java/modules/distribution/conf/config.properties
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/distribution/conf/config.properties?rev=19040&r1=19039&r2=19040&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/distribution/conf/config.properties (original)
+++ trunk/solutions/data-services/java/modules/distribution/conf/config.properties Wed Jul 9 07:03:05 2008
@@ -55,6 +55,8 @@
org.wso2.tracer.ui_SNAPSHOT at 59:start, \
org.wso2.carbon.service.mgt_SNAPSHOT at 60:start, \
org.wso2.carbon.service.mgt.ui_SNAPSHOT at 61:start, \
+ org.wso2.carbon.server.admin_SNAPSHOT at 60:start, \
+ org.wso2.carbon.server.admin.ui_SNAPSHOT at 61:start, \
org.wso2.carbon.tryit_SNAPSHOT at 62:start, \
org.wso2.carbon.wsdlconverter_SNAPSHOT at 63:start, \
org.wso2.ws.dataservice_SNAPSHOT.jar at 64:start, \
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=19040&r1=19039&r2=19040&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/distribution/pom.xml (original)
+++ trunk/solutions/data-services/java/modules/distribution/pom.xml Wed Jul 9 07:03:05 2008
@@ -136,6 +136,18 @@
<dependency>
<groupId>org.wso2.carbon</groupId>
+ <artifactId>org.wso2.carbon.server.admin</artifactId>
+ <version>SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.wso2.carbon</groupId>
+ <artifactId>org.wso2.carbon.server.admin.ui</artifactId>
+ <version>SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.caching</artifactId>
<version>SNAPSHOT</version>
</dependency>
Modified: trunk/solutions/data-services/java/modules/www/resources/web/index.html
URL: http://wso2.org/svn/browse/wso2/trunk/solutions/data-services/java/modules/www/resources/web/index.html?rev=19040&r1=19039&r2=19040&view=diff
==============================================================================
--- trunk/solutions/data-services/java/modules/www/resources/web/index.html (original)
+++ trunk/solutions/data-services/java/modules/www/resources/web/index.html Wed Jul 9 07:03:05 2008
@@ -12,7 +12,7 @@
bordercolor="#666666">
<frame src="menu.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame"
title="leftFrame"/>
- <frame src="../service-mgt/index.html" name="mainFrame" id="mainFrame" title="mainFrame"/>
+ <frame src="../server-admin/index.html" name="mainFrame" id="mainFrame" title="mainFrame"/>
</frameset>
</frameset>
<noframes>
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=19040&r1=19039&r2=19040&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 Wed Jul 9 07:03:05 2008
@@ -11,7 +11,7 @@
<p> </p>
-<p><strong>Home</strong></p>
+<p><strong><a href="../server-admin/index.html" target="mainFrame">Home</a></strong></p>
<p><strong>Manage</strong></p>
<ul>
More information about the Ds-java-dev
mailing list