JBoss Tools SVN: r5404 - trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template.
by jbosstools-commits@lists.jboss.org
Author: mareshkau
Date: 2007-12-20 11:32:04 -0500 (Thu, 20 Dec 2007)
New Revision: 5404
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/HtmlBodyTemplate.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1526, template for html:body was adjusted, was removed incorrect styles parameters(width=100%,height=100%) which caused incorrect painting by inIFlasher borders for html and body tags.
Modified: trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/HtmlBodyTemplate.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/HtmlBodyTemplate.java 2007-12-20 15:56:54 UTC (rev 5403)
+++ trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/HtmlBodyTemplate.java 2007-12-20 16:32:04 UTC (rev 5404)
@@ -28,7 +28,7 @@
public class HtmlBodyTemplate extends VpeAbstractTemplate {
private nsIDOMElement bodyOld;
- private static String STYLE_FOR_DIV = "width: 100%; height: 100%";
+ private static String STYLE_FOR_DIV = "";
private static String ID = "id";
/**
17 years, 2 months
JBoss Tools SVN: r5403 - trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates.
by jbosstools-commits@lists.jboss.org
Author: sdzmitrovich
Date: 2007-12-20 10:56:54 -0500 (Thu, 20 Dec 2007)
New Revision: 5403
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1538
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml 2007-12-20 14:54:34 UTC (rev 5402)
+++ trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml 2007-12-20 15:56:54 UTC (rev 5403)
@@ -954,9 +954,9 @@
<vpe:tag name="t:inputFileUpload" case-sensitive="yes">
<vpe:template children="no" modify="no">
<div class="{@styleClass}" onclick="{@onclick}"
- style="{@style}" rendered="{@rendered}" title="{tagstring()}">
+ rendered="{@rendered}" title="{tagstring()}">
<vpe:value expr="{jsfvalue(@value)}" />
- <input type="file" />
+ <input type="file" style="{@style}" />
</div>
<vpe:dnd>
<vpe:drag start-enable="yes" />
17 years, 2 months
JBoss Tools SVN: r5402 - in trunk/as/docs/reference/en/images: perspective and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: sabrashevich
Date: 2007-12-20 09:54:34 -0500 (Thu, 20 Dec 2007)
New Revision: 5402
Modified:
trunk/as/docs/reference/en/images/modules/modules_1.png
trunk/as/docs/reference/en/images/modules/modules_2.png
trunk/as/docs/reference/en/images/perspective/perspective_13.png
trunk/as/docs/reference/en/images/perspective/perspective_15.png
trunk/as/docs/reference/en/images/perspective/perspective_2.png
trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_1.png
trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_2.png
trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_3.png
trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_4.png
trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_5.png
trunk/as/docs/reference/en/images/webtools/webtools_1.png
trunk/as/docs/reference/en/images/webtools/webtools_2.png
trunk/as/docs/reference/en/images/webtools/webtools_3.png
Log:
http://jira.jboss.com/jira/browse/JBDS-226 screenshots are updated in jboss as guide
Modified: trunk/as/docs/reference/en/images/modules/modules_1.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/modules/modules_2.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/perspective/perspective_13.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/perspective/perspective_15.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/perspective/perspective_2.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_1.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_2.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_3.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_4.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/runtimes_servers/runtimes_servers_5.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/webtools/webtools_1.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/webtools/webtools_2.png
===================================================================
(Binary files differ)
Modified: trunk/as/docs/reference/en/images/webtools/webtools_3.png
===================================================================
(Binary files differ)
17 years, 2 months
JBoss Tools SVN: r5401 - in trunk/seam/docs/reference/en/images: crud_application_walkthrough and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: sabrashevich
Date: 2007-12-20 08:31:43 -0500 (Thu, 20 Dec 2007)
New Revision: 5401
Modified:
trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_1.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_2.png
trunk/seam/docs/reference/en/images/create_new_seam/create_seam11.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_1.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_01.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_02.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_03.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_04.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_05.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_06.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_07.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_09.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_10.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_11.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_13.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_14.png
trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_18.png
trunk/seam/docs/reference/en/images/generate_entities/generate_entities1.png
trunk/seam/docs/reference/en/images/seam_view/seam_view3.png
Log:
http://jira.jboss.com/jira/browse/JBDS-226 screenshots are updated in seam guide
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam10_2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/create_new_seam/create_seam11.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_2.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_application_walkthrough/crud_application_walkthrough_3.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_01.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_02.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_03.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_04.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_05.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_06.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_07.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_09.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_10.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_11.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_13.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_14.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/crud_database_application/crud_database_application_18.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/generate_entities/generate_entities1.png
===================================================================
(Binary files differ)
Modified: trunk/seam/docs/reference/en/images/seam_view/seam_view3.png
===================================================================
(Binary files differ)
17 years, 2 months
JBoss Tools SVN: r5400 - trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-12-20 08:08:14 -0500 (Thu, 20 Dec 2007)
New Revision: 5400
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta
Log:
JBIDE-1498 Sevaral remaining attributes renamed.
Modified: trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta
===================================================================
--- trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta 2007-12-20 13:07:20 UTC (rev 5399)
+++ trunk/jst/plugins/org.jboss.tools.jst.web/resources/meta/web.meta 2007-12-20 13:08:14 UTC (rev 5400)
@@ -396,7 +396,7 @@
</XActionItem>
<XDependencies/>
</XModelEntity>
- <XModelEntity ImplementingClass="%Regular%" XMLSUBPATH="WEB" name="JstWeb">
+ <XModelEntity ImplementingClass="%Regular%" XMLSUBPATH="web" name="JstWeb">
<XChildrenEntities>
<XChildEntity name="JstWebModule"/>
</XChildrenEntities>
@@ -411,7 +411,7 @@
<Editor name="Uneditable"/>
</XModelAttribute>
<XModelAttribute default="Web" name="name" xmlname="NAME"/>
- <XModelAttribute name="model path" xmlname="MODEL_PATH"/>
+ <XModelAttribute name="model path" xmlname="model-path"/>
<XModelAttribute name="servlet version" visibility="false" xmlname="SERVLET_VERSION">
<Constraint loader="List">
<value name="2.2"/>
@@ -426,7 +426,7 @@
</XModelEntity>
<XModelEntity
ImplementingClass="org.jboss.tools.jst.web.project.WebConfigImpl"
- XMLSUBPATH="MODULE" name="JstWebConfig">
+ XMLSUBPATH="module" name="JstWebConfig">
<XChildrenEntities/>
<XEntityRenderer>
<ICONS>
@@ -451,14 +451,14 @@
</Constraint>
<Editor name="FileChooser"/>
</XModelAttribute>
- <XModelAttribute name="model path" xmlname="MODEL_PATH"/>
+ <XModelAttribute name="model path" xmlname="model-path"/>
</XModelAttributes>
<XActionItem kind="list"/>
<XDependencies/>
</XModelEntity>
<XModelEntity
ImplementingClass="org.jboss.tools.jst.web.project.WebModuleImpl"
- XMLSUBPATH="MODULE" name="JstWebModule">
+ XMLSUBPATH="module" name="JstWebModule">
<XChildrenEntities>
<XChildEntity name="JstWebConfig"/>
</XChildrenEntities>
@@ -501,9 +501,9 @@
</Constraint>
<Editor name="FolderChooser"/>
</XModelAttribute>
- <XModelAttribute name="model path" xmlname="MODEL_PATH"/>
- <XModelAttribute name="root file system" xmlname="ROOT"/>
- <XModelAttribute name="src file system" xmlname="SRC"/>
+ <XModelAttribute name="model path" xmlname="model-path"/>
+ <XModelAttribute name="root file system" xmlname="root"/>
+ <XModelAttribute name="src file system" xmlname="src"/>
</XModelAttributes>
<XActionItem kind="list"/>
<XDependencies/>
17 years, 2 months
JBoss Tools SVN: r5399 - in trunk/jsf/plugins/org.jboss.tools.jsf: src/org/jboss/tools/jsf/project/facet and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-12-20 08:07:20 -0500 (Thu, 20 Dec 2007)
New Revision: 5399
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf.meta
trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/project/facet/PostInstallJsfFacetDelegate.java
Log:
JBIDE-1498 Sevaral remaining attributes renamed.
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf.meta
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf.meta 2007-12-20 13:03:53 UTC (rev 5398)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/resources/meta/jsf.meta 2007-12-20 13:07:20 UTC (rev 5399)
@@ -4717,7 +4717,7 @@
</XModelEntity>
<XModelEntity
ImplementingClass="org.jboss.tools.jsf.web.WebJSFModuleImpl"
- XMLSUBPATH="MODULE" name="WebJSFModule">
+ XMLSUBPATH="module" name="WebJSFModule">
<XChildrenEntities>
<XChildEntity name="JstWebConfig"/>
</XChildrenEntities>
@@ -4760,9 +4760,9 @@
</Constraint>
<Editor name="FolderChooser"/>
</XModelAttribute>
- <XModelAttribute name="model path" xmlname="MODEL_PATH"/>
- <XModelAttribute name="root file system" xmlname="ROOT"/>
- <XModelAttribute name="src file system" xmlname="SRC"/>
+ <XModelAttribute name="model path" xmlname="model-path"/>
+ <XModelAttribute name="root file system" xmlname="root"/>
+ <XModelAttribute name="src file system" xmlname="src"/>
</XModelAttributes>
<XActionItem kind="list"/>
<XDependencies/>
Modified: trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/project/facet/PostInstallJsfFacetDelegate.java
===================================================================
--- trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/project/facet/PostInstallJsfFacetDelegate.java 2007-12-20 13:03:53 UTC (rev 5398)
+++ trunk/jsf/plugins/org.jboss.tools.jsf/src/org/jboss/tools/jsf/project/facet/PostInstallJsfFacetDelegate.java 2007-12-20 13:07:20 UTC (rev 5399)
@@ -74,20 +74,20 @@
*/
private static String XMODEL =
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>" +
- "<file-systems APPLICATION_NAME=\"{0}\" model-entity=\"FileSystems\"" +
- " VERSION=\"2.0.0\" WORKSPACE_HOME=\"./{1}/WEB-INF\">" +
+ "<file-systems application-name=\"{0}\" model-entity=\"FileSystems\"" +
+ " VERSION=\"2.0.0\" workspace-home=\"./{1}/WEB-INF\">" +
"<file-system model-entity=\"FileSystemFolder\" location=\"" + XModelConstants.WORKSPACE_REF + "\" NAME=\"WEB-INF\"/>" +
- "<file-system model-entity=\"FileSystemFolder\" INFO=\"Content-Type=Web\"" +
+ "<file-system model-entity=\"FileSystemFolder\" info=\"Content-Type=Web\"" +
" location=\"" + XModelConstants.WORKSPACE_REF + "/..\" NAME=\"WEB-ROOT\"/>" +
"<file-system model-entity=\"FileSystemFolder\"" +
" location=\"" + XModelConstants.WORKSPACE_REF + "/../../{2}\" NAME=\"src\"/>" +
"<file-system model-entity=\"FileSystemFolder\" location=\"" + XModelConstants.WORKSPACE_REF + "/lib\" NAME=\"lib\"/>" +
"<file-system model-entity=\"FileSystemFolder\"" +
" location=\"" + XModelConstants.WORKSPACE_REF + "/classes\" NAME=\"classes\"/>" +
- "<WEB model-entity=\"JstWeb\" MODEL_PATH=\"/web.xml\" SERVLET_VERSION=\"2.4\">" +
- " <MODULE model-entity=\"WebJSFModule\" MODEL_PATH=\"/faces-config.xml\"" +
- " ROOT=\"WEB-ROOT\" SRC=\"src\" URI=\"/WEB-INF/faces-config.xml\"/>" +
- "</WEB>" +
+ "<web model-entity=\"JstWeb\" model-path=\"/web.xml\" SERVLET_VERSION=\"2.4\">" +
+ " <module model-entity=\"WebJSFModule\" model-path=\"/faces-config.xml\"" +
+ " root=\"WEB-ROOT\" src=\"src\" URI=\"/WEB-INF/faces-config.xml\"/>" +
+ "</web>" +
"</file-systems>"
;
}
17 years, 2 months
JBoss Tools SVN: r5398 - in trunk/common/plugins/org.jboss.tools.common.model: resources/help and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2007-12-20 08:03:53 -0500 (Thu, 20 Dec 2007)
New Revision: 5398
Modified:
trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
trunk/common/plugins/org.jboss.tools.common.model/resources/meta/filesystems.meta
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java
trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ProjectHome.java
Log:
JBIDE-1498 Sevaral remaining attributes renamed.
Modified: trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF 2007-12-20 12:35:00 UTC (rev 5397)
+++ trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF 2007-12-20 13:03:53 UTC (rev 5398)
@@ -76,6 +76,7 @@
org.eclipse.debug.ui,
org.eclipse.help,
org.eclipse.ant.ui,
+ org.eclipse.ant.core,
org.eclipse.ltk.core.refactoring,
org.eclipse.ltk.ui.refactoring,
org.eclipse.wst.common.uriresolver,
Modified: trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2007-12-20 12:35:00 UTC (rev 5397)
+++ trunk/common/plugins/org.jboss.tools.common.model/resources/help/keys-model.properties 2007-12-20 13:03:53 UTC (rev 5398)
@@ -553,8 +553,9 @@
IMPORT_JSF_PROJECT_WIZARD_WINDOW_TITLE = Import JSF Project
# step 1 content
-WebPrjAdoptStepName_web.xml_location = web.xml Location
-WebPrjAdoptStepName_name = Project Name
+WebPrjAdoptStepName_web.xml_location = web.xml Location
+WebPrjAdoptStepName_name = Project Name
+WebPrjAdoptStepName_link = Create Eclipse project in Workspace
# step 1A content
WebPrjAdoptAddStruts_version=Version
WebPrjAdoptAddStruts_servlet_class=Servlet Class
Modified: trunk/common/plugins/org.jboss.tools.common.model/resources/meta/filesystems.meta
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/resources/meta/filesystems.meta 2007-12-20 12:35:00 UTC (rev 5397)
+++ trunk/common/plugins/org.jboss.tools.common.model/resources/meta/filesystems.meta 2007-12-20 13:03:53 UTC (rev 5398)
@@ -383,7 +383,7 @@
<Editor name="FolderChooser"/>
</XModelAttribute>
<XModelAttribute name="owner" visibility="false" xmlname="OWNER"/>
- <XModelAttribute name="info" visibility="false" xmlname="INFO"/>
+ <XModelAttribute name="info" visibility="false" xmlname="info"/>
<XModelAttribute default="false"
name="set location relative to project" visibility="false">
<Constraint loader="ListString">
@@ -512,7 +512,7 @@
<Editor name="FileChooser"/>
</XModelAttribute>
<XModelAttribute name="owner" visibility="false" xmlname="OWNER"/>
- <XModelAttribute name="info" visibility="false" xmlname="INFO"/>
+ <XModelAttribute name="info" visibility="false" xmlname="info"/>
<XModelAttribute default="false"
name="set location relative to project" visibility="false">
<Constraint loader="ListString">
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java 2007-12-20 12:35:00 UTC (rev 5397)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/filesystems/impl/FileSystemsLoader.java 2007-12-20 13:03:53 UTC (rev 5398)
@@ -259,6 +259,7 @@
Set<String> children = super.getAllowedChildren(entity);
if(isFileSystems(entity.getXMLSubPath())) {
children.add("WEB");
+ children.add("web");
}
return children;
}
@@ -267,6 +268,7 @@
Set<String> attributes = super.getAllowedAttributes(entity);
if(isFileSystems(entity.getXMLSubPath())) {
attributes.add("WORKSPACE_HOME");
+ attributes.add("workspace-home");
}
return attributes;
}
@@ -284,7 +286,8 @@
public void loadChildren(Element element, XModelObject o) {
super.loadChildren(element, o);
if(isFileSystems(element.getNodeName())) {
- Element e = XMLUtil.getUniqueChild(element, "WEB");
+ Element e = XMLUtil.getUniqueChild(element, "web");
+ if(e == null) e = XMLUtil.getUniqueChild(element, "WEB");
XModelObject w = getWeb(o);
if(w != null && e != null) load(e, w);
}
@@ -307,7 +310,7 @@
if(project == null) return;
String relative = workspace.startsWith(project + "/") ?
"." + workspace.substring(project.length()) : workspace;
- element.setAttribute("WORKSPACE_HOME", relative);
+ element.setAttribute("workspace-home", relative);
}
static Map<String,String> oldAttributes = new HashMap<String, String>();
@@ -317,6 +320,9 @@
oldAttributes.put("workspace-home", "WORKSPACE_HOME");
oldAttributes.put("info", "INFO");
oldAttributes.put("location", "LOCATION");
+ oldAttributes.put("model-path", "MODEL_PATH");
+ oldAttributes.put("root", "ROOT");
+ oldAttributes.put("src", "SRC");
}
public String getAttribute(Element element, String xmlname) {
Modified: trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ProjectHome.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ProjectHome.java 2007-12-20 12:35:00 UTC (rev 5397)
+++ trunk/common/plugins/org.jboss.tools.common.model/src/org/jboss/tools/common/model/project/ProjectHome.java 2007-12-20 13:03:53 UTC (rev 5398)
@@ -15,6 +15,7 @@
import org.eclipse.core.runtime.CoreException;
import org.jboss.tools.common.model.plugin.ModelPlugin;
import org.jboss.tools.common.model.util.*;
+import org.w3c.dom.Element;
public class ProjectHome {
@@ -44,7 +45,13 @@
}
private String getLocationFrom_strutsstudio_File(String location, File ss) {
- String path = XMLUtil.getElement(ss).getAttribute("WORKSPACE_HOME");
+ Element element = XMLUtil.getElement(ss);
+ String path = "";
+ if(element.hasAttribute("workspace-home")) {
+ path = element.getAttribute("workspace-home");
+ } else if(element.hasAttribute("WORKSPACE_HOME")) {
+ path = element.getAttribute("WORKSPACE_HOME");
+ }
String q = (path.equals(".")) ? location : (path.startsWith("./")) ? location + path.substring(1) : path;
return q;
}
17 years, 2 months
JBoss Tools SVN: r5397 - trunk/jbpm/docs/reference/en/modules.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2007-12-20 07:35:00 -0500 (Thu, 20 Dec 2007)
New Revision: 5397
Modified:
trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml
trunk/jbpm/docs/reference/en/modules/the_views.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-233 - updating accordinf to the Svetlana Mukhina remarks
Modified: trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml 2007-12-20 12:31:48 UTC (rev 5396)
+++ trunk/jbpm/docs/reference/en/modules/guided_tour_jboss_jbpmgpd.xml 2007-12-20 12:35:00 UTC (rev 5397)
@@ -149,7 +149,9 @@
</emphasis> and <emphasis>
<property>processdefinition.xml</property>
</emphasis>.</para>
- <para>The first of these two contains the graphical information used by the process
+ <para>The <emphasis>
+ <property>gpd.xml</property>
+ </emphasis> contains the graphical information used by the process
definition editor. The <emphasis>
<property>processdefinition.xml</property>
</emphasis> file contains the actual process definition info without the graphical
@@ -212,8 +214,7 @@
</figure>
</section>
</section>
- <para>As the simple process is already defined, we can examine it more carefully. For that
- JBDS provides a number of multiple editors and viewes.</para>
+ <para>Now, when you've got background knowledge of simple project creation, let's move to more advanced tools.</para>
</section>
</chapter>
Modified: trunk/jbpm/docs/reference/en/modules/the_views.xml
===================================================================
--- trunk/jbpm/docs/reference/en/modules/the_views.xml 2007-12-20 12:31:48 UTC (rev 5396)
+++ trunk/jbpm/docs/reference/en/modules/the_views.xml 2007-12-20 12:35:00 UTC (rev 5397)
@@ -9,7 +9,7 @@
<title>The views</title>
- <para>This chapter will explain you how to work with views and editors provided by JBDS.</para>
+ <para>Here, it will be explained how to work with views and editors provided by JBDS.</para>
<section id="the_outline_view">
<?dbhtml filename="the_outline_view.html"?>
17 years, 2 months
JBoss Tools SVN: r5396 - trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd.
by jbosstools-commits@lists.jboss.org
Author: ochikvina
Date: 2007-12-20 07:31:48 -0500 (Thu, 20 Dec 2007)
New Revision: 5396
Modified:
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour6.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour7.png
trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour8.png
Log:
http://jira.jboss.com/jira/browse/JBDS-233 - correcting screenshot
Modified: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour6.png
===================================================================
(Binary files differ)
Modified: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour7.png
===================================================================
(Binary files differ)
Modified: trunk/jbpm/docs/reference/en/images/guided_tour_jboss_jbpmgpd/guided_tour8.png
===================================================================
(Binary files differ)
17 years, 2 months
JBoss Tools SVN: r5395 - in trunk/seam/docs/reference/en: modules and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: afedosik
Date: 2007-12-20 06:53:19 -0500 (Thu, 20 Dec 2007)
New Revision: 5395
Added:
trunk/seam/docs/reference/en/images/seam_editors/seam_editors4.png
trunk/seam/docs/reference/en/images/seam_editors/seam_editors5.png
Modified:
trunk/seam/docs/reference/en/modules/seam_editors.xml
Log:
http://jira.jboss.com/jira/browse/JBDS-231 Seam 2.0 components.xml editor description added
Added: trunk/seam/docs/reference/en/images/seam_editors/seam_editors4.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_editors/seam_editors4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/seam/docs/reference/en/images/seam_editors/seam_editors5.png
===================================================================
(Binary files differ)
Property changes on: trunk/seam/docs/reference/en/images/seam_editors/seam_editors5.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: trunk/seam/docs/reference/en/modules/seam_editors.xml
===================================================================
--- trunk/seam/docs/reference/en/modules/seam_editors.xml 2007-12-20 01:17:13 UTC (rev 5394)
+++ trunk/seam/docs/reference/en/modules/seam_editors.xml 2007-12-20 11:53:19 UTC (rev 5395)
@@ -11,7 +11,7 @@
<title>Seam Editors Features</title>
- <section>
+ <section id="ContentAssist">
<title>Content Assist</title>
@@ -36,7 +36,7 @@
</section>
- <section>
+ <section id="OpenOn">
<title>OpenOn</title>
<para><property>OpenOn</property> let's you easily navigate through your project without using the Package Explorer or Project Explorer.
@@ -53,7 +53,7 @@
</section>
- <section>
+ <section id="SeamValidation">
<title>Seam Validation</title>
<para>Validation of various possible problematic definitions is implemented for Seam applications.</para>
@@ -87,4 +87,32 @@
on your project which will execute all the active WTP validations.</para>
</section>
+ <section id="ComponentsEditor">
+ <title>Structured components.xml Editor</title>
+
+ <para>When editing <property>components.xml</property> a structured tree editor is available in addition to pure source editing.
+ It has a graphical view (Tree tab) and source (Source tab).</para>
+
+ <figure>
+ <title>component.xml Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors4.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ <para>Notice that <property>components.xml</property> and other xml files can be viewed and edited directly in the Project Explorer and Properties sheet without opening the components.xml editor.</para>
+
+ <figure>
+ <title>component.xml Editor</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/seam_editors/seam_editors5.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ </section>
+
</chapter>
17 years, 2 months