JBoss Tools SVN: r35792 - in trunk/central/plugins/org.jboss.tools.central: src/org/jboss/tools/central and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2011-10-19 02:54:34 -0400 (Wed, 19 Oct 2011)
New Revision: 35792
Removed:
trunk/central/plugins/org.jboss.tools.central/icons/jbds16.png
Modified:
trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java
trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/JBossCentralEditor.java
Log:
JBIDE-9835 title should be JBoss Central + don't check for JBDS.
Deleted: trunk/central/plugins/org.jboss.tools.central/icons/jbds16.png
===================================================================
(Binary files differ)
Modified: trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java 2011-10-19 05:54:24 UTC (rev 35791)
+++ trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/JBossCentralActivator.java 2011-10-19 06:54:34 UTC (rev 35792)
@@ -98,8 +98,6 @@
public static final String PROFILE_ID = "profileId";
public static final String PROFILE_TIMESTAMP = "profileTimestamp";
-
- public static final String JBDS_PRODUCT_PLUGIN_ID = "com.jboss.jbds.product";
public static final String NEW_PROJECT_EXAMPLES_WIZARD_ID = "org.jboss.tools.project.examples.wizard.NewProjectExamplesWizard";
@@ -215,10 +213,6 @@
return prefs.getBoolean(SHOW_JBOSS_CENTRAL_ON_STARTUP, SHOW_JBOSS_CENTRAL_ON_STARTUP_DEFAULT_VALUE);
}
- public static boolean isJBDS() {
- Bundle bundle = Platform.getBundle(JBDS_PRODUCT_PLUGIN_ID);
- return bundle != null;
- }
public static void openUrl(String location, Shell shell) {
URL url = null;
Modified: trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/JBossCentralEditor.java
===================================================================
--- trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/JBossCentralEditor.java 2011-10-19 05:54:24 UTC (rev 35791)
+++ trunk/central/plugins/org.jboss.tools.central/src/org/jboss/tools/central/editors/JBossCentralEditor.java 2011-10-19 06:54:34 UTC (rev 35792)
@@ -56,8 +56,6 @@
public static final String ID = "org.jboss.tools.central.editors.JBossCentralEditor";
- private static final String JBDS_CENTRAL = "JBoss Developer Studio Central";
-
private AbstractJBossCentralPage gettingStartedPage;
private SoftwarePage softwarePage;
@@ -104,11 +102,7 @@
if (!(editorInput instanceof JBossCentralEditorInput))
throw new PartInitException("Invalid Input: Must be JBossCentralEditorInput");
super.init(site, editorInput);
- if (JBossCentralActivator.isJBDS()) {
- setPartName(JBDS_CENTRAL);
- } else {
- setPartName(JBOSS_CENTRAL);
- }
+ setPartName(JBOSS_CENTRAL);
}
/* (non-Javadoc)
* Method declared on IEditorPart.
@@ -147,13 +141,9 @@
@Override
protected void createHeaderContents(IManagedForm headerForm) {
ScrolledForm form = headerForm.getForm();
- if (JBossCentralActivator.isJBDS()) {
- form.setText(JBDS_CENTRAL);
- form.setToolTipText(JBDS_CENTRAL);
- } else {
- form.setText(JBOSS_CENTRAL);
- form.setToolTipText(JBOSS_CENTRAL);
- }
+ form.setText(JBOSS_CENTRAL);
+ form.setToolTipText(JBOSS_CENTRAL);
+
form.setImage(getHeaderImage());
getToolkit().decorateFormHeading(form.getForm());
@@ -309,11 +299,7 @@
private Image getHeaderImage() {
if (headerImage == null) {
- if (JBossCentralActivator.isJBDS()) {
- headerImage = JBossCentralActivator.getImageDescriptor("/icons/jbds16.png").createImage();
- } else {
- headerImage = JBossCentralActivator.getImageDescriptor("/icons/jboss.gif").createImage();
- }
+ headerImage = JBossCentralActivator.getImageDescriptor("/icons/jboss.gif").createImage();
}
return headerImage;
}
13 years, 2 months
JBoss Tools SVN: r35791 - trunk/as/features/org.jboss.tools.openshift.express.feature.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-10-19 01:54:24 -0400 (Wed, 19 Oct 2011)
New Revision: 35791
Modified:
trunk/as/features/org.jboss.tools.openshift.express.feature/feature.properties
Log:
JBIDE-9931 org.jboss.tools.openshift.express.feature has license text in copyright field
Modified: trunk/as/features/org.jboss.tools.openshift.express.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.tools.openshift.express.feature/feature.properties 2011-10-19 05:48:35 UTC (rev 35790)
+++ trunk/as/features/org.jboss.tools.openshift.express.feature/feature.properties 2011-10-19 05:54:24 UTC (rev 35791)
@@ -28,10 +28,9 @@
# "description" property - description of the feature
description=Provides Tooling to deal with OpenShift Express. It will allow you to sign into your OpenShift Express account, create a domain and manage applications. It will furthermore allow you to setup an Eclipse WTP server adapter that would be able to publish projects to the OpenShift Express PaaS platform..
-copyright=Red Hat, Inc. licenses these features and plugins to you under \
-certain open source licenses (or aggregations of such licenses), \
-which in a particular case may include the Eclipse Public License, \
-the GNU Lesser General Public License, and/or certain other open \
-source licenses. For precise licensing details, consult the corresponding \
-source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
-Raleigh NC 27606 USA.
+copyright=Copyright (c) 2011 Red Hat, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\n\
+JBoss by Red Hat - Initial implementation.
13 years, 2 months
JBoss Tools SVN: r35790 - trunk/as/plugins/org.jboss.ide.eclipse.as.core.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-10-19 01:48:35 -0400 (Wed, 19 Oct 2011)
New Revision: 35790
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/plugin.xml
Log:
JBIDE-9836 - fix for re-opened issue, requiring webfragment for as6 and it's eap
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/plugin.xml
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/plugin.xml 2011-10-19 04:03:42 UTC (rev 35789)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/plugin.xml 2011-10-19 05:48:35 UTC (rev 35790)
@@ -679,6 +679,7 @@
<facet id="jst.ejb" version="2.0,2.1,3.0"/>
<facet id="jst.ear" version="1.2,1.3,1.4,5.0"/>
<facet id="jst.appclient" version="1.2,1.3,1.4,5.0"/>
+ <facet id="jst.webfragment" version="3.0"/>
</supported>
<supported>
<runtime-component
@@ -804,6 +805,7 @@
<facet id="jst.ejb" version="2.0,2.1,3.0,3.1"/>
<facet id="jst.ear" version="1.2,1.3,1.4,5.0,6.0"/>
<facet id="jst.appclient" version="1.2,1.3,1.4,5.0,6.0"/>
+ <facet id="jst.webfragment" version="3.0"/>
</supported>
<supported>
13 years, 2 months
JBoss Tools SVN: r35789 - in trunk: as/plugins/org.jboss.ide.eclipse.as.egit.ui and 15 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-10-19 00:03:42 -0400 (Wed, 19 Oct 2011)
New Revision: 35789
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.egit.core/
trunk/as/plugins/org.jboss.ide.eclipse.as.egit.ui/
trunk/build/reports/emma-coverage/
trunk/cdi/features/org.jboss.tools.cdi.seam.test.feature/
trunk/cdi/features/org.jboss.tools.cdi.test.feature/
trunk/flow/features/org.jboss.tools.flow.common.test.feature/
trunk/forge/features/org.jboss.tools.forge.test.feature/
trunk/jbpm/features/org.jboss.tools.jbpm3.test.feature/
trunk/jbpm/features/org.jboss.tools.jbpm4.test.feature/
trunk/jmx/features/org.jboss.tools.jmx.test.feature/
trunk/jsf/features/org.jboss.tools.jsf.test.feature/
trunk/maven/features/org.jboss.tools.maven.jaxrs.feature/
trunk/maven/features/org.jboss.tools.maven.jbosspackaging.feature/
trunk/maven/features/org.jboss.tools.maven.test.feature/
trunk/runtime/features/org.jboss.tools.runtime.esb.detector.feature/
trunk/runtime/plugins/org.jboss.tools.runtime.esb.detector/
trunk/ws/features/org.jboss.tools.ws.test.feature/
Log:
target folder added to svn:ignore
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.egit.core
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/as/plugins/org.jboss.ide.eclipse.as.egit.ui
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/build/reports/emma-coverage
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/cdi/features/org.jboss.tools.cdi.seam.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/cdi/features/org.jboss.tools.cdi.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/flow/features/org.jboss.tools.flow.common.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/forge/features/org.jboss.tools.forge.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm3.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/jbpm/features/org.jboss.tools.jbpm4.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/jmx/features/org.jboss.tools.jmx.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/jsf/features/org.jboss.tools.jsf.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/maven/features/org.jboss.tools.maven.jaxrs.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/maven/features/org.jboss.tools.maven.jbosspackaging.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/maven/features/org.jboss.tools.maven.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/runtime/features/org.jboss.tools.runtime.esb.detector.feature
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/runtime/plugins/org.jboss.tools.runtime.esb.detector
___________________________________________________________________
Added: svn:ignore
+ target
Property changes on: trunk/ws/features/org.jboss.tools.ws.test.feature
___________________________________________________________________
Added: svn:ignore
+ target
13 years, 2 months
JBoss Tools SVN: r35788 - in trunk: flow/plugins/org.jboss.tools.flow.common/META-INF and 5 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2011-10-19 00:00:21 -0400 (Wed, 19 Oct 2011)
New Revision: 35788
Modified:
trunk/birt/plugins/org.jboss.tools.birt.core/META-INF/MANIFEST.MF
trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF
trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF
trunk/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF
trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF
trunk/workingset/plugins/org.jboss.tools.workingset.core/META-INF/MANIFEST.MF
trunk/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-9679 CLONE - Manifest cleanup
patch applied with open OSGi version range 3.7.0
Modified: trunk/birt/plugins/org.jboss.tools.birt.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/birt/plugins/org.jboss.tools.birt.core/META-INF/MANIFEST.MF 2011-10-19 03:43:51 UTC (rev 35787)
+++ trunk/birt/plugins/org.jboss.tools.birt.core/META-INF/MANIFEST.MF 2011-10-19 04:00:21 UTC (rev 35788)
@@ -7,7 +7,7 @@
Bundle-Vendor: %BundleVendor
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
+ org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.birt.integration.wtp.ui,
org.eclipse.wst.common.frameworks.ui,
org.eclipse.wst.common.project.facet.core,
Modified: trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF
===================================================================
--- trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF 2011-10-19 03:43:51 UTC (rev 35787)
+++ trunk/flow/plugins/org.jboss.tools.flow.common/META-INF/MANIFEST.MF 2011-10-19 04:00:21 UTC (rev 35788)
@@ -10,7 +10,7 @@
org.eclipse.draw2d,
org.eclipse.gef,
org.eclipse.jface,
- org.eclipse.core.runtime,
+ org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.ui,
org.eclipse.core.resources,
org.eclipse.ui.ide,
Modified: trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF 2011-10-19 03:43:51 UTC (rev 35787)
+++ trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF 2011-10-19 04:00:21 UTC (rev 35788)
@@ -44,7 +44,7 @@
org.jbpm.gd.pf.properties,
org.jbpm.gd.pf.wizard,
org.jbpm.gd.pf.xml
-Require-Bundle: org.eclipse.core.runtime,
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.core.resources,
org.eclipse.ui,
org.eclipse.ui.views,
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF 2011-10-19 03:43:51 UTC (rev 35787)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.core/META-INF/MANIFEST.MF 2011-10-19 04:00:21 UTC (rev 35788)
@@ -5,7 +5,7 @@
Bundle-Version: 1.2.0.qualifier
Bundle-Activator: org.jboss.tools.portlet.core.PortletCoreActivator
Bundle-Vendor: %BundleVendor
-Require-Bundle: org.eclipse.core.runtime,
+Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.wst.common.project.facet.core,
org.eclipse.jst.common.project.facet.core;visibility:=reexport,
org.eclipse.core.resources,
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF 2011-10-19 03:43:51 UTC (rev 35787)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.core/META-INF/MANIFEST.MF 2011-10-19 04:00:21 UTC (rev 35788)
@@ -5,7 +5,7 @@
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.jboss.tools.smooks.core.SmooksCoreActivator
Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
+ org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xmi;visibility:=reexport,
org.junit4,
Modified: trunk/workingset/plugins/org.jboss.tools.workingset.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/workingset/plugins/org.jboss.tools.workingset.core/META-INF/MANIFEST.MF 2011-10-19 03:43:51 UTC (rev 35787)
+++ trunk/workingset/plugins/org.jboss.tools.workingset.core/META-INF/MANIFEST.MF 2011-10-19 04:00:21 UTC (rev 35788)
@@ -6,7 +6,7 @@
Bundle-Activator: org.jboss.tools.workingset.core.Activator
Bundle-Vendor: JBoss by Red Hat
Require-Bundle: org.eclipse.ui,
- org.eclipse.core.runtime,
+ org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.core.resources;bundle-version="3.5.0",
org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF
===================================================================
--- trunk/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF 2011-10-19 03:43:51 UTC (rev 35787)
+++ trunk/xulrunner/plugins/org.mozilla.xpcom/META-INF/MANIFEST.MF 2011-10-19 04:00:21 UTC (rev 35788)
@@ -1,14 +1,16 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Mozilla XPCOM Eclipse plugin
-Bundle-SymbolicName: org.mozilla.xpcom;singleton:=true
-Bundle-Version: 1.9.2.16
-Bundle-ClassPath: MozillaGlue.jar,
- MozillaInterfaces.jar
-Export-Package: org.mozilla.interfaces,
- org.mozilla.xpcom
-Bundle-Vendor: mozilla.org
-Eclipse-BuddyPolicy: registered
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy
-
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Mozilla XPCOM Eclipse plugin
+Bundle-SymbolicName: org.mozilla.xpcom;singleton:=true
+Bundle-Version: 1.9.2.16
+Bundle-ClassPath: MozillaGlue.jar,
+ MozillaInterfaces.jar
+Export-Package: org.mozilla.interfaces,
+ org.mozilla.xpcom
+Bundle-Vendor: mozilla.org
+Eclipse-BuddyPolicy: registered
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: org.jboss.tools.usage;bundle-version="1.0.0";resolution:=optional;x-installation:=greedy,
+ org.eclipse.core.runtime;bundle-version="3.7.0"
+
+
13 years, 2 months
JBoss Tools SVN: r35787 - in trunk/jsf/docs/userguide/en-US: images/visual_page and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-10-18 23:43:51 -0400 (Tue, 18 Oct 2011)
New Revision: 35787
Added:
trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_26.png
Modified:
trunk/jsf/docs/userguide/en-US/editors.xml
Log:
updated for JBIDE-8115
Modified: trunk/jsf/docs/userguide/en-US/editors.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/editors.xml 2011-10-19 03:12:45 UTC (rev 35786)
+++ trunk/jsf/docs/userguide/en-US/editors.xml 2011-10-19 03:43:51 UTC (rev 35787)
@@ -1491,7 +1491,20 @@
</imageobject>
</mediaobject>
</figure>
-
+
+ <para>
+ When you make a selection of tags in the source part of the editor, they will all be selected in the visual part of the editor as well. This makes it easy to link code that you have written, with the visual output.
+ </para>
+
+ <figure>
+ <title>All tags from the source selection are selected in the visual part</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/visual_page/visual_page_26.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
<section id="comments">
<title>Commenting out Code</title>
<para>
Added: trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_26.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en-US/images/visual_page/visual_page_26.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
13 years, 2 months
JBoss Tools SVN: r35786 - in trunk/jsf/docs/userguide/en-US: images/palette and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-10-18 23:12:45 -0400 (Tue, 18 Oct 2011)
New Revision: 35786
Added:
trunk/jsf/docs/userguide/en-US/images/palette/palette_26.png
Modified:
trunk/jsf/docs/userguide/en-US/richfaces_support.xml
Log:
updated for JBIDE-9259 and JBIDE-8617
-This line, and th se below, will be ignored--
M userguide/en-US/richfaces_support.xml
AM userguide/en-US/images/palette/palette_26.png
Added: trunk/jsf/docs/userguide/en-US/images/palette/palette_26.png
===================================================================
(Binary files differ)
Property changes on: trunk/jsf/docs/userguide/en-US/images/palette/palette_26.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/jsf/docs/userguide/en-US/richfaces_support.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/richfaces_support.xml 2011-10-19 02:39:53 UTC (rev 35785)
+++ trunk/jsf/docs/userguide/en-US/richfaces_support.xml 2011-10-19 03:12:45 UTC (rev 35786)
@@ -131,7 +131,17 @@
</imageobject>
</mediaobject>
</figure>
-
+ <para>
+ The <guilabel>JBoss RichFaces</guilabel> menu in the <guilabel>JBoss Tools Palette</guilabel> contains all items relevant for RichFaces 4, by default. If you are using RichFaces 3 or earlier, you will need to add the <guilabel>RichFaces 3</guilabel> menu item to the <guilabel>JBoss Tools Palette</guilabel> through the <guilabel>Show/Hide</guilabel> menu. To access this menu see <xref linkend="show_hide" />.
+ </para>
+ <figure>
+ <title>RichFaces 3 palette menu</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/palette/palette_26.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
<para>
To insert a <property>RichFaces</property> component on a page:
</para>
13 years, 2 months
JBoss Tools SVN: r35785 - trunk/jsf/docs/userguide/en-US/images/palette.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-10-18 22:39:53 -0400 (Tue, 18 Oct 2011)
New Revision: 35785
Modified:
trunk/jsf/docs/userguide/en-US/images/palette/palette_1.png
trunk/jsf/docs/userguide/en-US/images/palette/palette_12.png
trunk/jsf/docs/userguide/en-US/images/palette/palette_5.png
trunk/jsf/docs/userguide/en-US/images/palette/palette_9.png
Log:
updated palette images
Modified: trunk/jsf/docs/userguide/en-US/images/palette/palette_1.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/palette/palette_12.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/palette/palette_5.png
===================================================================
(Binary files differ)
Modified: trunk/jsf/docs/userguide/en-US/images/palette/palette_9.png
===================================================================
(Binary files differ)
13 years, 2 months
JBoss Tools SVN: r35784 - in trunk/jsf/docs/userguide/en-US: images/palette and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-10-18 22:25:43 -0400 (Tue, 18 Oct 2011)
New Revision: 35784
Modified:
trunk/jsf/docs/userguide/en-US/Book_Info.xml
trunk/jsf/docs/userguide/en-US/images/palette/palette_13.png
Log:
updated for JBIDE-9259 and JBIDE-8617
Modified: trunk/jsf/docs/userguide/en-US/Book_Info.xml
===================================================================
--- trunk/jsf/docs/userguide/en-US/Book_Info.xml 2011-10-19 01:28:08 UTC (rev 35783)
+++ trunk/jsf/docs/userguide/en-US/Book_Info.xml 2011-10-19 02:25:43 UTC (rev 35784)
@@ -5,9 +5,9 @@
<title>Visual Web Tools Reference Guide</title>
<subtitle>Provides information relating to the Visual Web Tools module.</subtitle>
<productname>JBoss Developer Studio</productname>
-<productnumber>4.1</productnumber>
-<edition>4.1.0</edition>
-<pubsnumber>4</pubsnumber>
+<productnumber>5.0</productnumber>
+<edition>5.0.0</edition>
+<pubsnumber>1</pubsnumber>
<abstract>
<para>The Visual Web Tools Reference Guide explains extensive collection of specialized wizards, editors and views that can be used in various scenarios while developing Web applications.</para>
</abstract>
Modified: trunk/jsf/docs/userguide/en-US/images/palette/palette_13.png
===================================================================
(Binary files differ)
13 years, 2 months
JBoss Tools SVN: r35783 - trunk/jsf/docs/jsf_tools_ref_guide/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-10-18 21:28:08 -0400 (Tue, 18 Oct 2011)
New Revision: 35783
Modified:
trunk/jsf/docs/jsf_tools_ref_guide/en-US/jsf_config_file.xml
Log:
updated with correct naming of a doc that is referenced
Modified: trunk/jsf/docs/jsf_tools_ref_guide/en-US/jsf_config_file.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_ref_guide/en-US/jsf_config_file.xml 2011-10-19 00:23:21 UTC (rev 35782)
+++ trunk/jsf/docs/jsf_tools_ref_guide/en-US/jsf_config_file.xml 2011-10-19 01:28:08 UTC (rev 35783)
@@ -345,7 +345,7 @@
<section id="jsf_openOn">
<title>Open On</title>
<para>
- The JSF configuration file editor comes with the very useful OpenOn navigation feature. You can find more information on this feature in the Visual Web Tools Guide.
+ The JSF configuration file editor comes with the very useful OpenOn navigation feature. You can find more information on this feature in the Visual Web Tools Reference Guide.
</para>
</section>
13 years, 2 months