JBoss Tools SVN: r19125 - trunk/bpel/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 19:03:09 -0500 (Tue, 08 Dec 2009)
New Revision: 19125
Modified:
trunk/bpel/releng/build.properties.example.linux
Log:
more tweaks to get bpel to compile
Modified: trunk/bpel/releng/build.properties.example.linux
===================================================================
--- trunk/bpel/releng/build.properties.example.linux 2009-12-09 00:01:27 UTC (rev 19124)
+++ trunk/bpel/releng/build.properties.example.linux 2009-12-09 00:03:09 UTC (rev 19125)
@@ -12,7 +12,7 @@
mainFeatureToBuildID=org.jboss.tools.bpel.sdk.feature
testFeatureToBuildID=org.jboss.tools.bpel.tests.feature
-build.steps=buildUpdate,buildTests,generateDigests,testLocal,publish,cleanup
+build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
# Re-use local sources?
# note: to run tests locally, these plugins must be pre-checked out into the local source folder:
@@ -39,9 +39,11 @@
#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
# use precompiled binaries from latest build as input to this build
-jar:file:/tmp/build/downloads/eclipse-Update-R-3.5.1-200909170800.zip!/,\
+#jar:file:/tmp/build/downloads/eclipse-Update-R-3.5.1-200909170800.zip!/,\
+#http://download.jboss.org/jbosstools/updates/nightly/trunk/,\
+
repositoryURLs=http://download.eclipse.org/releases/galileo/,\
-http://download.jboss.org/jbosstools/updates/nightly/trunk/,\
+jar:file:/tmp/build/downloads/JBossTools-Update-3.1.0.v200912081204N-H34-GA.zip!/,
jar:file:/tmp/build/downloads/GEF-Update-3.5.1.zip!/,\
jar:file:/tmp/build/downloads/dali-buildrepo-R-3.1.1-20090917225226.zip!/,\
jar:file:/tmp/build/downloads/dtp-Updates-1.7-20090908.zip!/,\
@@ -49,7 +51,7 @@
jar:file:/tmp/build/downloads/jst-buildrepo-R-3.1.1-20090917225226.zip!/,\
jar:file:/tmp/build/downloads/wst-buildrepo-R-3.1.1-20090917225226.zip!/
# org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core,
-IUsToInstall=org.eclipse.wst.common.emfworkbench.integration+org.eclipse.wst.xml.core+org.jboss.ide.eclipse.as.wtp.core,org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.jboss.ide.eclipse.as.core+org.jboss.ide.eclipse.archives.webtools+org.jboss.tools.jmx.feature.feature.group,org.eclipse.gmf.runtime.diagram.ui+org.eclipse.emf.compare.match+org.eclipse.emf.compare.diff+org.eclipse.emf.compare.ui
+IUsToInstall=javax.wsdl+org.eclipse.wst.wsdl+org.eclipse.wst.xml_ui.feature.feature.group+org.eclipse.wst.jsdt.feature.feature.group,org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.jboss.ide.eclipse.as.core+org.jboss.ide.eclipse.archives.webtools+org.jboss.tools.jmx.feature.feature.group,org.eclipse.gmf.runtime.diagram.ui+org.eclipse.emf.compare.match+org.eclipse.emf.compare.diff+org.eclipse.emf.compare.ui
flattenDependencies=true
parallelCompilation=true
15 years, 1 month
JBoss Tools SVN: r19124 - trunk/bpel/plugins/org.eclipse.bpel.model.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 19:01:27 -0500 (Tue, 08 Dec 2009)
New Revision: 19124
Modified:
trunk/bpel/plugins/org.eclipse.bpel.model/build.properties
Log:
fix build.props
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/build.properties 2009-12-08 23:59:48 UTC (rev 19123)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/build.properties 2009-12-09 00:01:27 UTC (rev 19124)
@@ -10,16 +10,13 @@
# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
bin.includes = META-INF/,\
- plugin.xml,\
- plugin.properties,\
+ plugin.*,\
.
src.includes = .classpath,\
.cvsignore,\
.project,\
+ build.*,\
+ src/,\
META-INF/,\
- bin/,\
- build.properties,\
- plugin.properties,\
- plugin.xml,\
- src/
+ plugin.*
source.. = src/
15 years, 1 month
JBoss Tools SVN: r19123 - trunk/bpel/plugins/org.eclipse.bpel.model.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 18:59:48 -0500 (Tue, 08 Dec 2009)
New Revision: 19123
Modified:
trunk/bpel/plugins/org.eclipse.bpel.model/build.properties
Log:
remove jars.compile.order (meaningless)
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/build.properties 2009-12-08 23:59:13 UTC (rev 19122)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/build.properties 2009-12-08 23:59:48 UTC (rev 19123)
@@ -22,5 +22,4 @@
plugin.properties,\
plugin.xml,\
src/
-jars.compile.order = .
source.. = src/
15 years, 1 month
JBoss Tools SVN: r19122 - in trunk/bpel/plugins/org.eclipse.bpel.ui: META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 18:59:13 -0500 (Tue, 08 Dec 2009)
New Revision: 19122
Modified:
trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties
Log:
fix manifest and build.props
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2009-12-08 22:27:47 UTC (rev 19121)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2009-12-08 23:59:13 UTC (rev 19122)
@@ -65,5 +65,4 @@
org.eclipse.bpel.ui.util.filedialog,
org.eclipse.bpel.ui.util.marker,
org.eclipse.bpel.ui.wizards
-Bundle-ClassPath: bpel-ui.jar
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties 2009-12-08 22:27:47 UTC (rev 19121)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties 2009-12-08 23:59:13 UTC (rev 19122)
@@ -10,28 +10,31 @@
# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
bin.includes = META-INF/,\
- plugin.xml,\
- templates/,\
+ html/,
icons/,\
- plugin.properties,\
+ monkey/,\
+ schema/,\
schemas/,\
- bin/
+ templates/,\
+ jboss_about.png,\
+ plugin.*,\
+ uiextensionmodel.*,\
+ .
src.includes = .classpath,\
.cvsignore,\
.project,\
.settings/,\
+ build.*,\
+ src/,\
META-INF/,\
- bin/,\
- build.properties,\
+ html/,
icons/,\
- plugin.properties,\
- plugin.xml,\
- src/,\
+ monkey/,\
+ schema/,\
+ schemas/,\
templates/,\
- schemas/,\
- monkey/,\
- uiextensionmodel.genmodel,\
- uiextensionmodel.ecore
-jars.compile.order = bin/
-source.bpel-ui.jar = src/
+ jboss_about.png,\
+ plugin.*,\
+ uiextensionmodel.*
+source.. = src/
15 years, 1 month
JBoss Tools SVN: r19121 - in trunk/documentation/whatsnew/smooks: images and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: bfitzpat
Date: 2009-12-08 17:27:47 -0500 (Tue, 08 Dec 2009)
New Revision: 19121
Added:
trunk/documentation/whatsnew/smooks/images/smookseditor_options_page.png
trunk/documentation/whatsnew/smooks/images/smookseditor_process_page_input_task.png
trunk/documentation/whatsnew/smooks/images/smookseditor_process_page_template_task.png
trunk/documentation/whatsnew/smooks/images/smookseditor_run_configuration.png
trunk/documentation/whatsnew/smooks/images/smookseditor_run_configuration_console.png
trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.CR1.html
Log:
Changes for Smooks CR1 "What's New" document
Added: trunk/documentation/whatsnew/smooks/images/smookseditor_options_page.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/smooks/images/smookseditor_options_page.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/smooks/images/smookseditor_process_page_input_task.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/smooks/images/smookseditor_process_page_input_task.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/smooks/images/smookseditor_process_page_template_task.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/smooks/images/smookseditor_process_page_template_task.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/smooks/images/smookseditor_run_configuration.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/smooks/images/smookseditor_run_configuration.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/smooks/images/smookseditor_run_configuration_console.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/smooks/images/smookseditor_run_configuration_console.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.CR1.html
===================================================================
--- trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.CR1.html (rev 0)
+++ trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.CR1.html 2009-12-08 22:27:47 UTC (rev 19121)
@@ -0,0 +1,93 @@
+<?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>Smooks tools 1.1.0.CR1 What's New</title>
+</head>
+<body>
+<h1>Smooks tools 1.1.0.CR1 What's New</h1>
+
+<p align="right"><a href="../index.html">< Main Index</a></p>
+
+
+<table border="0" cellpadding="10" cellspacing="0" width="80%">
+
+ <tr>
+ <td colspan="2">
+ <hr />
+ <h3>Smooks Configuration Editor</h3>
+ <hr />
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Multiple
+ Page Editor</b></td>
+ <td valign="top">
+ <p>Input tab has been moved into the Process page. To access the Input configuration,
+ select the "Input Task" in the Processing Tasks pane.</p>
+
+ <img src="images/smookseditor_process_page_input_task.png"/>
+
+ <p>The functionality for the Input Task embedded on the Process page is the same as
+ the "Input" page in M4, which in turn inherited many functions from the 'Reader' page.</p>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>New Options Page</b></td>
+ <td valign="top">
+ <p>A new page has been added to handle a couple of options. The Options page displays the
+ Smooks Platform version for your configuration as well as a couple of filter settings:</p>
+ <ul>
+ <li>Stream Filter Type - Determines the type of processing model that will be used. Either SAX or DOM. Please refer to Filtering Process Selection for more information about the processing models. Default is SAX in the editor.</li>
+ <li>Default Serialization is On: Determines if default serialization should be switched on (default "unchecked" in the editor). Default serialization being turned on simply tells Smooks to locate a StreamResult (or DOMResult) in the Result objects provided to the Smooks.filterSource method and to, by default, serialize all events to that Result. This behavior can be turned off using this global configuration parameter and can be overridden on a per fragment basis by targeting a Visitor implementation at that fragment that takes ownership of the Result writer (in the case of SAX filtering), or simply modifies the DOM (in the case of DOM filtering). As an example of this, see the FreeMarkerTemplateProcessor.</li>
+ </ul>
+ <p>For more details about these settings, see the <a href="http://www.smooks.org/mediawiki/index.php?title=V1.3:Smooks_v1.3_User_Gui...">Smooks User Guide online.</a></p>
+
+ <img src="images/smookseditor_options_page.png"/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Apply Templates</b></td>
+ <td valign="top">
+ <p>You now have the ability to apply a FreeMarker template after a Java Mapping task. In CR1,
+ we only have CSV templates working, but there will be more template types in the future.</p>
+ <p>When you add the Apply Template task to the tasks pane, a wizard pops up prompting you to
+ select a template type. Once you've selected it, you can provide details (such as a
+ comma-separated list of fields). When you hit Finish, the template model is added to the canvas
+ and you can drag and drop to create links from the Java Mapping model to the template model.</p>
+ <p>Below is an example of mapping a set of Java classes to a CSV template.</p>
+ <img src="images/smookseditor_process_page_template_task.png"/>
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" align="right"><a name="itemname1" id="itemname1"></a><b>Smooks Run Configuration</b></td>
+ <td valign="top">
+ <p>In addition to being able to create Smooks Configuration files more easily using drag and drop, you
+ now have the ability to test your Smooks configurations from within the Eclipse runtime using Smooks
+ Run Configurations.</p>
+ <p>To create a Smooks Run Configuration, select a Smooks configuration file in the navigator or open
+ one in the Smooks Configuration Editor. Click on the drop-down menu for the Run button in the toolbar,
+ select Run As-> Smooks Run Configuration.</p>
+ <img src="images/smookseditor_run_configuration.png"/>
+ <p>Your new Smooks Run Configuration will test the Smooks configuration and display any results in the
+ Console. If any errors occur, an error dialog will appear with specifics.</p>
+ <img src="images/smookseditor_run_configuration_console.png"/>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <hr />
+ </td>
+ </tr>
+
+</table>
+
+</body>
+
+</html>
+
+
Property changes on: trunk/documentation/whatsnew/smooks/smooks-news-1.1.0.CR1.html
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ text/plain
15 years, 1 month
JBoss Tools SVN: r19120 - in trunk/bpel/plugins: org.eclipse.bpel.apache.ode.deploy.ui/META-INF and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 17:05:11 -0500 (Tue, 08 Dec 2009)
New Revision: 19120
Modified:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF
Log:
fix plugin requirement ranges
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF 2009-12-08 22:04:46 UTC (rev 19119)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF 2009-12-08 22:05:11 UTC (rev 19120)
@@ -11,7 +11,7 @@
org.eclipse.bpel.apache.ode.deploy.model.dd.util
Require-Bundle: org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
org.eclipse.emf.ecore.xmi;bundle-version="[2.4.0,3.0.0)";visibility:=reexport,
- org.eclipse.bpel.model;bundle-version="0.4.0",
+ org.eclipse.bpel.model;bundle-version="[0.4.0,1.0.0)",
org.eclipse.wst.wsdl;bundle-version="[1.1.200,2.0.0)",
org.eclipse.xsd;bundle-version="[2.4.0,3.0.0)",
org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF 2009-12-08 22:04:46 UTC (rev 19119)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF 2009-12-08 22:05:11 UTC (rev 19120)
@@ -11,17 +11,17 @@
org.eclipse.ui.editors;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.3.100,4.0.0)",
- org.eclipse.bpel.apache.ode.deploy.model;bundle-version="0.4.0",
- org.eclipse.bpel.model;bundle-version="0.4.0",
+ org.eclipse.bpel.apache.ode.deploy.model;bundle-version="[0.4.0,1.0.0)",
+ org.eclipse.bpel.model;bundle-version="[0.4.0,1.0.0)",
org.eclipse.wst.wsdl;bundle-version="[1.1.200,2.0.0)",
org.eclipse.xsd;bundle-version="[2.4.0,3.0.0)",
javax.wsdl;bundle-version="[1.5.0,1.6.0)",
org.eclipse.core.databinding;bundle-version="[1.1.0,2.0.0)",
org.eclipse.jface.databinding;bundle-version="[1.2.0,2.0.0)",
org.eclipse.emf.edit.ui;bundle-version="[2.4.0,3.0.0)",
- org.eclipse.bpel.ui;bundle-version="0.4.0",
- org.eclipse.jdt.core;bundle-version="3.5.0",
- org.eclipse.wst.common.modulecore;bundle-version="1.1.300"
+ org.eclipse.bpel.ui;bundle-version="[0.4.0,1.0.0)",
+ org.eclipse.jdt.core;bundle-version="[3.5.0,4.0.0)",
+ org.eclipse.wst.common.modulecore;bundle-version="[1.1.300,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
15 years, 1 month
JBoss Tools SVN: r19119 - in trunk/bpel/plugins: org.eclipse.bpel.model/META-INF and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 17:04:46 -0500 (Tue, 08 Dec 2009)
New Revision: 19119
Modified:
trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF
Log:
fix plugin requirement ranges
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF 2009-12-08 21:44:14 UTC (rev 19118)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF 2009-12-08 22:04:46 UTC (rev 19119)
@@ -11,7 +11,7 @@
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
org.eclipse.gef;bundle-version="[3.4.0,4.0.0)",
org.eclipse.emf.ecore.change;bundle-version="[2.4.0,3.0.0)",
- org.eclipse.bpel.model;bundle-version="0.5.0"
+ org.eclipse.bpel.model;bundle-version="[0.5.0,1.0.0)"
Eclipse-LazyStart: true
Export-Package: org.eclipse.bpel.common.ui,
org.eclipse.bpel.common.ui.assist,
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF 2009-12-08 21:44:14 UTC (rev 19118)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF 2009-12-08 22:04:46 UTC (rev 19119)
@@ -13,7 +13,7 @@
org.eclipse.wst.wsdl;bundle-version="[1.1.200,2.0.0)",
org.apache.xerces;bundle-version="[2.9.0,3.0.0)",
javax.wsdl;bundle-version="[1.5.0,1.6.0)",
- org.eclipse.bpel.common.model;bundle-version="0.5.0"
+ org.eclipse.bpel.common.model;bundle-version="[0.5.0,1.0.0)"
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.bpel.model,
org.eclipse.bpel.model.adapters,
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2009-12-08 21:44:14 UTC (rev 19118)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2009-12-08 22:04:46 UTC (rev 19119)
@@ -15,13 +15,13 @@
org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)",
org.eclipse.gef;bundle-version="[3.4.0,4.0.0)",
org.eclipse.xsd;bundle-version="[2.4.0,3.0.0)",
- org.eclipse.bpel.common.ui;bundle-version="0.5.0",
+ org.eclipse.bpel.common.ui;bundle-version="[0.5.0,1.0.0)",
org.eclipse.wst.wsdl;bundle-version="[1.1.200,2.0.0)",
- org.eclipse.bpel.common.ui;bundle-version="0.5.0",
- org.eclipse.bpel.common.model;bundle-version="0.5.0",
- org.eclipse.bpel.model;bundle-version="0.5.0",
+ org.eclipse.bpel.common.ui;bundle-version="[0.5.0,1.0.0)",
+ org.eclipse.bpel.common.model;bundle-version="[0.5.0,1.0.0)",
+ org.eclipse.bpel.model;bundle-version="[0.5.0,1.0.0)",
org.eclipse.wst.xml.core;bundle-version="[1.1.300,2.0.0)",
- org.eclipse.bpel.wsil.model;bundle-version="0.5.0",
+ org.eclipse.bpel.wsil.model;bundle-version="[0.5.0,1.0.0)",
org.eclipse.wst.sse.ui;bundle-version="[1.1.0,2.0.0)",
org.eclipse.wst.sse.core;bundle-version="[1.1.300,2.0.0)",
javax.wsdl;bundle-version="[1.5.0,1.6.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF 2009-12-08 21:44:14 UTC (rev 19118)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF 2009-12-08 22:04:46 UTC (rev 19119)
@@ -11,12 +11,12 @@
org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.xsd;bundle-version="[2.4.0,3.0.0)",
org.eclipse.wst.wsdl;bundle-version="[1.1.200,2.0.0)",
- org.eclipse.bpel.model;bundle-version="0.4.0",
- org.eclipse.bpel.common.model;bundle-version="0.4.0",
+ org.eclipse.bpel.model;bundle-version="[0.4.0,1.0.0)",
+ org.eclipse.bpel.common.model;bundle-version="[0.4.0,1.0.0)",
org.eclipse.wst.validation;bundle-version="[1.2.0,2.0.0)",
org.eclipse.wst.wsdl.validation;bundle-version="[1.1.301,2.0.0)",
org.eclipse.wst.xml.core;bundle-version="[1.1.300,2.0.0)",
- org.eclipse.bpel.xpath10;bundle-version="0.4.0",
+ org.eclipse.bpel.xpath10;bundle-version="[0.4.0,1.0.0)",
javax.wsdl;bundle-version="[1.5.0,1.6.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
15 years, 1 month
JBoss Tools SVN: r19118 - trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2009-12-08 16:44:14 -0500 (Tue, 08 Dec 2009)
New Revision: 19118
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/messages.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-5211 Same letter shortcut in import dialog
fixed, changed to B&rowse...
but it is a really bad habit to keep localized strings with & somewhere in common, because there is no guarantee it has no conflicts on other pages
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java 2009-12-08 21:43:46 UTC (rev 19117)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/StringButtonFieldEditorEx.java 2009-12-08 21:44:14 UTC (rev 19118)
@@ -64,12 +64,12 @@
// private IAction buttonAction;
public StringButtonFieldEditorEx() {
- this.setChangeButtonText(JFaceResources.getString("openBrowse")); //$NON-NLS-1$
+ this.setChangeButtonText(EditorMessages.getString("StringButtonFieldEditorEx_Browse")); //$NON-NLS-1$
}
public StringButtonFieldEditorEx(IWidgetSettings settings) {
super(settings);
- this.setChangeButtonText(JFaceResources.getString("openBrowse")); //$NON-NLS-1$
+ this.setChangeButtonText(EditorMessages.getString("StringButtonFieldEditorEx_Browse")); //$NON-NLS-1$
}
public Label getLabelControl() {
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/messages.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/messages.properties 2009-12-08 21:43:46 UTC (rev 19117)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/attribute/editor/messages.properties 2009-12-08 21:44:14 UTC (rev 19118)
@@ -20,4 +20,6 @@
JavaHyperlinkLineFieldEditor.CannotOpenJavaSource = Can't open java source. This Project is not Java Project.
# END NON-TRANSLATABLE
-JavaHyperlinkLineFieldEditor.CannotFindSource = Can't find java source.
\ No newline at end of file
+JavaHyperlinkLineFieldEditor.CannotFindSource = Can't find java source.
+
+StringButtonFieldEditorEx_Browse=B&rowse...
\ No newline at end of file
15 years, 1 month
JBoss Tools SVN: r19117 - trunk/bpel/plugins/org.eclipse.bpel.compare.ui/META-INF.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 16:43:46 -0500 (Tue, 08 Dec 2009)
New Revision: 19117
Modified:
trunk/bpel/plugins/org.eclipse.bpel.compare.ui/META-INF/MANIFEST.MF
Log:
fix plugin requirement ranges
Modified: trunk/bpel/plugins/org.eclipse.bpel.compare.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.compare.ui/META-INF/MANIFEST.MF 2009-12-08 21:36:59 UTC (rev 19116)
+++ trunk/bpel/plugins/org.eclipse.bpel.compare.ui/META-INF/MANIFEST.MF 2009-12-08 21:43:46 UTC (rev 19117)
@@ -11,17 +11,17 @@
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.emf.ecore;bundle-version="[2.5.0,3.0.0)",
org.eclipse.emf.compare;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.bpel.ui;bundle-version="0.5.0",
- org.eclipse.bpel.common.ui;bundle-version="0.4.0",
+ org.eclipse.bpel.ui;bundle-version="[0.5.0,1.0.0)",
+ org.eclipse.bpel.common.ui;bundle-version="[0.4.0,1.0.0)",
org.eclipse.gef;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.bpel.model;bundle-version="0.5.0",
+ org.eclipse.bpel.model;bundle-version="[0.5.0,1.0.0)",
org.eclipse.wst.wsdl;bundle-version="[1.1.200,2.0.0)",
javax.wsdl;bundle-version="[1.5.0,1.6.0)",
- org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.1.3",
+ org.eclipse.gmf.runtime.diagram.ui;bundle-version="[1.1.3,2.0.0)",
org.eclipse.emf.compare.match;bundle-version="[1.0.0,2.0.0)",
org.eclipse.emf.compare.diff;bundle-version="[1.0.0,2.0.0)",
- org.eclipse.bpel.common.model;bundle-version="0.5.0",
+ org.eclipse.bpel.common.model;bundle-version="[0.5.0,1.0.0)",
org.eclipse.emf.compare.ui;bundle-version="[1.0.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
15 years, 1 month
JBoss Tools SVN: r19116 - trunk/bpel/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2009-12-08 16:36:59 -0500 (Tue, 08 Dec 2009)
New Revision: 19116
Modified:
trunk/bpel/releng/build.properties.example.linux
Log:
because of compare plugin, add emf.compare and gmf to the mix
Modified: trunk/bpel/releng/build.properties.example.linux
===================================================================
--- trunk/bpel/releng/build.properties.example.linux 2009-12-08 20:26:56 UTC (rev 19115)
+++ trunk/bpel/releng/build.properties.example.linux 2009-12-08 21:36:59 UTC (rev 19116)
@@ -26,22 +26,30 @@
relengCommonBuilderDir=/home/nboldt/eclipse/workspace-jboss/org.eclipse.dash.common.releng
JAVA_HOME=/usr/lib/jvm/java
+JAVA14_HOME=/usr/lib/jvm/java
JAVA50_HOME=/usr/lib/jvm/java
+JAVA60_HOME=/usr/lib/jvm/java
-dependencyURLs=\
-http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
-http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
-http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
-http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
-http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip
-#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
+dependencyURLs=http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk.tar.gz
+#http://repository.jboss.org/eclipse/galileo/GEF-runtime-3.5.1.zip,\
+#http://repository.jboss.org/eclipse/galileo/emf-runtime-2.5.0.zip,\
+#http://repository.jboss.org/eclipse/galileo/xsd-runtime-2.5.0.zip,\
+#http://repository.jboss.org/eclipse/galileo/wtp-R-3.1.1-20090917225226.zip,\
+#http://repository.jboss.org/eclipse/galileo/dtp_1.7.1.zip,
#http://repository.jboss.org/eclipse/galileo/eclipse-SDK-3.5.1-linux-gtk-x86_64.tar.gz
# use precompiled binaries from latest build as input to this build
-repositoryURLs=http://download.jboss.org/jbosstools/updates/nightly/trunk/,\
-http://repository.jboss.org/eclipse/galileo/eclipse-Update-R-3.5.1-200909170800.zip
-#,http://download.eclipse.org/releases/galileo/
-IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.wst.common.emfworkbench.integration+org.eclipse.wst.xml.core+org.jboss.ide.eclipse.as.wtp.core+org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.jboss.ide.eclipse.as.core+org.jboss.ide.eclipse.archives.webtools+org.jboss.tools.jmx.feature.feature.group
+jar:file:/tmp/build/downloads/eclipse-Update-R-3.5.1-200909170800.zip!/,\
+repositoryURLs=http://download.eclipse.org/releases/galileo/,\
+http://download.jboss.org/jbosstools/updates/nightly/trunk/,\
+jar:file:/tmp/build/downloads/GEF-Update-3.5.1.zip!/,\
+jar:file:/tmp/build/downloads/dali-buildrepo-R-3.1.1-20090917225226.zip!/,\
+jar:file:/tmp/build/downloads/dtp-Updates-1.7-20090908.zip!/,\
+jar:file:/tmp/build/downloads/emf-xsd-Update-2.5.0.zip!/,\
+jar:file:/tmp/build/downloads/jst-buildrepo-R-3.1.1-20090917225226.zip!/,\
+jar:file:/tmp/build/downloads/wst-buildrepo-R-3.1.1-20090917225226.zip!/
+# org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core,
+IUsToInstall=org.eclipse.wst.common.emfworkbench.integration+org.eclipse.wst.xml.core+org.jboss.ide.eclipse.as.wtp.core,org.jboss.tools.vpe.resref+org.jboss.tools.jst.web.ui+org.jboss.ide.eclipse.as.core+org.jboss.ide.eclipse.archives.webtools+org.jboss.tools.jmx.feature.feature.group,org.eclipse.gmf.runtime.diagram.ui+org.eclipse.emf.compare.match+org.eclipse.emf.compare.diff+org.eclipse.emf.compare.ui
flattenDependencies=true
parallelCompilation=true
15 years, 1 month