Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 98113 invoked from network); 6 Mar 2011 09:43:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Mar 2011 09:43:00 -0000 Received: (qmail 78289 invoked by uid 500); 6 Mar 2011 09:42:59 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 78248 invoked by uid 500); 6 Mar 2011 09:42:59 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 78239 invoked by uid 99); 6 Mar 2011 09:42:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Mar 2011 09:42:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Mar 2011 09:42:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 025462388A36; Sun, 6 Mar 2011 09:42:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1078438 [2/2] - in /geronimo/server/trunk/plugins/console: console-base-portlets/ console-base-portlets/src/main/java/org/apache/geronimo/console/bundlemanager/ console-base-portlets/src/main/webapp/WEB-INF/ console-base-portlets/src/main/... Date: Sun, 06 Mar 2011 09:42:30 -0000 To: scm@geronimo.apache.org From: rwonly@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110306094231.025462388A36@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/BundleManager.jsp URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/BundleManager.jsp?rev=1078438&view=auto ============================================================================== --- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/BundleManager.jsp (added) +++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/BundleManager.jsp Sun Mar 6 09:42:29 2011 @@ -0,0 +1,261 @@ +<%-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> +<%@ taglib uri="/WEB-INF/CommonMsg.tld" prefix="CommonMsg"%> + + + + + + + + + +
+ + + + +
+
+ Install New: + + + Start: + + + Start Level: + + + +
+ +
+ +
+ + + + + + + +
+
+ Show Bundles: + All  + WAB  + Blueprint  + System  + Geronimo Configuration  +
+ + +
+
+ Search by Symbolic Name: +   + + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IdSymbolic NameURLVersionTypeStateblueprintActionsUtilities
 ${bundleInfo.bundleId}  ${bundleInfo.symbolicName}  + + +  ${contextPath} 
+
+
+
 ${bundleInfo.bundleVersion}  + + ${type}  + +  ${bundleInfo.state}  +   + +   + + + + +   + + + + +   + + + + + +   + + + + +   + + + +   +   + + + +
+ + Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/BundleManager.jsp ------------------------------------------------------------------------------ svn:eol-style = native Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowManifest.jsp URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowManifest.jsp?rev=1078438&view=auto ============================================================================== --- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowManifest.jsp (added) +++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowManifest.jsp Sun Mar 6 09:42:29 2011 @@ -0,0 +1,52 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> +<%@ taglib uri="/WEB-INF/CommonMsg.tld" prefix="CommonMsg"%> + + + +OSGi Manager > Show Bundle Manifest +

+ + + + + + +
+ The Manifest of Bundle: +   + + ${bundleInfo.symbolicName} + + (id=${bundleInfo.bundleId}) + (version=${bundleInfo.bundleVersion}) + [${bundleInfo.state}] + + + View Wired Bundles + +
+
+ + + + + + + + + + + + + + + + + + + + + +
HeaderValue
${manifestHeader.key}${manifestHeader.value}
\ No newline at end of file Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowManifest.jsp ------------------------------------------------------------------------------ svn:eol-style = native Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowWiredBundles.jsp URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowWiredBundles.jsp?rev=1078438&view=auto ============================================================================== --- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowWiredBundles.jsp (added) +++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowWiredBundles.jsp Sun Mar 6 09:42:29 2011 @@ -0,0 +1,173 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%> +<%@ taglib uri="/WEB-INF/CommonMsg.tld" prefix="CommonMsg"%> + + + +
+ OSGi Manager > Show Wired Bundles   + ( + Package Perspective + / + Bundle Perspective + ) +
+ + + + + + + +
+ The Wired Bundles of Bundle: +   + + ${bundleInfo.symbolicName} + + (id=${bundleInfo.bundleId}) + (version=${bundleInfo.bundleVersion}) + [${bundleInfo.state}] + + View Manifest  +
+
+ + + + + + + + + + + + + + + + + + + + + +
Importing PackagesFrom Bundles
+ ${ipp.packageInfo.packageName} (version=${ipp.packageInfo.packageVersion}) + + + ${info.symbolicName} (id=${info.bundleId}) (version=${info.bundleVersion}) + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
Exporting PackagesTo Bundles
+ ${epp.packageInfo.packageName} (version=${epp.packageInfo.packageVersion}) + + + ${info.symbolicName} (id=${info.bundleId}) (version=${info.bundleVersion}) + + +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
Importing PackagesFrom Bundles
+ + ${info.packageName} (version=${info.packageVersion})
+
+
+ ${ibp.bundleInfo.symbolicName} (id=${ibp.bundleInfo.bundleId}) (version=${ibp.bundleInfo.bundleVersion}) + + +
+
+ + + + + + + + + + + + + + + + + + + + +
Exporting PackagesTo Bundles
+ + ${info.packageName} (version=${info.packageVersion})
+
+
+ ${ebp.bundleInfo.symbolicName} (id=${ebp.bundleInfo.bundleId}) (version=${ebp.bundleInfo.bundleVersion}) + + +
+
\ No newline at end of file Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/view/bundlemanager/ShowWiredBundles.jsp ------------------------------------------------------------------------------ svn:eol-style = native Modified: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/web.xml?rev=1078438&r1=1078437&r2=1078438&view=diff ============================================================================== --- geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/web.xml (original) +++ geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/WEB-INF/web.xml Sun Mar 6 09:42:29 2011 @@ -190,11 +190,11 @@ limitations under the License. 1 - WABModules + BundleManagerPortletServlet org.apache.pluto.container.driver.PortletServlet portlet-name - WABModules + BundleManagerPortlet 1 @@ -353,8 +353,8 @@ limitations under the License. /PlutoInvoker/EBAModules - WABModules - /PlutoInvoker/WABModules + BundleManagerPortletServlet + /PlutoInvoker/BundleManagerPortlet SystemModules Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_delete.png URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_delete.png?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_delete.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_refresh.png URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_refresh.png?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_refresh.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_start.png URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_start.png?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_start.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_stop.png URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_stop.png?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_stop.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_update.png URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_update.png?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/bundle_update.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/icon_mf.png URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/icon_mf.png?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/icon_mf.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/icon_wb.png URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/icon_wb.png?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-base-portlets/src/main/webapp/images/icon_wb.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/ico_ariesapp_16x16.gif URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/ico_ariesapp_16x16.gif?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/ico_ariesapp_16x16.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Added: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/ico_osgibundles_16x16.gif URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/ico_osgibundles_16x16.gif?rev=1078438&view=auto ============================================================================== Binary file - no diff available. Propchange: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/images/ico_osgibundles_16x16.gif ------------------------------------------------------------------------------ svn:mime-type = image/gif Modified: geronimo/server/trunk/plugins/console/console-tomcat/src/main/plan/plan.xml URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-tomcat/src/main/plan/plan.xml?rev=1078438&r1=1078437&r2=1078438&view=diff ============================================================================== --- geronimo/server/trunk/plugins/console/console-tomcat/src/main/plan/plan.xml (original) +++ geronimo/server/trunk/plugins/console/console-tomcat/src/main/plan/plan.xml Sun Mar 6 09:42:29 2011 @@ -201,20 +201,20 @@ - 2-2-6/Applications/User Assets/OSGi Applications (EBA) + 2-2-6/Applications/User Assets/Aries Applications (EBA) /console-base [EBAModules] - /images/ico_ear_16x16.gif + /images/ico_ariesapp_16x16.gif basic PlutoPortalServices - 2-2-5/Applications/User Assets/OSGi Web Apps (WAB) + 2-2-5/Applications/User Assets/OSGi Bundles /console-base - [WABModules] - /images/ico_webapp_16x16.gif + [BundleManagerPortlet] + /images/ico_osgibundles_16x16.gif basic PlutoPortalServices