JBoss Tools SVN: r19271 - in trunk/smooks/tests/org.jboss.tools.smooks.templating.test: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2009-12-15 04:37:55 -0500 (Tue, 15 Dec 2009)
New Revision: 19271
Modified:
trunk/smooks/tests/org.jboss.tools.smooks.templating.test/META-INF/MANIFEST.MF
trunk/smooks/tests/org.jboss.tools.smooks.templating.test/build.properties
Log:
JBIDE-5215
Fix a bug
Modified: trunk/smooks/tests/org.jboss.tools.smooks.templating.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.templating.test/META-INF/MANIFEST.MF 2009-12-15 06:39:51 UTC (rev 19270)
+++ trunk/smooks/tests/org.jboss.tools.smooks.templating.test/META-INF/MANIFEST.MF 2009-12-15 09:37:55 UTC (rev 19271)
@@ -3,7 +3,8 @@
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.smooks.templating.test
Bundle-Version: 1.0.0
-Bundle-ClassPath: lib/xmlunit-1.1.jar
+Bundle-ClassPath: lib/xmlunit-1.1.jar,
+ .
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Require-Bundle: org.junit,org.jboss.tools.smooks.templating,org.jboss.tools.smooks.runtime,org.eclipse.emf.common
Modified: trunk/smooks/tests/org.jboss.tools.smooks.templating.test/build.properties
===================================================================
--- trunk/smooks/tests/org.jboss.tools.smooks.templating.test/build.properties 2009-12-15 06:39:51 UTC (rev 19270)
+++ trunk/smooks/tests/org.jboss.tools.smooks.templating.test/build.properties 2009-12-15 09:37:55 UTC (rev 19271)
@@ -2,4 +2,6 @@
bin.includes = META-INF/,\
plugin.properties,\
projects/,\
- lib/xmlunit-1.1.jar
+ lib/xmlunit-1.1.jar,\
+ .
+source.. = src/
15 years, 1 month
JBoss Tools SVN: r19270 - trunk/documentation/whatsnew/esb.
by jbosstools-commits@lists.jboss.org
Author: dennyxu
Date: 2009-12-15 01:39:51 -0500 (Tue, 15 Dec 2009)
New Revision: 19270
Modified:
trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html
Log:
add esb what's new for CR1
Modified: trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html
===================================================================
--- trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html 2009-12-15 04:31:55 UTC (rev 19269)
+++ trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html 2009-12-15 06:39:51 UTC (rev 19270)
@@ -46,7 +46,26 @@
<img src="/images/esb-editor-new-4.7-actions.jpg" alt="" />
</td>
</tr>
+
+ <tr>
+ <td colspan="2">
+
+ <hr/>
+ </td>
+ </tr>
+
+
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b> JBoss Server configuration support for ESB runtime</b></td>
+ <td valign="top">
+ <p>In early ESB tools, hardcode to use "default" configuration as JBoss Server configuration when define a ESB runtime by point to a SOA-P, in the new ESB tools, the user can choose any available configurations, for Server applied ESB runtime in ESB project creation wizard, the configuration will be picked up from JBoss server runtime.</p>
+
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-5108">Related Jira</a></small></p>
+ </td>
+ </tr>
+
</table>
</body>
15 years, 1 month
JBoss Tools SVN: r19269 - in trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks: graphical/editors and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2009-12-14 23:31:55 -0500 (Mon, 14 Dec 2009)
New Revision: 19269
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksReaderFormPage.java
trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/graphical/editors/SmooksGraphicalEditorPart.java
Log:
JBIDE-5215
Fix a bug
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksReaderFormPage.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksReaderFormPage.java 2009-12-15 03:29:41 UTC (rev 19268)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/configuration/editors/SmooksReaderFormPage.java 2009-12-15 04:31:55 UTC (rev 19269)
@@ -1279,6 +1279,7 @@
}
public void validateEnd(List<Diagnostic> diagnosticResult) {
+ if(diagnosticResult == null) return;
Object model = getCurrentReaderModel();
if (model == null)
return;
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/graphical/editors/SmooksGraphicalEditorPart.java
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/graphical/editors/SmooksGraphicalEditorPart.java 2009-12-15 03:29:41 UTC (rev 19268)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/src/org/jboss/tools/smooks/graphical/editors/SmooksGraphicalEditorPart.java 2009-12-15 04:31:55 UTC (rev 19269)
@@ -1182,7 +1182,7 @@
});
} else {
-// graphAnimation.start(figureList);
+ // graphAnimation.start(figureList);
}
}
Iterator<IMoveableModel> it1 = map.keySet().iterator();
@@ -1439,6 +1439,8 @@
}
public void validateEnd(List<Diagnostic> diagnosticResult) {
+ if (diagnosticResult == null)
+ return;
IEditorSite editorSite = this.getEditorSite();
if (editorSite != null) {
if (root == null)
15 years, 1 month
JBoss Tools SVN: r19268 - in trunk/smooks: plugins/org.jboss.tools.smooks.ui and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: DartPeng
Date: 2009-12-14 22:29:41 -0500 (Mon, 14 Dec 2009)
New Revision: 19268
Removed:
trunk/smooks/plugins/org.jboss.tools.smooks.ui/libs/xstream-1.2.2.jar
trunk/smooks/tests/org.jboss.tools.smooks.core.test/lib/dom4j-1.6.1.jar
Modified:
trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF
trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath
trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project
Log:
JBIDE-5464
Remove the useless jar files
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF 2009-12-15 02:07:40 UTC (rev 19267)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.templating/META-INF/MANIFEST.MF 2009-12-15 03:29:41 UTC (rev 19268)
@@ -13,7 +13,28 @@
org.eclipse.xsd,
org.eclipse.emf,
org.eclipse.core.runtime
-Export-Package: org.jboss.tools.smooks.templating,
+Export-Package: com.thoughtworks.xstream,
+ com.thoughtworks.xstream.alias,
+ com.thoughtworks.xstream.annotations,
+ com.thoughtworks.xstream.converters,
+ com.thoughtworks.xstream.converters.basic,
+ com.thoughtworks.xstream.converters.collections,
+ com.thoughtworks.xstream.converters.enums,
+ com.thoughtworks.xstream.converters.extended,
+ com.thoughtworks.xstream.converters.javabean,
+ com.thoughtworks.xstream.converters.reflection,
+ com.thoughtworks.xstream.core,
+ com.thoughtworks.xstream.core.util,
+ com.thoughtworks.xstream.io,
+ com.thoughtworks.xstream.io.binary,
+ com.thoughtworks.xstream.io.copy,
+ com.thoughtworks.xstream.io.json,
+ com.thoughtworks.xstream.io.path,
+ com.thoughtworks.xstream.io.xml,
+ com.thoughtworks.xstream.io.xml.xppdom,
+ com.thoughtworks.xstream.mapper,
+ com.thoughtworks.xstream.persistence,
+ org.jboss.tools.smooks.templating,
org.jboss.tools.smooks.templating.model,
org.jboss.tools.smooks.templating.model.csv,
org.jboss.tools.smooks.templating.model.xml,
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath 2009-12-15 02:07:40 UTC (rev 19267)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/.classpath 2009-12-15 03:29:41 UTC (rev 19268)
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry exported="true" kind="lib" path="libs/xstream-1.2.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="src" path="smooks-csv"/>
- <classpathentry kind="src" path="smooks-core"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project
===================================================================
--- trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project 2009-12-15 02:07:40 UTC (rev 19267)
+++ trunk/smooks/plugins/org.jboss.tools.smooks.ui/.project 2009-12-15 03:29:41 UTC (rev 19268)
@@ -29,12 +29,12 @@
<link>
<name>smooks-core</name>
<type>2</type>
- <location>/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-core/src/main/java</location>
+ <location>D:/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-core/src/main/java</location>
</link>
<link>
<name>smooks-csv</name>
<type>2</type>
- <location>/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-cartridges/csv/src/main/java</location>
+ <location>D:/Users/tfennelly/packs/eclipse/Eclipse.app/Contents/MacOS/D::/Users/tfennelly/milyn/trunk/smooks-cartridges/csv/src/main/java</location>
</link>
</linkedResources>
</projectDescription>
Deleted: trunk/smooks/plugins/org.jboss.tools.smooks.ui/libs/xstream-1.2.2.jar
===================================================================
(Binary files differ)
Deleted: trunk/smooks/tests/org.jboss.tools.smooks.core.test/lib/dom4j-1.6.1.jar
===================================================================
(Binary files differ)
15 years, 1 month
JBoss Tools SVN: r19267 - trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/wizards.
by jbosstools-commits@lists.jboss.org
Author: Grid.Qian
Date: 2009-12-14 21:07:40 -0500 (Mon, 14 Dec 2009)
New Revision: 19267
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/wizards/NewFileWizardPage1.java
Log:
JBIDE-5456: namespace not saved when creating new process
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/wizards/NewFileWizardPage1.java
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/wizards/NewFileWizardPage1.java 2009-12-15 02:04:51 UTC (rev 19266)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/src/org/eclipse/bpel/ui/wizards/NewFileWizardPage1.java 2009-12-15 02:07:40 UTC (rev 19267)
@@ -15,6 +15,8 @@
import java.util.Date;
import java.util.HashMap;
+import java.util.ArrayList;
+import java.util.List;
import java.util.Map;
import org.eclipse.bpel.model.util.BPELConstants;
@@ -73,6 +75,9 @@
private Map<String,Object> mArgs = new HashMap<String,Object> (3);
+ private String[] lastNS;
+ private List<String> temNS;
+
private Listener validateListner = new Listener() {
@@ -134,10 +139,7 @@
* @param parent the parent composite
*/
private final void createProjectGroup(Composite parent)
- {
- // project specification group
- IDialogSettings settings = getWizard().getDialogSettings();
-
+ {
Group projectGroup = new Group(parent, SWT.NONE);
projectGroup.setText(Messages.NewFileWizardPage1_4);
projectGroup.setLayout(new GridLayout());
@@ -175,15 +177,20 @@
data.widthHint = SIZING_TEXT_FIELD_WIDTH;
processNamespaceField.setLayoutData(data);
processNamespaceField.setFont(parent.getFont());
- String lastNamespace = settings.get( LAST_NAMESPACE_KEY );
- if (lastNamespace != null) {
- processNamespaceField.setText( lastNamespace );
- }
// add the namespace values
- processNamespaceField.setItems( BPELUIPlugin.INSTANCE.getTemplates().getNamespaceNames() );
+ processNamespaceField.setItems( getProcessNameSpaces() );
processNamespaceField.addListener(SWT.Modify, validateListner);
+ String lastNamespace = null;
+ if(lastNS != null){
+ if(lastNS.length > 0){
+ lastNamespace = lastNS[0];
+ }
+ }
+ if (lastNamespace != null) {
+ processNamespaceField.setText( lastNamespace );
+ }
// new project type
Label typeLabel = new Label(fields, SWT.NONE);
@@ -241,9 +248,27 @@
}
-
+ private String[] getProcessNameSpaces() {
+ // project specification group
+ IDialogSettings settings = getWizard().getDialogSettings();
+ String ns = settings.get( LAST_NAMESPACE_KEY );
+ ArrayList<String> list = new ArrayList<String>();
+ if(ns != null && !"".equals(ns)) {
+ lastNS = ns.split(";");
+ for(String str : lastNS){
+ list.add(str);
+ }
+ }
+ temNS = new ArrayList<String>();
+ for(String str : BPELUIPlugin.INSTANCE.getTemplates().getNamespaceNames()){
+ temNS.add(str);
+ }
+ list.addAll(temNS);
+ String[] a = new String[(lastNS == null ? 0 : lastNS.length) + temNS.size()];
+ return list.toArray(a);
+ }
- /**
+ /**
* Returns the current project name as entered by the user, or its anticipated
* initial value.
*
@@ -344,7 +369,7 @@
BPELConstants.NAMESPACE_ABSTRACT_2007: BPELConstants.NAMESPACE;
// settings for next time the dialog is used.
- settings.put( LAST_NAMESPACE_KEY , namespace) ;
+ settings.put( LAST_NAMESPACE_KEY , addNSToDefault(namespace)) ;
// Template arguments
mArgs.put("processName", processName ); //$NON-NLS-1$
@@ -356,8 +381,39 @@
return true;
}
-
/**
+ * add the last namespace to the default namespace array
+ *
+ * @param namespace
+ * @return
+ */
+ private String addNSToDefault(String namespace) {
+ StringBuffer ns = new StringBuffer();
+ if(!"".equals(namespace)&& !temNS.contains(namespace)){
+ ns.append(namespace).append(";");;
+ if(lastNS != null){
+ for(int i = 0 ; i<lastNS.length ; i++){
+ if(namespace.equals(lastNS[i])){
+ continue;
+ } else {
+ ns.append(lastNS[i]).append(";");
+ if(i > 8){
+ break;
+ }
+ }
+ }
+ }
+ } else {
+ if(lastNS != null){
+ for(String str : lastNS){
+ ns.append(str).append(";");
+ }
+ }
+ }
+ return ns.toString();
+ }
+
+ /**
* @return true if Option for abstract process is checked
*/
private boolean isAbstractOptionButtonChecked() {
15 years, 1 month
JBoss Tools SVN: r19266 - trunk/bpel/plugins.
by jbosstools-commits@lists.jboss.org
Author: Grid.Qian
Date: 2009-12-14 21:04:51 -0500 (Mon, 14 Dec 2009)
New Revision: 19266
Removed:
trunk/bpel/plugins/org.eclipse.bpel.compare.ui/
Log:
remove the compare.ui plugin
15 years, 1 month
JBoss Tools SVN: r19265 - in trunk/documentation/whatsnew/esb: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: bfitzpat
Date: 2009-12-14 19:16:32 -0500 (Mon, 14 Dec 2009)
New Revision: 19265
Added:
trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html
trunk/documentation/whatsnew/esb/images/
trunk/documentation/whatsnew/esb/images/esb-editor-linking-smooks.jpg
trunk/documentation/whatsnew/esb/images/esb-editor-new-4.7-actions.jpg
Log:
Adding new What's New for ESB Editor in CR1
Added: trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html
===================================================================
--- trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html (rev 0)
+++ trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html 2009-12-15 00:16:32 UTC (rev 19265)
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Language" content="en-us" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<link rel="stylesheet" href="../whatsnew.css"/>
+<title>ESB tools 1.1.0.CR1 What's New</title>
+</head>
+<body>
+<h1>ESB tools 1.1.0.CR1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a> <a href="../smooks/smooks-news-1.1.0.M4.html">Smooks Tools ></a></p>
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Editors</h3>
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>Inter-editor Linking</b></td>
+ <td valign="top">
+ <p>When editing ESB actions with links to other types of files (Groovy, Smooks, etc.), a new link appears to launch the editor associated with that type of file. Simply click the link and the appropriate editor should launch if the file is accessible.</p>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-5191">Related Jira</a></small></p>
+ <img src="/images/esb-editor-linking-smooks.jpg" alt="" />
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ </td>
+ </tr>
+
+ <tr>
+ <td valign="top" align="right"><a name="itemname3" id="itemname3"></a><b>New Actions Available for ESB 4.7</b></td>
+ <td valign="top">
+ <p>New actions are available to support ESB 4.7. New actions (XsltAction, PersistAction, BpmProcessor, ScriptingAction), new processors (EJBProcessor), new routers (HttpRouter, JMSRouter, EmailRouter), and more -- SyncServiceInvoker, EmailWiretap, Wise SOAP Client, SOAPProxy, and SchemaValidationAction, as well as changes to existing components.</p>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-5199">Related Jira</a></small></p>
+ <img src="/images/esb-editor-new-4.7-actions.jpg" alt="" />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/esb/esb-news-1.1.0.CR1b.html
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ text/plain
Added: trunk/documentation/whatsnew/esb/images/esb-editor-linking-smooks.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/esb/images/esb-editor-linking-smooks.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/esb/images/esb-editor-new-4.7-actions.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/esb/images/esb-editor-new-4.7-actions.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 1 month
JBoss Tools SVN: r19264 - in trunk/documentation/whatsnew/as: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2009-12-14 18:08:26 -0500 (Mon, 14 Dec 2009)
New Revision: 19264
Added:
trunk/documentation/whatsnew/as/images/add_fileset_reference.png
trunk/documentation/whatsnew/as/images/change_server_main_class.jpg
trunk/documentation/whatsnew/as/images/ssh_deployment_3.1.m4.png
Modified:
trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html
Log:
n&n
Modified: trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html
===================================================================
--- trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html 2009-12-14 22:07:57 UTC (rev 19263)
+++ trunk/documentation/whatsnew/as/as-news-3.1.0.M4.html 2009-12-14 23:08:26 UTC (rev 19264)
@@ -9,7 +9,7 @@
<h1>JBoss AS Tools 3.1.0.M4 - New and Noteworthy</h1>
- <p align="right"><a href="../index.html">< Main Index</a> <a href="../hibernate/hibernate-news-3.3.0.M3.html">Hibernate Tools ></a></p>
+ <p align="right"><a href="../index.html">< Main Index</a> <a href="../as/as-news-3.1.0.M3.html">AS Tools ></a></p>
<table border="0" cellpadding="10" cellspacing="0" width="80%">
@@ -41,9 +41,65 @@
<tr>
<td colspan="2">
<hr/>
+ <h3>JBoss Servers View Deprecated</h3>
+ <p> The JBoss Servers View has been deprecated, as the WTP server's view
+ is now able to be extended and added to. The JB Servers View will
+ remain until we are absolutely certain there are no overlooked
+ use cases.</p>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-5122">Related jira</a></small></p>
</td>
</tr>
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>SSH Deployment Type Server</h3>
+ <p> A new server type has been created. It's job is to deploy to
+ remote servers via SSH. Currently it lacks a wizard, and so
+ all options must be filled in via the server editor.
+ The host is set on the first page, and the credentials
+ are located on the deployment page.</p
+ <p><img src="../images/ssh_deployment_3.1.m4.png"/></p>>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-5048">Related
+ jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Change Server Main Class</h3>
+ <p>Servers may now change their main class without failing to start. </p>
+ <p><img src="../images/change_server_main_class.jpg"/></p>>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-5153">Related
+ jira</a></small></p>
+ </td>
+ </tr>
+
+ <tr>
+ <td colspan="2">
+ <hr/>
+ <h3>Filesets for Webtools Projects Deployment</h3>
+ <p>Some code has been added to allow for webtoosl projects to have a
+ fileset, which may exclude or include files based on some patterns.
+ These filesets, however, will only work for ESB / BPEL projects,
+ and will not be functional at all inside WTP's EAR / WEB / etc
+ project types until WTP 3.2 is released.</p>
+ <p>They are accessed via the Module Assembly page, by
+ right-clicking on an ESB / etc project and going to the
+ Module Assembly section, then adding a Fileset-type reference. </p>
+
+ <p><img src="../images/add_fileset_reference.png"/></p>>
+ <p><small><a href="https://jira.jboss.org/jira/browse/JBIDE-4955">Related
+ jira</a></small></p>
+ </td>
+ </tr>
+
+
+
+
+
+
</table>
</body>
Added: trunk/documentation/whatsnew/as/images/add_fileset_reference.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/as/images/add_fileset_reference.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/as/images/change_server_main_class.jpg
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/as/images/change_server_main_class.jpg
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/as/images/ssh_deployment_3.1.m4.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/as/images/ssh_deployment_3.1.m4.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 1 month
JBoss Tools SVN: r19263 - trunk/bpel/features/org.jboss.tools.bpel.feature.
by jbosstools-commits@lists.jboss.org
Author: bfitzpat
Date: 2009-12-14 17:07:57 -0500 (Mon, 14 Dec 2009)
New Revision: 19263
Modified:
trunk/bpel/features/org.jboss.tools.bpel.feature/feature.xml
Log:
Fixing another feature issue for the build - correcting the feature.xml based on feedback from Snjezana
Modified: trunk/bpel/features/org.jboss.tools.bpel.feature/feature.xml
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.feature/feature.xml 2009-12-14 20:22:50 UTC (rev 19262)
+++ trunk/bpel/features/org.jboss.tools.bpel.feature/feature.xml 2009-12-14 22:07:57 UTC (rev 19263)
@@ -40,11 +40,9 @@
<import plugin="org.eclipse.jdt.core" version="3.5.0" match="compatible"/>
<import plugin="org.eclipse.wst.common.modulecore" version="1.1.300" match="compatible"/>
<import plugin="org.eclipse.emf.ecore.change" version="2.4.0" match="compatible"/>
- <import plugin="org.eclipse.bpel.model" version="0.4.0" match="compatible"/>
<import plugin="org.apache.xerces" version="2.9.0" match="compatible"/>
<import plugin="org.eclipse.ui.views.properties.tabbed" version="3.4.0" match="compatible"/>
<import plugin="org.eclipse.ui.workbench.texteditor" version="3.4.0" match="compatible"/>
- <import plugin="org.eclipse.bpel.common.ui" version="0.5.0" match="compatible"/>
<import plugin="org.eclipse.wst.xml.core" version="1.1.300" match="compatible"/>
<import plugin="org.eclipse.wst.sse.ui" version="1.1.0" match="compatible"/>
<import plugin="org.eclipse.wst.sse.core" version="1.1.300" match="compatible"/>
@@ -53,7 +51,6 @@
<import plugin="org.eclipse.wst.xml.ui" version="1.0.400" match="compatible"/>
<import plugin="org.eclipse.wst.validation" version="1.2.0" match="compatible"/>
<import plugin="org.eclipse.wst.wsdl.validation" version="1.1.301" match="compatible"/>
- <import plugin="org.eclipse.bpel.xpath10" version="0.4.0" match="compatible"/>
<import plugin="org.eclipse.ui.cheatsheets"/>
<import plugin="org.eclipse.wst.server.core"/>
<import plugin="org.eclipse.wst.web.ui"/>
@@ -68,14 +65,8 @@
<import plugin="org.jboss.ide.eclipse.as.wtp.core"/>
<import plugin="org.eclipse.wst.web"/>
<import plugin="org.eclipse.ui.navigator"/>
- <import plugin="org.eclipse.bpel.model" version="0.0.0"/>
<import plugin="org.eclipse.ui" version="3.4.0" match="compatible"/>
- <import plugin="org.eclipse.bpel.apache.ode.deploy.model" version="0.0.0"/>
- <import plugin="org.eclipse.bpel.ui" version="0.0.0"/>
<import plugin="org.eclipse.gef" version="3.4.0" match="compatible"/>
- <import plugin="org.eclipse.bpel.common.model" version="0.0.0"/>
- <import plugin="org.eclipse.bpel.common.ui" version="0.0.0"/>
- <import plugin="org.eclipse.bpel.wsil.model" version="0.0.0"/>
</requires>
<plugin
15 years, 1 month
JBoss Tools SVN: r19262 - branches/jbosstools-3.1.0.RC1/vpe/features/org.jboss.tools.xulrunner.feature.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-12-14 15:22:50 -0500 (Mon, 14 Dec 2009)
New Revision: 19262
Modified:
branches/jbosstools-3.1.0.RC1/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-5419 Provide xulrunner eclipse bundle for Mac OSX cocoa x86
XULRunner-macosx-cocoa-x86 bundle added in XULRUnner feature
Modified: branches/jbosstools-3.1.0.RC1/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml
===================================================================
--- branches/jbosstools-3.1.0.RC1/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml 2009-12-14 18:46:03 UTC (rev 19261)
+++ branches/jbosstools-3.1.0.RC1/vpe/features/org.jboss.tools.xulrunner.feature/feature.xml 2009-12-14 20:22:50 UTC (rev 19262)
@@ -36,7 +36,14 @@
download-size="0"
install-size="0"
version="0.0.0"/>
-
+ <plugin
+ id="org.mozilla.xulrunner.cocoa.macosx"
+ os="macosx"
+ ws="cocoa"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
<plugin
id="org.mozilla.xulrunner.gtk.linux.x86"
os="linux"
15 years, 1 month