JBoss Tools SVN: r21225 - branches/modular_build/jsf/features/org.jboss.tools.richfaces.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-01 17:18:45 -0400 (Thu, 01 Apr 2010)
New Revision: 21225
Modified:
branches/modular_build/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
Log:
JBDS-486 bump up version to 3.1.0; Missing requirement: org.jboss.tools.cdi.feature.feature.group 1.0.0.qualifier requires 'org.jboss.tools.richfaces.feature.feature.group 3.1.0'
Modified: branches/modular_build/jsf/features/org.jboss.tools.richfaces.feature/feature.xml
===================================================================
--- branches/modular_build/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2010-04-01 20:07:49 UTC (rev 21224)
+++ branches/modular_build/jsf/features/org.jboss.tools.richfaces.feature/feature.xml 2010-04-01 21:18:45 UTC (rev 21225)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.richfaces.feature"
label="%featureName"
- version="2.0.0"
+ version="3.1.0"
provider-name="%providerName"
plugin="org.jboss.tools.vpe">
14 years, 9 months
JBoss Tools SVN: r21223 - in branches/modular_build/jbpm/features: org.jboss.tools.jbpm3.tests.feature and 3 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-01 15:54:19 -0400 (Thu, 01 Apr 2010)
New Revision: 21223
Added:
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/.project
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/build.properties
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/.project
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/build.properties
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.xml
Modified:
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties
branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.xml
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties
branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml
Log:
JBDS-486 reorg jBPM test features
Modified: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties 2010-04-01 19:53:49 UTC (rev 21222)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.properties 2010-04-01 19:54:19 UTC (rev 21223)
@@ -1,4 +1,3 @@
-# properties file for org.jboss.tools.jmx.*.test*
featureName=jBPM 3 Tests
featureProvider=JBoss by Red Hat
@@ -21,4 +20,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.xml 2010-04-01 19:53:49 UTC (rev 21222)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.feature/feature.xml 2010-04-01 19:54:19 UTC (rev 21223)
@@ -18,19 +18,6 @@
</license>
<plugin
- id="org.eclipse.ant.optional.junit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
id="org.jboss.tools.jbpm.common.test"
download-size="0"
install-size="0"
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/.project
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/.project (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/.project 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jbpm3.tests.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/build.properties
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/build.properties (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/build.properties 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+ feature.properties
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,23 @@
+featureName=jBPM 3 Tests SDK
+featureProvider=JBoss by Red Hat
+
+# "description" property - description of the feature
+description="This feature provides the tests for the tools that are provided for the jBPM 3 runtime, including sources."
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+license=Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.xml (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.xml 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jbpm3.tests.sdk.feature"
+ label="%featureName"
+ version="3.2.0.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <includes
+ id="org.jboss.tools.jbpm3.tests.feature"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.ant.optional.junit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Modified: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties 2010-04-01 19:53:49 UTC (rev 21222)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/build.properties 2010-04-01 19:54:19 UTC (rev 21223)
@@ -1,7 +1,3 @@
bin.includes = feature.xml,\
feature.properties
-generate.plugin(a)org.jboss.tools.jbpm.common.test.source=org.jboss.tools.jbpm.common.test
-generate.plugin(a)org.jboss.tools.flow.jpdl4.test.source=org.jboss.tools.flow.jpdl4.test
-generate.plugin(a)org.jboss.tools.flow.jpdl4.multipage.test.source=org.jboss.tools.flow.jpdl4.multipage.test
-
\ No newline at end of file
Modified: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties 2010-04-01 19:53:49 UTC (rev 21222)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.properties 2010-04-01 19:54:19 UTC (rev 21223)
@@ -1,4 +1,3 @@
-# properties file for org.jboss.tools.jmx.*.test*
featureName=jBPM 4 Tests
featureProvider=JBoss by Red Hat
@@ -21,4 +20,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml 2010-04-01 19:53:49 UTC (rev 21222)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.feature/feature.xml 2010-04-01 19:54:19 UTC (rev 21223)
@@ -18,14 +18,13 @@
</license>
<plugin
- id="org.eclipse.ant.optional.junit"
+ id="org.jboss.tools.jbpm.common.test"
download-size="0"
install-size="0"
- version="0.0.0"
- fragment="true"/>
+ version="0.0.0"/>
<plugin
- id="org.eclipse.test"
+ id="org.jboss.tools.flow.jpdl4.test"
download-size="0"
install-size="0"
version="0.0.0"/>
@@ -36,22 +35,4 @@
install-size="0"
version="0.0.0"/>
- <plugin
- id="org.jboss.tools.flow.jpdl4.multipage.test.source"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.jbpm.common.test"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.jbpm.common.test.source"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
</feature>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/.project
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/.project (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/.project 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.jbpm4.tests.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/build.properties
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/build.properties (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/build.properties 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,7 @@
+bin.includes = feature.xml,\
+ feature.properties
+
+generate.plugin(a)org.jboss.tools.jbpm.common.test.source=org.jboss.tools.jbpm.common.test
+generate.plugin(a)org.jboss.tools.flow.jpdl4.test.source=org.jboss.tools.flow.jpdl4.test
+generate.plugin(a)org.jboss.tools.flow.jpdl4.multipage.test.source=org.jboss.tools.flow.jpdl4.multipage.test
+
\ No newline at end of file
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,23 @@
+featureName=jBPM 4 Tests SDK
+featureProvider=JBoss by Red Hat
+
+# "description" property - description of the feature
+description="This feature provides the tests for the tools that are provided for the jBPM 4 runtime, including sources."
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
+license=Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
Added: branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.xml
===================================================================
--- branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.xml (rev 0)
+++ branches/modular_build/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.xml 2010-04-01 19:54:19 UTC (rev 21223)
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.jbpm4.tests.sdk.feature"
+ label="%featureName"
+ version="4.3.0.qualifier"
+ provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <includes
+ id="org.jboss.tools.jbpm4.tests.feature"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.eclipse.ant.optional.junit"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
+ id="org.eclipse.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.jbpm.common.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.flow.jpdl4.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.flow.jpdl4.multipage.test.source"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
14 years, 9 months
JBoss Tools SVN: r21222 - branches/modular_build.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2010-04-01 15:53:49 -0400 (Thu, 01 Apr 2010)
New Revision: 21222
Modified:
branches/modular_build/genpom.scala
Log:
JBDS-486. for now skip docs/pom.xml in aggregator since they are dependent on maven2
Modified: branches/modular_build/genpom.scala
===================================================================
--- branches/modular_build/genpom.scala 2010-04-01 19:15:54 UTC (rev 21221)
+++ branches/modular_build/genpom.scala 2010-04-01 19:53:49 UTC (rev 21222)
@@ -158,7 +158,7 @@
}
def isModule(n : File) : Boolean = {
- def v = new File(n, "pom.xml").exists() ||
+ def v = (new File(n, "pom.xml").exists() && !n.getName().equals("docs")) ||
(!n.getName().contains(".sdk.") && (new File(new File(n, "META-INF"), "MANIFEST.MF").exists()) || (new File(n, "feature.xml").exists())) || (hasDirectory(n, "features") || hasDirectory(n, "tests") || hasDirectory(n, "plugins"))
return v
}
14 years, 9 months
JBoss Tools SVN: r21219 - in branches/modular_build/jbpm/releng: org.jboss.tools.jbpm4.releng and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-01 15:12:13 -0400 (Thu, 01 Apr 2010)
New Revision: 21219
Modified:
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.pro...
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.linux
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.macosx
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.pro...
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.macosx
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf
Log:
split jbpm tests into core feature and Athena-friendly SDK feature (includes o.e.test and other reqs)
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=3.2.0
mainFeatureToBuildID=org.jboss.tools.jbpm3.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm3.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm3.tests.sdk.feature
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.pro...
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.pro... 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.pro... 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=3.2.0
mainFeatureToBuildID=org.jboss.tools.jbpm3.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm3.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm3.tests.sdk.feature
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.linux
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.linux 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.linux 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=3.2.0
mainFeatureToBuildID=org.jboss.tools.jbpm3.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm3.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm3.tests.sdk.feature
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.macosx
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.macosx 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/build.properties.example.macosx 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=3.2.0
mainFeatureToBuildID=org.jboss.tools.jbpm3.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm3.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm3.tests.sdk.feature
build.steps=buildUpdate,buildTests,generateDigests,testLocal,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=4.0.0
mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm4.tests.sdk.feature
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.pro...
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.pro... 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.pro... 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=4.0.0
mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm4.tests.sdk.feature
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.linux 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=4.0.0
mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm4.tests.sdk.feature
build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.macosx
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.macosx 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/build.properties.example.macosx 2010-04-01 19:12:13 UTC (rev 21219)
@@ -10,7 +10,7 @@
version=4.0.0
mainFeatureToBuildID=org.jboss.tools.jbpm4.sdk.feature
-testFeatureToBuildID=org.jboss.tools.jbpm4.tests.feature
+testFeatureToBuildID=org.jboss.tools.jbpm4.tests.sdk.feature
# use testLocal step on Mac OS X; test step only works on linux
build.steps=buildUpdate,buildTests,generateDigests,testLocal,publish,cleanup
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/maps/jbpm4.map 2010-04-01 19:12:13 UTC (rev 21219)
@@ -12,7 +12,8 @@
plugin@org.jboss.tools.flow.jpdl4.multipage=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage
plugin@org.jboss.tools.flow.common=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/flow/plugins/org.jboss.tools.flow.common
-!*** test feature
+!*** test features
+feature@org.jboss.tools.jbpm4.tests.sdk.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature
feature@org.jboss.tools.jbpm4.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature
!*** test plugins
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subclipse.psf 2010-04-01 19:12:13 UTC (rev 21219)
@@ -17,8 +17,9 @@
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
- <!-- !*** test feature -->
- <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <!-- !*** test features -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
<!-- !*** test plugins -->
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf 2010-04-01 19:10:13 UTC (rev 21218)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm4.releng/psfs/jbpm4.subversive.psf 2010-04-01 19:12:13 UTC (rev 21219)
@@ -17,8 +17,9 @@
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
- <!-- !*** test feature -->
- <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <!-- !*** test features -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
<!-- !*** test plugins -->
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbos..."/>
14 years, 9 months
JBoss Tools SVN: r21217 - in branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng: psfs and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-04-01 15:08:48 -0400 (Thu, 01 Apr 2010)
New Revision: 21217
Modified:
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/maps/jbpm3.map
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subclipse.psf
branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subversive.psf
Log:
split jbpm tests into core feature and Athena-friendly SDK feature (includes o.e.test and other reqs)
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/maps/jbpm3.map
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/maps/jbpm3.map 2010-04-01 19:07:04 UTC (rev 21216)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/maps/jbpm3.map 2010-04-01 19:08:48 UTC (rev 21217)
@@ -9,7 +9,8 @@
!*** plugins
plugin@org.jbpm.gd.jpdl=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/plugins/org.jbpm.gd.jpdl
-!*** test feature
+!*** test features
+feature@org.jboss.tools.jbpm3.tests.sdk.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature
feature@org.jboss.tools.jbpm3.tests.feature=SVN,,http://anonsvn.jboss.org/repos,,jbosstools/trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature
!*** test plugins
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subclipse.psf
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subclipse.psf 2010-04-01 19:07:04 UTC (rev 21216)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subclipse.psf 2010-04-01 19:08:48 UTC (rev 21217)
@@ -11,8 +11,9 @@
<!-- !*** plugins -->
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
- <!-- !*** test feature -->
- <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <!-- !*** test features -->
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
<!-- !*** test plugins -->
<project reference="0.9.3,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbpm..."/>
Modified: branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subversive.psf
===================================================================
--- branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subversive.psf 2010-04-01 19:07:04 UTC (rev 21216)
+++ branches/modular_build/jbpm/releng/org.jboss.tools.jbpm3.releng/psfs/jbpm3.subversive.psf 2010-04-01 19:08:48 UTC (rev 21217)
@@ -11,8 +11,9 @@
<!-- !*** plugins -->
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/plugins/org.jb..."/>
- <!-- !*** test feature -->
- <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <!-- !*** test features -->
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
+ <project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/features/org.j..."/>
<!-- !*** test plugins -->
<project reference="1.0.1,http://anonsvn.jboss.org/repos/jbosstools/trunk/jbpm/tests/org.jbpm..."/>
14 years, 9 months
JBoss Tools SVN: r21216 - branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-04-01 15:07:04 -0400 (Thu, 01 Apr 2010)
New Revision: 21216
Modified:
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/jira/browse/JBDS-486
Modified: branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF 2010-04-01 19:06:44 UTC (rev 21215)
+++ branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/META-INF/MANIFEST.MF 2010-04-01 19:07:04 UTC (rev 21216)
@@ -14,7 +14,7 @@
org.jboss.tools.jst.web,
org.eclipse.jface.text,
org.jboss.tools.common.model.ui
-Export-Package: org.jboss.tools.common.text.ext.test
+Export-Package: org.jboss.tools.jst.text.ext.test
Bundle-ClassPath: common-text-ext-test.jar
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
14 years, 9 months
JBoss Tools SVN: r21215 - in branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools: common/text/ext and 4 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-04-01 15:06:44 -0400 (Thu, 01 Apr 2010)
New Revision: 21215
Added:
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test/
Removed:
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/common/text/ext/test/
Modified:
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test/CommonExtAllTests.java
branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test/OpenOnsTest.java
Log:
https://jira.jboss.org/jira/browse/JBDS-486
Copied: branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test (from rev 21210, branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/common/text/ext/test)
Modified: branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test/CommonExtAllTests.java
===================================================================
--- branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/common/text/ext/test/CommonExtAllTests.java 2010-04-01 18:45:25 UTC (rev 21210)
+++ branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test/CommonExtAllTests.java 2010-04-01 19:06:44 UTC (rev 21215)
@@ -1,4 +1,4 @@
-package org.jboss.tools.common.text.ext.test;
+package org.jboss.tools.jst.text.ext.test;
import junit.framework.Test;
import junit.framework.TestSuite;
Modified: branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test/OpenOnsTest.java
===================================================================
--- branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/common/text/ext/test/OpenOnsTest.java 2010-04-01 18:45:25 UTC (rev 21210)
+++ branches/modular_build/jst/tests/org.jboss.tools.jst.text.ext.test/src/org/jboss/tools/jst/text/ext/test/OpenOnsTest.java 2010-04-01 19:06:44 UTC (rev 21215)
@@ -1,4 +1,4 @@
-package org.jboss.tools.common.text.ext.test;
+package org.jboss.tools.jst.text.ext.test;
import junit.framework.TestCase;
14 years, 9 months