JBoss Tools SVN: r41122 - trunk/bpel/tests.
by jbosstools-commits@lists.jboss.org
Author: apodhrad
Date: 2012-05-17 12:24:06 -0400 (Thu, 17 May 2012)
New Revision: 41122
Removed:
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test.lib/
Modified:
trunk/bpel/tests/pom.xml
Log:
Bpel bot tests: org.jboss.tools.bpel.ui.bot.test.lib deleted because the library xmlunit was embed into bot test plugin
Modified: trunk/bpel/tests/pom.xml
===================================================================
--- trunk/bpel/tests/pom.xml 2012-05-17 16:11:52 UTC (rev 41121)
+++ trunk/bpel/tests/pom.xml 2012-05-17 16:24:06 UTC (rev 41122)
@@ -14,7 +14,6 @@
<modules>
<module>org.jboss.tools.bpel.ui.test</module>
<module>org.jboss.tools.bpel.ui.bot.test</module>
- <module>org.jboss.tools.bpel.ui.bot.test.lib</module>
</modules>
</project>
12 years, 8 months
JBoss Tools SVN: r41121 - in trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test: META-INF and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: apodhrad
Date: 2012-05-17 12:11:52 -0400 (Thu, 17 May 2012)
New Revision: 41121
Added:
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/lib/
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/lib/xmlunit-1.3.jar
Modified:
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/.classpath
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/META-INF/MANIFEST.MF
trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/build.properties
Log:
BPEL bot tests: the library xmlunit embed into the bot test plugin
Modified: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/.classpath
===================================================================
--- trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/.classpath 2012-05-17 15:57:37 UTC (rev 41120)
+++ trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/.classpath 2012-05-17 16:11:52 UTC (rev 41121)
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry exported="true" kind="lib" path="lib/xmlunit-1.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
Modified: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/META-INF/MANIFEST.MF 2012-05-17 15:57:37 UTC (rev 41120)
+++ trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/META-INF/MANIFEST.MF 2012-05-17 16:11:52 UTC (rev 41121)
@@ -17,9 +17,10 @@
org.eclipse.wst.wsdl;bundle-version="1.2.103",
org.eclipse.emf.ecore;bundle-version="2.6.1",
org.jboss.tools.ui.bot.ext;bundle-version="3.2.0",
- org.eclipse.swtbot.eclipse.gef.finder;bundle-version="2.0.3",
- org.custommonkey.xmlunit;bundle-version="1.0.0"
+ org.eclipse.swtbot.eclipse.gef.finder;bundle-version="2.0.3"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-Vendor: JBoss by Red Hat
Import-Package: org.eclipse.ui.internal.views.properties.tabbed.view
+Bundle-ClassPath: lib/xmlunit-1.3.jar,
+ .
Modified: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/build.properties
===================================================================
--- trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/build.properties 2012-05-17 15:57:37 UTC (rev 41120)
+++ trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/build.properties 2012-05-17 16:11:52 UTC (rev 41121)
@@ -2,8 +2,10 @@
bin.includes = .,\
META-INF/,\
projects/,\
- test_project.zip
+ test_project.zip,\
+ lib/xmlunit-1.3.jar
source.. = src/
src.includes = META-INF/,\
- .,\
+ .,\
build.properties
+jars.extra.classpath = lib/xmlunit-1.3.jar
Added: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/lib/xmlunit-1.3.jar
===================================================================
(Binary files differ)
Property changes on: trunk/bpel/tests/org.jboss.tools.bpel.ui.bot.test/lib/xmlunit-1.3.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
12 years, 8 months
JBoss Tools SVN: r41120 - trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2012-05-17 11:57:37 -0400 (Thu, 17 May 2012)
New Revision: 41120
Modified:
trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java
Log:
JBIDE-11905 - ConfigureRepositoriesWizard was incorrectly adding the repository element to the pluginRepositories element
Modified: trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java
===================================================================
--- trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java 2012-05-17 14:58:38 UTC (rev 41119)
+++ trunk/maven/plugins/org.jboss.tools.maven.ui/src/org/jboss/tools/maven/ui/wizard/ConfigureMavenRepositoriesWizardPage.java 2012-05-17 15:57:37 UTC (rev 41120)
@@ -142,6 +142,8 @@
private static final String PLUGIN_REPOSITORIES_ELEMENT = "pluginRepositories"; //$NON-NLS-1$
+ private static final String PLUGIN_REPOSITORY_ELEMENT = "pluginRepository"; //$NON-NLS-1$
+
private static final String REPOSITORIES_ELEMENT = "repositories"; //$NON-NLS-1$
private static final String ACTIVE_BY_DEFAULT_ELEMENT = "activeByDefault"; //$NON-NLS-1$
@@ -618,13 +620,18 @@
}
protected void addRepository(RepositoryWrapper wrapper) {
- addRepository(wrapper, repositoriesElement);
- addRepository(wrapper, pluginRepositoriesElement);
+ addRepository(wrapper, repositoriesElement, false);
+ addRepository(wrapper, pluginRepositoriesElement, true);
}
- private void addRepository(RepositoryWrapper wrapper, Element repos) {
- Element repository = document.createElement(REPOSITORY_ELEMENT);
+ private void addRepository(RepositoryWrapper wrapper, Element repos, boolean isPluginRepository) {
+ Element repository;
+ if (isPluginRepository) {
+ repository = document.createElement(PLUGIN_REPOSITORY_ELEMENT);
+ } else {
+ repository = document.createElement(REPOSITORY_ELEMENT);
+ }
repos.appendChild(repository);
addElement(repository, ID_ELEMENT, wrapper.getRepository().getId());
addElement(repository, NAME_ELEMENT, wrapper.getRepository().getName());
@@ -658,17 +665,23 @@
protected void removeRepository(RepositoryWrapper wrapper) {
String url = wrapper.getRepository().getUrl();
- removeRepository(url, repositoriesElement);
- removeRepository(url, pluginRepositoriesElement);
+ removeRepository(url, repositoriesElement, false);
+ removeRepository(url, pluginRepositoriesElement, true);
}
- protected void removeRepository(String url, Element repos) {
+ protected void removeRepository(String url, Element repos, boolean isPluginRepository) {
NodeList repositoryNodeList = repos.getChildNodes();
int len = repositoryNodeList.getLength();
+ String name;
+ if (isPluginRepository) {
+ name = PLUGIN_REPOSITORY_ELEMENT;
+ } else {
+ name = REPOSITORY_ELEMENT;
+ }
Node repository = null;
for (int i = 0; i < len; i++) {
Node node = repositoryNodeList.item(i);
- if (node.getNodeType() == Node.ELEMENT_NODE && REPOSITORY_ELEMENT.equals(node.getNodeName())) {
+ if (node.getNodeType() == Node.ELEMENT_NODE && name.equals(node.getNodeName())) {
String urlNode = getRepositoryUrl(node);
if (urlNode != null && urlNode.equals(url)) {
repository = node;
12 years, 8 months
JBoss Tools SVN: r41119 - trunk/build/aggregate.
by jbosstools-commits@lists.jboss.org
Author: dpalmer
Date: 2012-05-17 10:58:38 -0400 (Thu, 17 May 2012)
New Revision: 41119
Modified:
trunk/build/aggregate/build.xml
Log:
[JBIDE-11720] Adjusted regex to match the soatools job names as well as the jbosstools names
Modified: trunk/build/aggregate/build.xml
===================================================================
--- trunk/build/aggregate/build.xml 2012-05-17 14:47:19 UTC (rev 41118)
+++ trunk/build/aggregate/build.xml 2012-05-17 14:58:38 UTC (rev 41119)
@@ -525,10 +525,10 @@
<isset property="BUILD_ALIAS" />
</and>
<then>
- <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="jbosstools-([0-9.]+)(_stable_branch|_trunk)(.*).aggregate" replace=": ${JBT_VERSION}.${BUILD_TS}-H${BUILD_NUMBER}-${BUILD_ALIAS}\3" />
+ <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="(jboss|soa)tools-([0-9.]+)(_stable_branch|_trunk)(.*).aggregate" replace=": ${JBT_VERSION}.${BUILD_TS}-H${BUILD_NUMBER}-${BUILD_ALIAS}\3" />
</then>
<else>
- <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="jbosstools-([0-9.]+)(_stable_branch|_trunk)(.*).aggregate" replace=": \1.${BUILD_TS}-H${BUILD_NUMBER}\2\3" />
+ <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="(jboss|soa)tools-([0-9.]+)(_stable_branch|_trunk)(.*).aggregate" replace=": \1.${BUILD_TS}-H${BUILD_NUMBER}\2\3" />
</else>
</if>
</then>
12 years, 8 months
JBoss Tools SVN: r41118 - in trunk/esb/tests/org.jboss.tools.esb.ui.bot.test: .settings and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: ldimaggio
Date: 2012-05-17 10:47:19 -0400 (Thu, 17 May 2012)
New Revision: 41118
Modified:
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties
Log:
Updated org.jboss.tools.esb.ui.bot.test/requirements.properties to reference soap - see: https://issues.jboss.org/browse/JBDS-2003
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath 2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.classpath 2012-05-17 14:47:19 UTC (rev 41118)
@@ -1,8 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <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="resources"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/org.jboss.tools.ui.bot.ext"/>
+ <classpathentry kind="lib" path="/jboss/local/hamcrest/hamcrest-all-1.3.0RC2.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
+ <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
+ <attributes>
+ <attribute name="owner.project.facets" value="java"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project 2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.project 2012-05-17 14:47:19 UTC (rev 41118)
@@ -6,6 +6,11 @@
</projects>
<buildSpec>
<buildCommand>
+ <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
@@ -25,10 +30,18 @@
<arguments>
</arguments>
</buildCommand>
+ <buildCommand>
+ <name>org.eclipse.wst.validation.validationbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
</buildSpec>
<natures>
+ <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+ <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs 2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/.settings/org.eclipse.jdt.core.prefs 2012-05-17 14:47:19 UTC (rev 41118)
@@ -1,8 +1,11 @@
-#Mon Aug 31 15:12:26 CEST 2009
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
-org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.source=1.6
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch 2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/esb.ui.bot.tests.launch 2012-05-17 14:47:19 UTC (rev 41118)
@@ -26,9 +26,6 @@
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
-<mapAttribute key="org.eclipse.debug.core.environmentVariables">
-<mapEntry key="DISPLAY" value=":1"/>
-</mapAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
@@ -40,7 +37,7 @@
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=1.5 -XX:MaxPermSize=256m -Xms40m -Xmx512m -Dswtbot.test.properties.file=${env_var:HOME}/swtbot.properties -Dusage_reporting_enabled=false"/>
<stringAttribute key="pde.version" value="3.3"/>
-<stringAttribute key="product" value="org.eclipse.platform.ide"/>
+<stringAttribute key="product" value="com.jboss.jbds.product.product"/>
<booleanAttribute key="show_selected_only" value="false"/>
<stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
<booleanAttribute key="tracing" value="false"/>
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties 2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/org.jboss.tools.esb.ui.bot.test.properties 2012-05-17 14:47:19 UTC (rev 41118)
@@ -1 +1,3 @@
-ESB=4.7,${jbosstools.test.jbossesb.home}
+ESB=4.11,${jbosstools.test.jbossesb.home}
+#SERVER=SOA,5.2,default,/jboss/local/redhat_svn/jbds/jbosstools/requirements/target/jboss-soa-p-5/jboss-as
+SERVER=SOA,5.3,default,${jbosstools.test.jbosssoa.home}
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml 2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/pom.xml 2012-05-17 14:47:19 UTC (rev 41118)
@@ -12,9 +12,10 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <jbosstools.test.jbossesb.home>${requirement.build.root}/jbossesb-4.7</jbosstools.test.jbossesb.home>
+ <jbosstools.test.jbossesb.home>${requirement.build.root}/jbossesb-4.11</jbosstools.test.jbossesb.home>
+ <jbosstools.test.jbosssoa.home>${requirement.build.root}/jboss-soa-p-5.3/jboss-soa-p-5/jboss-as</jbosstools.test.jbosssoa.home>
<swtbot.test.properties.file>./org.jboss.tools.esb.ui.bot.test.properties</swtbot.test.properties.file>
- <systemProperties>-Djbosstools.test.jbossesb.home=${jbosstools.test.jbossesb.home} -Dswtbot.test.properties.file=${swtbot.test.properties.file}
+ <systemProperties>-Djbosstools.test.jbossesb.home=${jbosstools.test.jbossesb.home} -Djbosstools.test.jbosssoa.home=${jbosstools.test.jbosssoa.home} -Dswtbot.test.properties.file=${swtbot.test.properties.file}
</systemProperties>
</properties>
Modified: trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties 2012-05-17 14:10:00 UTC (rev 41117)
+++ trunk/esb/tests/org.jboss.tools.esb.ui.bot.test/requirements.properties 2012-05-17 14:47:19 UTC (rev 41118)
@@ -1 +1 @@
-requirements=jbossesb
+requirements=jbossesb,soap
12 years, 8 months
JBoss Tools SVN: r41117 - trunk/documentation/whatsnew/maven.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2012-05-17 10:10:00 -0400 (Thu, 17 May 2012)
New Revision: 41117
Modified:
trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html
Log:
JBIDE-11761 - Maven Integration in JBT 3.3.0 Beta 3 N&N
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html 2012-05-17 14:09:51 UTC (rev 41116)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html 2012-05-17 14:10:00 UTC (rev 41117)
@@ -90,12 +90,13 @@
<tr>
<td valign="top" align="left">
- <a name="itemname3" id="itemname3"></a><b>Automatic Source Lookup plugin</b></td>
+ <a name="itemname3" id="itemname3"></a><b>JBoss Source Lookup</b></td>
<td valign="top">
- <p>TODO Snjeza</p>
+ <p>See <a href="https://community.jboss.org/en/tools/blog/2012/01/24/jboss-source-lookup">JBoss Source Lookup</a> for more details.
+ </p>
<p>
<small>
- See <a href="https://issues.jboss.org/browse/JBIDE-9688">JBIDE-9688</a> for more details.
+ Related <a href="https://issues.jboss.org/browse/JBIDE-9309">jira</a>.
</small>
</p>
</td>
12 years, 8 months
JBoss Tools SVN: r41116 - trunk/bpel/tests.
by jbosstools-commits@lists.jboss.org
Author: dpalmer
Date: 2012-05-17 10:09:51 -0400 (Thu, 17 May 2012)
New Revision: 41116
Modified:
trunk/bpel/tests/pom.xml
Log:
[JBIDE-11902] Added module for building lib
Modified: trunk/bpel/tests/pom.xml
===================================================================
--- trunk/bpel/tests/pom.xml 2012-05-17 13:53:53 UTC (rev 41115)
+++ trunk/bpel/tests/pom.xml 2012-05-17 14:09:51 UTC (rev 41116)
@@ -14,6 +14,7 @@
<modules>
<module>org.jboss.tools.bpel.ui.test</module>
<module>org.jboss.tools.bpel.ui.bot.test</module>
+ <module>org.jboss.tools.bpel.ui.bot.test.lib</module>
</modules>
</project>
12 years, 8 months
JBoss Tools SVN: r41115 - in trunk: download.jboss.org/jbosstools/builds/cascade and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-17 09:53:53 -0400 (Thu, 17 May 2012)
New Revision: 41115
Modified:
trunk/build/pom-soa-tooling.xml
trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
Log:
runtime-soa build requires esb, flow, jbpm, and drools (binary upstream)
Modified: trunk/build/pom-soa-tooling.xml
===================================================================
--- trunk/build/pom-soa-tooling.xml 2012-05-17 13:53:47 UTC (rev 41114)
+++ trunk/build/pom-soa-tooling.xml 2012-05-17 13:53:53 UTC (rev 41115)
@@ -160,6 +160,10 @@
<module>../seam</module>
<module>../usage</module>
<module>../runtime</module>
+ <module>../esb</module>
+ <module>../flow</module>
+ <module>../jbpm</module>
+ <!-- also needs drools but that's only available as binary upstream so be sure to build it first and resolve from composite staging site -->
<module>../runtime-soa</module>
</modules>
</profile>
Modified: trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt
===================================================================
--- trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2012-05-17 13:53:47 UTC (rev 41114)
+++ trunk/download.jboss.org/jbosstools/builds/cascade/swimlanes.txt 2012-05-17 13:53:53 UTC (rev 41115)
@@ -1,4 +1,4 @@
-Revised swimlanes, as implemented in 3.2_stable_branch, 3.3_stable_branch and 3.3_trunk jobs, 2012/05/08
+Revised swimlanes, as implemented in 3.2_stable_branch, 3.3_stable_branch and 3.3_trunk jobs, 2012/05/17
See also https://svn.jboss.org/repos/jbosstools/trunk/build/ -> pom*.xml
@@ -58,7 +58,7 @@
bpel -> as, archives, jmx, common, tests
esb -> as, jst, common, tests
jbpm -> flow, common -> tests
-runtime-soa -> runtime
+runtime-soa -> runtime, jbpm, flow, esb, as (also needs drools as binary upstream; resolve from staging composite site)
teiid, modeshape -> tests
(also includes SwitchYard, Drools, Savara)
12 years, 8 months
JBoss Tools SVN: r41114 - trunk/build/target-platform.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-17 09:53:47 -0400 (Thu, 17 May 2012)
New Revision: 41114
Modified:
trunk/build/target-platform/contentXml2artifactVersions.xsl
Log:
JBIDE-11814 ensure that largest IU version found is the one added to the TP when regenerating with contentXml2artifactVersions.xsl
Modified: trunk/build/target-platform/contentXml2artifactVersions.xsl
===================================================================
--- trunk/build/target-platform/contentXml2artifactVersions.xsl 2012-05-17 13:49:07 UTC (rev 41113)
+++ trunk/build/target-platform/contentXml2artifactVersions.xsl 2012-05-17 13:53:47 UTC (rev 41114)
@@ -8,7 +8,12 @@
<xsl:template match="repository">
<xsl:apply-templates select="//unit" />
</xsl:template>
-<xsl:template match="//unit"><xsl:for-each select="."><xsl:sort select="@version" order="descending" case-order="lower-first" data-type="qname"/><xsl:value-of select="@id" />.version=<xsl:value-of select="@version" />
+<xsl:template match="/"><xsl:for-each select="//unit">
+<xsl:sort select="@id" order="ascending" case-order="lower-first"/><xsl:sort select="@version" order="descending" case-order="lower-first" data-type="qname"/><xsl:value-of select="@id" />.version=<xsl:value-of select="@version" />
+<xsl:variable name="thisID" select="@id"/>
+<xsl:if test="count(//unit[@id = $thisID]) > 1">
+# Warning: <xsl:value-of select="count(//unit[@id = $thisID])"/> versions found for <xsl:value-of select="@id" />:<xsl:for-each select="//unit[@id = $thisID]"><xsl:sort select="@id" order="ascending" case-order="lower-first"/><xsl:sort select="@version" order="descending" case-order="lower-first" data-type="qname"/>
+# <xsl:value-of select="@id" />.version=<xsl:value-of select="@version" /></xsl:for-each></xsl:if>
#
</xsl:for-each></xsl:template>
</xsl:stylesheet>
12 years, 8 months
JBoss Tools SVN: r41113 - trunk/drools.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-17 09:49:07 -0400 (Thu, 17 May 2012)
New Revision: 41113
Removed:
trunk/drools/features/
Log:
remove empty folder
12 years, 8 months