JBoss Tools SVN: r10177 - in trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor: figures and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2008-09-10 09:13:07 -0400 (Wed, 10 Sep 2008)
New Revision: 10177
Modified:
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/edit/PageEditPart.java
trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/figures/NodeFigure.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2611
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/edit/PageEditPart.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/edit/PageEditPart.java 2008-09-10 13:09:22 UTC (rev 10176)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/edit/PageEditPart.java 2008-09-10 13:13:07 UTC (rev 10177)
@@ -220,7 +220,7 @@
}
private int getVisualHeight() {
- return 23;
+ return 11;
}
private int getIconWidth() {
Modified: trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/figures/NodeFigure.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/figures/NodeFigure.java 2008-09-10 13:09:22 UTC (rev 10176)
+++ trunk/seam/plugins/org.jboss.tools.seam.ui.pages/src/org/jboss/tools/seam/ui/pages/editor/figures/NodeFigure.java 2008-09-10 13:13:07 UTC (rev 10177)
@@ -108,7 +108,7 @@
final public void addConnectionAnchor(int index) {
FixedConnectionAnchor c;
c = new FixedConnectionAnchor(this);
- c.offsetV = 32 + LINK_HEIGHT * index;
+ c.offsetV = 10 + LINK_HEIGHT * index;
c.leftToRight = false;
connectionAnchors.put((index + 1) + "_OUT", c);
outputConnectionAnchors.addElement(c);
17 years, 7 months
JBoss Tools SVN: r10176 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates.
by jbosstools-commits@lists.jboss.org
Author: dsakovich
Date: 2008-09-10 09:09:22 -0400 (Wed, 10 Sep 2008)
New Revision: 10176
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
Log:
Remove "invisible" attribute from templates
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-09-10 13:09:18 UTC (rev 10175)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-09-10 13:09:22 UTC (rev 10176)
@@ -102,7 +102,7 @@
</vpe:tag>
<vpe:tag name="h:inputHidden" case-sensitive="yes">
- <vpe:template children="no" modify="no" invisible="yes" >
+ <vpe:template children="no" modify="no" >
<input type="text" value="{jsfvalue(@value)}"
title="{tagstring()}" />
17 years, 7 months
JBoss Tools SVN: r10175 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates.
by jbosstools-commits@lists.jboss.org
Author: dsakovich
Date: 2008-09-10 09:09:18 -0400 (Wed, 10 Sep 2008)
New Revision: 10175
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml
Log:
Remove "invisible" attribute from templates
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml 2008-09-10 13:09:13 UTC (rev 10174)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/templates/vpe-templates-richfaces.xml 2008-09-10 13:09:18 UTC (rev 10175)
@@ -488,23 +488,23 @@
</vpe:tag>
<vpe:tag name="rich:dndParam" case-sensitive="yes">
- <vpe:template children="no" modify="no" invisible="yes"/>
+ <vpe:template children="no" modify="no" />
</vpe:tag>
<vpe:tag name="rich:dragIndicator" case-sensitive="yes">
- <vpe:template children="no" modify="no" invisible="yes" />
+ <vpe:template children="no" modify="no" />
</vpe:tag>
<vpe:tag name="rich:dragSupport" case-sensitive="yes">
- <vpe:template children="no" modify="no" invisible="yes"/>
+ <vpe:template children="no" modify="no" />
</vpe:tag>
<vpe:tag name="rich:dropSupport" case-sensitive="yes">
- <vpe:template children="no" modify="no" invisible="yes"/>
+ <vpe:template children="no" modify="no" />
</vpe:tag>
<vpe:tag name="rich:suggestionbox" case-sensitive="yes" >
- <vpe:template children="no" modify="no" invisible="yes"/>
+ <vpe:template children="no" modify="no" />
</vpe:tag>
<vpe:tag name="rich:dropDownMenu" case-sensitive="yes" >
@@ -555,7 +555,7 @@
</vpe:tag>
<vpe:tag name="rich:contextMenu" case-sensitive="yes" >
- <vpe:template children="no" modify="no" invisible="yes" >
+ <vpe:template children="no" modify="no" >
</vpe:template>
</vpe:tag>
@@ -616,22 +616,22 @@
</vpe:tag>
<vpe:tag name="rich:toolTip" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
<vpe:tag name="rich:effect" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
<vpe:tag name="rich:jQuery" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
<vpe:tag name="rich:componentControl" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
@@ -646,21 +646,21 @@
</vpe:tag>
<vpe:tag name="rich:changeExpandListener" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
<vpe:tag name="rich:nodeSelectListener" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
<vpe:tag name="rich:dragListener" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
<vpe:tag name="rich:dropListener" case-sensitive="yes">
- <vpe:template children="no" modify="yes" invisible="yes">
+ <vpe:template children="no" modify="yes" >
</vpe:template>
</vpe:tag>
17 years, 7 months
JBoss Tools SVN: r10174 - trunk/vpe/tests/org.jboss.tools.vpe.test/scheme.
by jbosstools-commits@lists.jboss.org
Author: dsakovich
Date: 2008-09-10 09:09:13 -0400 (Wed, 10 Sep 2008)
New Revision: 10174
Modified:
trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd
Log:
Remove "invisible" attribute from templates
Modified: trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd
===================================================================
--- trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd 2008-09-10 12:46:10 UTC (rev 10173)
+++ trunk/vpe/tests/org.jboss.tools.vpe.test/scheme/scheme.xsd 2008-09-10 13:09:13 UTC (rev 10174)
@@ -100,7 +100,6 @@
<xsd:attribute name="class" type="xsd:string" use="optional" />
<xsd:attribute name="file" type="xsd:string" use="optional"/>
<xsd:attribute name="namespaceIdentifier" type="xsd:string" use="optional"/>
- <xsd:attribute name="invisible" type="vpe:VPE-BOOLEAN" use="optional"/>
<xsd:attribute name="hasImaginaryBorder" type="vpe:VPE-BOOLEAN" use="optional"/>
</xsd:complexType>
<!-- -->
@@ -375,6 +374,8 @@
<xsd:attribute name="width" type="xsd:string" use="optional"/>
<xsd:attribute name="border" type="xsd:string" use="optional"/>
<xsd:attribute name="bgcolor" type="xsd:string" use="optional"/>
+ <xsd:attribute name="id" type="xsd:string" use="optional" />
+ <xsd:attribute name="dir" type="xsd:string" use="optional" />
</xsd:complexType>
<!-- -->
<xsd:complexType name="HTML_IMG">
17 years, 7 months
JBoss Tools SVN: r10173 - trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-09-10 08:46:10 -0400 (Wed, 10 Sep 2008)
New Revision: 10173
Removed:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
Log:
JBIDE-2755
Deleted: trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java 2008-09-10 12:44:51 UTC (rev 10172)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java 2008-09-10 12:46:10 UTC (rev 10173)
@@ -1,44 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2007 Red Hat, Inc.
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-
-
-package org.jboss.tools.jst.web.messages;
-
-
-import org.eclipse.osgi.util.NLS;
-
-
-/**
- * The Class Messages.
- *
- * @author Evgenij Stherbin
- */
-public class Messages extends NLS {
-
- /** The Constant BUNDLE_NAME. */
- private static final String BUNDLE_NAME = "org.jboss.tools.jst.web.messages.messages";//$NON-NLS-1$
-
- static {
- NLS.initializeMessages(BUNDLE_NAME, Messages.class);
- }
-
- /**
- * The Constructor.
- */
- private Messages() {
- super();
- }
-
- public static String INCLUDED_CSS_FILES;
- public static String INCLUDED_TAG_LIBS;
- public static String SUBSTITUTED_EL_EXPRESSIONS;
- public static String ACTUAL_RUN_TIME_ABSOLUTE_FOLDER;
-}
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties 2008-09-10 12:44:51 UTC (rev 10172)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties 2008-09-10 12:46:10 UTC (rev 10173)
@@ -169,7 +169,3 @@
CHECK_JVM=Check JVM
CONTEXT_ROOT_CANNOT_CONTAIN_CHARACTER=Context root cannot contain character {0}.
WEB_RESOURCES=Web Resources
-INCLUDED_CSS_FILES=Included css files
-INCLUDED_TAG_LIBS=Included tag libs
-SUBSTITUTED_EL_EXPRESSIONS=Substituted El expressions
-ACTUAL_RUN_TIME_ABSOLUTE_FOLDER=Actual Run-Time Absolute Folder
\ No newline at end of file
17 years, 7 months
JBoss Tools SVN: r10172 - trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2008-09-10 08:44:51 -0400 (Wed, 10 Sep 2008)
New Revision: 10172
Added:
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java
trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
Log:
JBIDE-2755
Added: trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java (rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/Messages.java 2008-09-10 12:44:51 UTC (rev 10172)
@@ -0,0 +1,44 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+
+
+package org.jboss.tools.jst.web.messages;
+
+
+import org.eclipse.osgi.util.NLS;
+
+
+/**
+ * The Class Messages.
+ *
+ * @author Evgenij Stherbin
+ */
+public class Messages extends NLS {
+
+ /** The Constant BUNDLE_NAME. */
+ private static final String BUNDLE_NAME = "org.jboss.tools.jst.web.messages.messages";//$NON-NLS-1$
+
+ static {
+ NLS.initializeMessages(BUNDLE_NAME, Messages.class);
+ }
+
+ /**
+ * The Constructor.
+ */
+ private Messages() {
+ super();
+ }
+
+ public static String INCLUDED_CSS_FILES;
+ public static String INCLUDED_TAG_LIBS;
+ public static String SUBSTITUTED_EL_EXPRESSIONS;
+ public static String ACTUAL_RUN_TIME_ABSOLUTE_FOLDER;
+}
Added: trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties (rev 0)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/src/org/jboss/tools/jst/web/messages/messages.properties 2008-09-10 12:44:51 UTC (rev 10172)
@@ -0,0 +1,175 @@
+CANNOT_RUN_SELECTION_WITHOUT_AVAILABLE_SERVER=Cannot run selection without available server
+CANNOT_FIND_PROJECT_VERSIONS_DESCRIPTORFILE=Cannot find project versions descriptor file
+CANNOT_PARSE_PROJECT_VERSIONS_DESCRIPTORFILE=Cannot parse project versions descriptor file
+CANNOT_READ_PROJECT_VERSIONS_DESCRIPTORFILE=Cannot read project versions descriptor file
+PLEASE_CREATE_A_SERVER_AND_SELECT_IT_ON_TOOLBAR=Please create a server and select it on toolbar.
+WARNING=Warning
+WARNING=Warning
+CLOSE=Close
+ERROR=Error
+INCORRECT_URL=Incorrect URL: {0}.
+OK=OK
+APPLICATION_ISNOT_REGISTERED_IN_SELECTED_SERVER=Application {0} is not registered in selected server.
+FILE_DOESNOT_EXIST=File does not exist.
+FILE_DOESNOT_EXIST_P=File {0} does not exist
+FILE_ISNOT_CORRECT=File {0} is not correct *.war file.
+FILE_ISNOT_RECOGNIZED=File {0} is not recognized as web descriptor file.
+FILE_DOESNOT_CONTAIN_WEBXML=File {0} does not contain web.xml.
+FILE_DOMAINXML_IS_CORRUPTED=File domain.xml is corrupted.
+FILE_ISNOT_RECOGNIZED_AS_WEBDESCRIPTOR_FILE=File is not recognized as web descriptor file.
+WAR_LOCATION_MUST_BE_SET=*.war location must be set.
+CANNOT_READ_WEBXML=Cannot read web.xml from {0}.
+CANNOT_START_SERVER=Cannot start server:
+CANNOT_FIND_TOOLSJAR=Cannot find tools.jar for the specified jvm environment. It may result in jsp compilation problems.
+NAME_MUST_BE_SET=Name must be set.
+PROJECT_ALREADY_EXISTS_IN_THE_WORKSPACE=Project {0} already exists in the workspace.
+CANNOT_LOAD_WEBDESCRIPTOR=Cannot load web descriptor file {0}.
+WEBDESCRIPTOR_FILE_IS_CORRUPTED=Web descriptor file is corrupted {0}.
+SERVLET_VERSION_WARNING=Servlet version is not consistent with web.xml version.
+SERVLET_VERSION_ISNOT_CONSISTENT_WITH_WEBXML_VERSION=You have selected a different servlet version than in project's web.xml file. Click Yes if you would like to convert the current web.xml file to servlet version {0}. Please note that during conversion you might lose some web.xml information that is not available in the new version as well as formatting or comments.
+SAVE_OLD_SERVLET=Do you want to save a copy of your current web.xml file? It will be saved as web.xml.{0}.old
+J2EE_ROOT_DIRECTORY_ISNOT_FOUND=J2ee root directory is not found.
+DOMAINS_DIRECTORY_ISNOT_FOUND=Domains directory is not found.
+DOMAIN_ISNOT_FOUND=Domain {0} is not found
+CONFIGURATION_FILE_DOMAINXML_ISNOT_FOUND=Configuration file domain.xml is not found.
+CONFIGURATION_FILE_DOMAINXML_IS_READONLY=Configuration file domain.xml is read-only.
+DOCUMENT_DOMAINXML_MUST_HAVE_ELEMENT_DOMAIN=Document domain.xml must have element 'domain' as root element.
+RUNTIME_IS_REQUIRED=Runtime is required.
+SPECIFIED_RUNTIME_DOESNOT_EXIST=Specified runtime does not exist.
+SPECIFIED_FOLDER_DOESNOT_EXIST=Specified folder does not exist.
+SPECIFIED_FOLDER_ISNOT_JVMHOME=Specified folder is not JVM home.
+APPLICATION_IS_ALREADY_REGISTERED=Application {0} is already registered in {1}
+APPLICATION_IS_ALREADY_REGISTERED=Application is already registered.
+APPLICATION_HAS_BEEN_UNREGISTERED_FROM=Application {0} has been unregistered from {1}.
+SERVERS_DIRECTORY_ISNOT_FOUND=Servers directory is not found.
+SERVER_ISNOT_FOUND=Server {0} is not found
+SERVER_ISNOT_SELECTED=Server is not selected.
+ITEM_ISNOT_REFERENCED=This item is not referenced.
+CANCEL=Cancel
+CANCEL=Cancel
+DELETE_REFERENCE_FROM_WEBDESCRIPTOR=Delete reference from web descriptor
+DELETE_REFERENCE_FROM_STRUTS_CONFIGURATION_FILE=Delete reference from struts configuration file
+DELETE=Delete
+MESSAGE=Message
+LIBRARY_SET_IS_ALREADY_ADDED=Library set {0} is already added.
+LIBRARY_SET_ALREADY_EXISTS=Library set {0} already exists.
+LIBRARY_SET_ISNOT_FOUND=Library set {0} is not found.
+LIBRARYSET_CONTAINS=Library set contains {0}. Do you want to replace it?
+PROJECT_TEMPLATE_ALREADY_EXISTS=Project template {0} already exists.
+PROJECT_EXISTS_IN_WORKSPACE=Project {0} exists in workspace and is closed. To use the project, please open it.
+LIBRARY_SET_NAME_MUST_BE_A_VALID_FOLDERNAME=Library set name must be a valid folder name.
+LIBRARY_SET_NAME_MUST_BE_A_VALID_FOLDER_NAME=Library set name must be a valid folder name.
+MUST_NOT_CONTAIN_CHARACTER=Library set name must be a valid folder name. It must not contain character {0} .
+TEMPLATE_PAGE_ALREADY_EXISTS=Template page {0} already exists.
+PAGE_PATH_ISNOT_CORRECT=Page path is not correct.
+IMPLEMENTATION_ALREADY_EXISTS=Implementation {0} already exists.
+DEFINE_COMMON_TEMPLATE_PROPERTIES=Define Common Template Properties
+SELECT_FOLDERS_AND_FILES=Select Folders and Files
+SELECT_FILES_THAT_ARE_VELOCITY_TEMPLATES=Select Files That Are Velocity Templates
+SET_VELOCITY_PROPERTIES=Set Velocity Properties
+CANNOT_CREATE_TEMPLATE_FOR_PROJECT=Cannot create template for project {0}.
+CANNOT_FIND_MODULE_FOR_THE_PROJECT=Cannot find module for the project.
+CANNOT_REGISTER_IN_THIS_SERVER=Cannot register in this server.
+YOU_WANT_TO_DELETE_TEMPLATE=Do you want to delete template {0} from {1}?
+YOU_WANT_TO_DELETE_PAGE_TEMPLATE=Do you want to delete page template {0}?
+YOU_WANT_TO_DELETE_FROM_LIBRARYSET=Do you want to delete {0} from library set {1}?
+YOU_WANT_TO_DELETE_IMPLEMENTATION=Do you want to delete implementation {0}?
+YOU_WANT_TO_SET_CORRECT_VALUE_NOW=Do you want to set correct value now?
+YOU_WANT_TO_DELETE_LIBRARYSET=Do you want to delete library set {0}?
+YOU_WANT_TO_DELETE_LIBRARY=Do you want to delete library {0}?
+YOU_WANT_TO_DELETE_LINK_TO=Do you want to delete link to
+YOU_WANT_CO_CONVERT_WEBXML=\ Do you want co convert web.xml?
+YOU_WANT_TO_REARRANGE_THE_DIAGRAM_ELEMENTS=Are you sure, you want to rearrange the diagram elements?
+CONFIRMATION=Confirmation
+CORE_LIBRARY_LOCATION_ISNOT_SET_FOR_VERSION=Core library location is not set for version {0}.
+CORE_LIBRARY_LOCATION_FOR_VERSION_ISNOT_CORRECT=Core library location for version {0} is not correct.
+COMMON_LIBRARY_LOCATION_FOR_VERSION_ISNOT_CORRECT=Common library location for version {0} is not correct.
+TEMPLATES_LOCATION_ISNOT_SET_FOR_VERSION=Templates location is not set for version {0}.
+TEMPLATES_LOCATION_FOR_VERSION_ISNOT_CORRECT=Templates location for version {0} is not correct.
+WEBXML_CHANGES=Web.xml Changes
+JSP_REFACTORING=JSP refactoring
+DELETE_VALIDATOR_NODE_FROM_XML=Delete <validator> node from xml?
+PARENT_GROUP_MUST_BE_SPECIFIED=Parent group must be specified.
+PALETTE_ALREADY_CONTAINS_TAB=Palette already contains tab {0}.
+PALETTE_ALREADY_CONTAINS_TAB_2P=Palette already contains tab {0} {1}.
+PATH_TO_TLD_ISNOT_CORRECT=Path to tld is not correct.
+PATH_TO_JVM_IS_EMPTY=Path to JVM is empty.
+START_TOMCAT_SERVER=Start Tomcat Server
+START_TOMCAT_SERVER=Start Tomcat Server
+START_IN_DEBUG_MODE=Start {0} in Debug Mode
+ROOT_ISNOT_FOUND=J2EE 1.4 SDK root is not found.\n
+EITHER_OR_MUST_BE_SET=Either {0} or {1} must be set
+YOU_MAY_SET_ONLY_ONE=You may set only one of {0} and {1} attributes
+ADD_JSP_BREAKPOINT=Add JSP Breakpoint
+REMOVE_JSP_BREAKPOINT=Remove JSP Breakpoint
+NOT_RESOLVED=Not Resolved
+VALUE_NOT_RESOLVED== Value Not Resolved
+STRUTS=Struts
+EDIT_FILTER=Edit Filter
+ENTER_NEW_FILTER=Enter new filter
+TILES_EDITOR=Tiles Editor
+DIAGRAM=Diagram
+PRINT_DIAGRAM=Print Diagram
+PRINT_PREVIEW=Print Preview
+TILES_CONFIG_DESCRIPTION=Tiles Config Description
+DEFINITIONS=Definitions
+BASIC=Basic
+ADVANCED=Advanced
+DEPRECATED=Deprecated
+PUT=Put
+PUTLIST=Putlist
+ATTRIBUTES=Attributes
+ADD=Add
+ITEM=Item
+BEAN=Bean
+SET_PROPERTIES=Set-properties
+SELECTED_PAGES=Selected Pages
+SECURITY_ROLES=Security Roles
+SECURITY_CONSTRAINT=Security Constraint
+SET_PROPERTY=Set-property
+STRUTS_MODEL=Struts Model
+START_SERVER=Start {0} Server {1}
+PRINT=Print
+ZOOM=Zoom
+ALL=All
+SELECT_ALL=Select All
+UNSELECT_ALL=Unselect All
+REFRESH=Refresh
+STOP=Stop
+RUNTIME_REFERENCED_HAS_BEEN_REMOVED=Runtime referenced by the server has been removed. Please create the runtime or select another server.
+RUN_SERVER=Run Server
+RUN=Run
+START=Start
+REFRESH_SERVER=Refresh {0} Server
+CHANGE_TIME_STAMP=Change Timestamp of
+STOP_SERVER=Stop {0} Server
+START_SERVER_IN_DEBUG_MODE=Start {0} Server in Debug Mode: {1}
+REDHAT_TAG_LIBRARY_EDITOR=JBoss Tools Tag Library Editor
+SERVLET=Servlet
+AUTH_CONSTRAINT=Auth Constraint
+TAGLIBS=Taglibs
+PROPERTY_GROUPS=Property Groups
+JSP_CONFIG=JSP Config
+PROPERTY_GROUP=Property Group
+PROJECT_EXISTS=Project {0} exists. The wizard will try to make it {1} project.
+INITPARAMS=Init Params
+FILTER=Filter
+RESOURCE_COLLECTIONS=Resource Collections
+LOCALE_ENCODING_MAPPINGS=Locale Encoding Mappings
+WELCOME_FILES=Welcome Files
+CONTEXT_IS_ALREADY_REGISTERED_IN_SERVERXML=Context {0} is already registered in server.xml. Do you want to overwrite it?
+REGISTERING_WEB_CONTEXT_IN_SERVERXML=Registering Web Context in server.xml
+YES=Yes
+YES=Yes
+NO=No
+NO=No
+ADD_TO_EXISTING_GROUP=Add to Existing Group
+CREATE_NEW_GROUP=Create New Group
+JAVA_PROJECT_EXISTS=Java project {0} exists. The wizard will make it {1} project
+CHECK_JVM=Check JVM
+CONTEXT_ROOT_CANNOT_CONTAIN_CHARACTER=Context root cannot contain character {0}.
+WEB_RESOURCES=Web Resources
+INCLUDED_CSS_FILES=Included css files
+INCLUDED_TAG_LIBS=Included tag libs
+SUBSTITUTED_EL_EXPRESSIONS=Substituted El expressions
+ACTUAL_RUN_TIME_ABSOLUTE_FOLDER=Actual Run-Time Absolute Folder
\ No newline at end of file
17 years, 7 months
JBoss Tools SVN: r10171 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/toolbar.
by jbosstools-commits@lists.jboss.org
Author: sdzmitrovich
Date: 2008-09-10 07:14:04 -0400 (Wed, 10 Sep 2008)
New Revision: 10171
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/toolbar/VpeToolBarManager.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-1805
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/toolbar/VpeToolBarManager.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/toolbar/VpeToolBarManager.java 2008-09-10 08:24:05 UTC (rev 10170)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/toolbar/VpeToolBarManager.java 2008-09-10 11:14:04 UTC (rev 10171)
@@ -48,10 +48,10 @@
// if there is not visual children then return Point(0,0)
public Point computeSize(int hint, int hint2, boolean changed) {
-
+
int countVisibleChild = 0;
for (Control child : getChildren()) {
- if (child.isVisible())
+ if (child.getVisible())
countVisibleChild++;
}
17 years, 7 months
JBoss Tools SVN: r10170 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor.
by jbosstools-commits@lists.jboss.org
Author: sdzmitrovich
Date: 2008-09-10 04:24:05 -0400 (Wed, 10 Sep 2008)
New Revision: 10170
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-1805
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java 2008-09-10 08:06:33 UTC (rev 10169)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeVisualDomBuilder.java 2008-09-10 08:24:05 UTC (rev 10170)
@@ -2460,7 +2460,7 @@
nsIDOMElement span = visualDocument.createElement(HTML.TAG_SPAN);
span.setAttribute(HTML.TAG_STYLE,
- "border: dashed 1px GREY;color:GREY;font-size:12px;");
+ "border: dashed 1px GREY;color:GREY;font-size:12px;"); //$NON-NLS-1$
nsIDOMText text = visualDocument.createTextNode(sourceNode
.getNodeName());
17 years, 7 months
JBoss Tools SVN: r10169 - trunk/smooks/plugins/org.jboss.tools.smooks.javabean/src/org/jboss/tools/smooks/javabean/model.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2008-09-10 04:06:33 -0400 (Wed, 10 Sep 2008)
New Revision: 10169
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.javabean/src/org/jboss/tools/smooks/javabean/model/JavaBeanModel.java
Log:
use JavapropertyUtils replace PropertiesUtils(common-beanutils)
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.javabean/src/org/jboss/tools/smooks/javabean/model/JavaBeanModel.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.javabean/src/org/jboss/tools/smooks/javabean/model/JavaBeanModel.java 2008-09-10 08:05:46 UTC (rev 10168)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.javabean/src/org/jboss/tools/smooks/javabean/model/JavaBeanModel.java 2008-09-10 08:06:33 UTC (rev 10169)
@@ -19,8 +19,8 @@
import java.util.Iterator;
import java.util.List;
-import org.apache.commons.beanutils.PropertyUtils;
import org.jboss.tools.smooks.analyzer.IValidatable;
+import org.jboss.tools.smooks.javabean.uitils.JavaPropertyUtils;
/**
* @author Dart Peng
@@ -284,8 +284,7 @@
}
}
if(beanType == null) return null;
- PropertyDescriptor[] pds = PropertyUtils
- .getPropertyDescriptors(beanType);
+ PropertyDescriptor[] pds = JavaPropertyUtils.getPropertyDescriptor(beanType);
for (int i = 0; i < pds.length; i++) {
PropertyDescriptor pd = pds[i];
17 years, 7 months
JBoss Tools SVN: r10168 - trunk/smooks/plugins/org.jboss.tools.smooks.javabean.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2008-09-10 04:05:46 -0400 (Wed, 10 Sep 2008)
New Revision: 10168
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.javabean/build.properties
Log:
change the building properties, don't export the lib directory
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.javabean/build.properties
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.javabean/build.properties 2008-09-10 08:05:03 UTC (rev 10167)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.javabean/build.properties 2008-09-10 08:05:46 UTC (rev 10168)
@@ -1,17 +1,4 @@
-source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .,\
plugin.xml,\
- libs/commons-beanutils-1.8.0-BETA.jar,\
- libs/commons-beanutils-1.8.0-BETA-javadoc.jar,\
- libs/commons-beanutils-1.8.0-BETA-sources.jar,\
- libs/commons-beanutils-bean-collections-1.8.0-BETA.jar,\
- libs/commons-beanutils-core-1.8.0-BETA.jar,\
- libs/commons-logging-1.1.1.jar,\
- libs/commons-logging-1.1.1-javadoc.jar,\
- libs/commons-logging-1.1.1-sources.jar,\
- libs/commons-logging-adapters-1.1.1.jar,\
- libs/commons-logging-api-1.1.1.jar,\
- libs/commons-logging-tests.jar,\
icons/
17 years, 7 months