JBoss Tools SVN: r23214 - workspace/examples.
by jbosstools-commits@lists.jboss.org
Author: Grid.Qian
Date: 2010-07-03 05:54:21 -0400 (Sat, 03 Jul 2010)
New Revision: 23214
Modified:
workspace/examples/project-examples-bpel-3.1.xml
Log:
add some examples
Modified: workspace/examples/project-examples-bpel-3.1.xml
===================================================================
--- workspace/examples/project-examples-bpel-3.1.xml 2010-07-03 00:15:50 UTC (rev 23213)
+++ workspace/examples/project-examples-bpel-3.1.xml 2010-07-03 09:54:21 UTC (rev 23214)
@@ -1,24 +1,200 @@
-<projects>
-<project>
- <category>BPEL</category>
- <name>HelloWorld</name>
- <shortDescription>A simple BPEL example</shortDescription>
- <description>This sample is to show a simple BPEL2.0 example.</description>
- <size>10000</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/Hell...
- </url>
- </project>
-
- <project>
- <category>BPEL</category>
- <name>Simple_Correlation</name>
- <shortDescription>A correlation BPEL example</shortDescription>
- <description>This sample is to show how to use the correlation in the BPEL2.0 example.</description>
- <size>11000</size>
- <url>
- http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/Simp...
- </url>
- </project>
-</projects>
-
+<projects>
+<project>
+ <category>BPEL</category>
+ <name>HelloWorld</name>
+ <shortDescription>A simple BPEL example</shortDescription>
+ <description>This sample is to show a simple BPEL2.0 example.</description>
+ <size>5000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/He...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Hello_World_Header_Ode</name>
+ <shortDescription>A Hello World Header ODE BPEL example</shortDescription>
+ <description>a simple variation of the hello_world quickstart, where the BPEL process additionally accesses a SOAP header element using an Apache ODE specific extension to the BPEL copy construct.</description>
+ <size>6000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/He...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Hello_World_Header_WSDL</name>
+ <shortDescription>A Hello World Header WSDL BPEL example</shortDescription>
+ <description>This is a simple variation of the hello_world quickstart, where the BPEL process additionally accesses a SOAP header element. The SOAP header element is mapped on to a part in the WSDL message, within the WSDL definition.</description>
+ <size>6000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/He...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Loan_Approval</name>
+ <shortDescription>A Loan Approval BPEL example</shortDescription>
+ <description>This sample is a loan approval example that uses the amount field inside the loan request to determine which action should be performed. If you want to run this example, you must import the Loan_Approval_WS example at first</description>
+ <size>6000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Lo...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Loan_Approval_WS</name>
+ <shortDescription>A Web Services Project called by Loan_Approval</shortDescription>
+ <description>This sample is a web service project that includes Web Services that are called by Loan_Approval BPEL example</description>
+ <size>20000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Lo...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Math</name>
+ <shortDescription>A Math BPEL example</shortDescription>
+ <description>This sample is emulating a calculator which can add (+), subtract (-), multiply (*), divide (/) and calculate power (^). Input for this process is a operator and two decimal numbers, result is a decimal number.</description>
+ <size>7000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Ma...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Salutations</name>
+ <shortDescription>A Salutations BPEL example</shortDescription>
+ <description>This sample is based on the Say Hello example but has slightly more complicated functionality. Instead of just greeting with 'Hello', it discriminates the given time of day to say different words.</description>
+ <size>6000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Sa...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Say_Hello</name>
+ <shortDescription>A Say Hello BPEL example</shortDescription>
+ <description>This sample is simmilar to Hello World examples but uses input data to influence the output.</description>
+ <size>6000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Sa...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Service_Handler</name>
+ <shortDescription>A Service Handler BPEL example</shortDescription>
+ <description>This sample builds on the hello_world example, which simply echos a message. The example is extended by adding a JAXWS handler to the Web Service that provides access to the BPEL process. This enables inbound and outbound messages (and faults) to be intercepted by a user supplied Java class. In this particular example, the JAXWS handler simply displays information on the JBoss console.</description>
+ <size>9000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Se...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Simple_Correlation</name>
+ <shortDescription>A correlation BPEL example</shortDescription>
+ <description>This sample is to show how to use the correlation in the BPEL2.0 example.</description>
+ <size>6000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Si...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Simple_Invoke</name>
+ <shortDescription>A Simple Invoke BPEL example</shortDescription>
+ <description>This sample is a simple echo example, used to respond to a sent message with a modified version of the request message being returned in a response. The difference with this example, compared to the Hello World sample, is that the invoked service calls another JAX-WS based service to construct the response message. The BPEL process in this example, is primarily acting as a relay between the client and the invoked JAX-WS service, although the BPEL process also appends some text to the response message as well. If you want to run this example correctly, please import the Simple_Invoke_WS sample firstly</description>
+ <size>7000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Si...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Simple_Invoke_WS</name>
+ <shortDescription>A Web Service project called by Simple Invoke BPEL example</shortDescription>
+ <description>This sample is a Web Service that is called by Simple_Invoke example.</description>
+ <size>10000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Si...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Simple_Pick</name>
+ <shortDescription>A Simple Pick BPEL example</shortDescription>
+ <description>This sample demonstrates the BPEL 'pick' concept, where one of two possible messages can be used to trigger the process. The two possible messages are hello and goodbye.</description>
+ <size>6000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Si...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>BluePrint1</name>
+ <shortDescription>A Synchronous Web Service Interactions BPEL example</shortDescription>
+ <description>This is one of the BPEL Blueprint examples from Sun.</description>
+ <size>13000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Bl...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>BluePrint2</name>
+ <shortDescription>A Asynchronous Web Service Interactions BPEL example</shortDescription>
+ <description>This is one of the BPEL Blueprint examples from Sun.</description>
+ <size>14000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Bl...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>BluePrint3</name>
+ <shortDescription>A Fault Handling BPEL example</shortDescription>
+ <description>This is one of the BPEL Blueprint examples from Sun.</description>
+ <size>14000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Bl...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>BluePrint4</name>
+ <shortDescription>A Message-Based Coordination of Events BPEL example</shortDescription>
+ <description>This is one of the BPEL Blueprint examples from Sun.</description>
+ <size>15000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Bl...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>BluePrint5</name>
+ <shortDescription>A Concurrent Asynchronous Coordination of Events BPEL example</shortDescription>
+ <description>This is one of the BPEL Blueprint examples from Sun.</description>
+ <size>19000</size>
+ <url>
+ http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/bpel-examples/Bl...
+ </url>
+ </project>
+</projects>
+
15 years, 9 months
JBoss Tools SVN: r23213 - workspace/dgolovin/experimental-build.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 20:15:50 -0400 (Fri, 02 Jul 2010)
New Revision: 23213
Modified:
workspace/dgolovin/experimental-build/dgolovin-pom.xml
Log:
update experimenatl pom with last updated components to test
Modified: workspace/dgolovin/experimental-build/dgolovin-pom.xml
===================================================================
--- workspace/dgolovin/experimental-build/dgolovin-pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
+++ workspace/dgolovin/experimental-build/dgolovin-pom.xml 2010-07-03 00:15:50 UTC (rev 23213)
@@ -31,16 +31,16 @@
<module>birt</module>
<module>bpel</module>
<module>esb</module>
- <!-- module>seam</module>
+ <!-- module>seam</module-->
<module>examples</module>
<module>maven</module>
+
<module>tptp</module>
<module>ws</module>
+ <!-- todo -->
<module>modeshape</module>
<module>flow</module>
<module>jbpm</module-->
- <!-- todo -->
-
<!--module>drools</module-->
</modules>
15 years, 9 months
JBoss Tools SVN: r23212 - in trunk/hibernatetools: features and 21 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 20:14:03 -0400 (Fri, 02 Jul 2010)
New Revision: 23212
Modified:
trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml
trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml
trunk/hibernatetools/features/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml
trunk/hibernatetools/plugins/pom.xml
trunk/hibernatetools/pom.xml
trunk/hibernatetools/site/pom.xml
trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml
trunk/hibernatetools/tests/pom.xml
Log:
hibernatetools component group and artifact Ids were updated to match svn repo structure
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.features</groupId>
<artifactId>org.hibernate.eclipse.feature</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.test.feature</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/hibernatetools/features/pom.xml
===================================================================
--- trunk/hibernatetools/features/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/features/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>hibernatetools.features</artifactId>
+ <groupId>org.jboss.tools.hibernatetools</groupId>
+ <artifactId>features</artifactId>
+ <name>hibernatetools.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -16,4 +11,4 @@
<module>org.hibernate.eclipse.test.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.console</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.help/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.help</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.jdt.apt.ui</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.ui/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.jdt.ui</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.mapper/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.hibernate.eclipse.mapper</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.jpt.core</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.jpt.ui</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.ui/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.ui</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.xml</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.xml.ui/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.plugins</groupId>
<artifactId>org.jboss.tools.hibernate.xml.ui</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/plugins/pom.xml
===================================================================
--- trunk/hibernatetools/plugins/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/plugins/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>hibernatetools.plugins</artifactId>
+ <groupId>org.jboss.tools.hibernatetools</groupId>
+ <artifactId>plugins</artifactId>
+ <name>hibernatetools.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -25,4 +20,4 @@
<module>org.jboss.tools.hibernate.xml.ui</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/hibernatetools/pom.xml
===================================================================
--- trunk/hibernatetools/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools</groupId>
- <artifactId>hibernatetools.all</artifactId>
+ <artifactId>hibernatetools</artifactId>
+ <name>hibernatetools.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/hibernatetools/site/pom.xml
===================================================================
--- trunk/hibernatetools/site/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/site/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -6,8 +6,8 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>hibernatetools.site</artifactId>
+ <groupId>org.jboss.tools.hibernatetools</groupId>
+ <artifactId>site</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.console.test/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.hibernate.eclipse.console.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/tests/org.hibernate.eclipse.jdt.ui.test/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.hibernate.eclipse.jdt.ui.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.jpt.core.test/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.jboss.tools.hibernate.jpt.core.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.bot.test/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.jboss.tools.hibernate.ui.bot.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml
===================================================================
--- trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/tests/org.jboss.tools.hibernate.ui.test/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.hibernatetools.tests</groupId>
<artifactId>org.jboss.tools.hibernate.ui.test</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Modified: trunk/hibernatetools/tests/pom.xml
===================================================================
--- trunk/hibernatetools/tests/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
+++ trunk/hibernatetools/tests/pom.xml 2010-07-03 00:14:03 UTC (rev 23212)
@@ -1,14 +1,8 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>hibernatetools.tests</artifactId>
+ <groupId>org.jboss.tools.hibernatetools</groupId>
+ <artifactId>tests</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -19,4 +13,4 @@
<module>org.jboss.tools.hibernate.ui.test</module>
</modules>
</project>
-
\ No newline at end of file
+
15 years, 9 months
JBoss Tools SVN: r23211 - in trunk/jbpm: tests/org.jboss.tools.flow.jpdl4.multipage.test/META-INF and 16 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 19:48:34 -0400 (Fri, 02 Jul 2010)
New Revision: 23211
Added:
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/JPDL4MultipageEditorPluginsLoadTest.java
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJBDLAllTests.java
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJPDLPluginLoadTest.java
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/JBPMCommonPluginLoadTest.java
trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/JBPMJPDLPluginLoadTest.java
Modified:
trunk/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/META-INF/MANIFEST.MF
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/AllTests.java
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/BpmnConvertTest.java
trunk/jbpm/tests/org.jbpm.gd.jpdl.test/META-INF/MANIFEST.MF
trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/AllTests.java
Log:
groupid error fixed in jbpm3
tests coverage enabled for tests
tests added for empty test plugins
Modified: trunk/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml
===================================================================
--- trunk/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/plugins/org.jbpm.gd.jpdl/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.plugins</groupId>
<artifactId>org.jbpm.gd.jpdl</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/META-INF/MANIFEST.MF 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/META-INF/MANIFEST.MF 2010-07-02 23:48:34 UTC (rev 23211)
@@ -5,4 +5,6 @@
Bundle-Version: 4.3.0.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Require-Bundle: org.junit;bundle-version="3.8.2"
+Require-Bundle: org.junit;bundle-version="3.8.2",
+ org.jboss.tools.flow.jpdl4.multipage;bundle-version="4.3.0",
+ org.eclipse.core.runtime;bundle-version="3.6.0"
Modified: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/AllTests.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/AllTests.java 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/AllTests.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -10,6 +10,7 @@
public static Test suite() {
TestSuite suite = new TestSuite();
suite.addTestSuite(Jpdl4ValidatorTest.class);
+ suite.addTestSuite(JPDL4MultipageEditorPluginsLoadTest.class);
return suite;
}
Added: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/JPDL4MultipageEditorPluginsLoadTest.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/JPDL4MultipageEditorPluginsLoadTest.java (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/src/org/jboss/tools/flow/jpdl4/multipage/JPDL4MultipageEditorPluginsLoadTest.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -0,0 +1,42 @@
+package org.jboss.tools.flow.jpdl4.multipage;
+
+import java.text.MessageFormat;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.Platform;
+import org.osgi.framework.Bundle;
+
+public class JPDL4MultipageEditorPluginsLoadTest extends
+ TestCase {
+ public void testFlowJPDL4MultipagePluginIsLoaded() {
+ assertPluginResolved("org.jboss.tools.flow.jpdl4.multipage");
+ }
+
+ public void assertPluginsResolved(String[] ids) {
+ for (String id : ids) {
+ Bundle bundle = Platform.getBundle(id);
+ assertNotNull(MessageFormat.format("Could not get bundle {0} instance",id), bundle);
+ assertTrue(MessageFormat.format("Plugin '{0}' is not resolved",bundle.getSymbolicName()), //$NON-NLS-1$ //$NON-NLS-2$
+ isPluginResolved(bundle.getSymbolicName()));
+ System.out.println(MessageFormat.format("{0} was resolved and activated",bundle.getSymbolicName()));
+ }
+ }
+
+ public void assertPluginResolved(String id) {
+ assertPluginsResolved(new String[] {id});
+ }
+
+ public boolean isPluginResolved(String pluginId) {
+ Bundle bundle = Platform.getBundle(pluginId);
+ assertNotNull(pluginId + " failed to load.", bundle); //$NON-NLS-1$
+ try {
+ // this line is needed to to force plug-in loading and to change it state to ACTIVE
+ bundle.loadClass("fake class"); //$NON-NLS-1$
+ } catch (ClassNotFoundException e) {
+ // It happens always because loaded class doesn't not exist
+ }
+ return ((bundle.getState() & Bundle.RESOLVED) > 0)
+ || ((bundle.getState() & Bundle.ACTIVE) > 0);
+ }
+}
Modified: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/META-INF/MANIFEST.MF 2010-07-02 23:48:34 UTC (rev 23211)
@@ -5,3 +5,6 @@
Bundle-Version: 4.3.0.qualifier
Bundle-Vendor: %pluginProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.jboss.tools.flow.jpdl4;bundle-version="4.3.0",
+ org.eclipse.core.runtime;bundle-version="3.6.0",
+ org.junit
Modified: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
@@ -10,7 +10,7 @@
<groupId>org.jboss.tools.jbpm.tests</groupId>
<artifactId>org.jboss.tools.flow.jpdl4.test</artifactId>
<version>4.3.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
+ <packaging>eclipse-test-plugin</packaging>
<properties>
<emma.filter>org.jboss.tools.flow.jpdl4*</emma.filter>
Added: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJBDLAllTests.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJBDLAllTests.java (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJBDLAllTests.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -0,0 +1,13 @@
+package org.jboss.tools.flow.jpdl4.test;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+public class FlowJBDLAllTests {
+
+ public static Test suite() {
+ TestSuite suite = new TestSuite();
+ suite.addTestSuite(FlowJPDLPluginLoadTest.class);
+ return suite;
+ }
+}
Added: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJPDLPluginLoadTest.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJPDLPluginLoadTest.java (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/src/org/jboss/tools/flow/jpdl4/test/FlowJPDLPluginLoadTest.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -0,0 +1,41 @@
+package org.jboss.tools.flow.jpdl4.test;
+
+import java.text.MessageFormat;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.Platform;
+import org.osgi.framework.Bundle;
+
+public class FlowJPDLPluginLoadTest extends TestCase {
+ public void testOrgJbossToolsFlowJpdl4PluginIsLoaded() {
+ assertPluginResolved("org.jboss.tools.flow.jpdl4");
+ }
+
+ public void assertPluginsResolved(String[] ids) {
+ for (String id : ids) {
+ Bundle bundle = Platform.getBundle(id);
+ assertNotNull(MessageFormat.format("Could not get bundle {0} instance",id), bundle);
+ assertTrue(MessageFormat.format("Plugin '{0}' is not resolved",bundle.getSymbolicName()), //$NON-NLS-1$ //$NON-NLS-2$
+ isPluginResolved(bundle.getSymbolicName()));
+ System.out.println(MessageFormat.format("{0} was resolved and activated",bundle.getSymbolicName()));
+ }
+ }
+
+ public void assertPluginResolved(String id) {
+ assertPluginsResolved(new String[] {id});
+ }
+
+ public boolean isPluginResolved(String pluginId) {
+ Bundle bundle = Platform.getBundle(pluginId);
+ assertNotNull(pluginId + " failed to load.", bundle); //$NON-NLS-1$
+ try {
+ // this line is needed to to force plug-in loading and to change it state to ACTIVE
+ bundle.loadClass("fake class"); //$NON-NLS-1$
+ } catch (ClassNotFoundException e) {
+ // It happens always because loaded class doesn't not exist
+ }
+ return ((bundle.getState() & Bundle.RESOLVED) > 0)
+ || ((bundle.getState() & Bundle.ACTIVE) > 0);
+ }
+}
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/META-INF/MANIFEST.MF 2010-07-02 23:48:34 UTC (rev 23211)
@@ -7,4 +7,5 @@
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit,
org.jboss.tools.jbpm.common,
- org.eclipse.jdt.core
+ org.eclipse.jdt.core,
+ org.eclipse.core.runtime;bundle-version="3.6.0"
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml 2010-07-02 23:48:34 UTC (rev 23211)
@@ -13,7 +13,7 @@
<packaging>eclipse-test-plugin</packaging>
<properties>
- <emma.filter>org.jboss.tools.jbpm.common*</emma.filter>
+ <emma.filter>org.jboss.tools.jbpm*</emma.filter>
<emma.instrument.bundles>org.jboss.tools.jbpm.common</emma.instrument.bundles>
</properties>
</project>
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/AllTests.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -10,6 +10,7 @@
public static Test suite() {
TestSuite suite = new TestSuite();
suite.addTestSuite(JavaUtilTest.class);
+ suite.addTestSuite(JBPMCommonPluginLoadTest.class);
return suite;
}
Added: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/JBPMCommonPluginLoadTest.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/JBPMCommonPluginLoadTest.java (rev 0)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/src/org/jboss/tools/jbpm/JBPMCommonPluginLoadTest.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -0,0 +1,41 @@
+package org.jboss.tools.jbpm;
+
+import java.text.MessageFormat;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.Platform;
+import org.osgi.framework.Bundle;
+
+public class JBPMCommonPluginLoadTest extends TestCase {
+ public void testOrgJbossToolsJbpmCommonPluginIsLoaded() {
+ assertPluginResolved("org.jboss.tools.jbpm.common");
+ }
+
+ public void assertPluginsResolved(String[] ids) {
+ for (String id : ids) {
+ Bundle bundle = Platform.getBundle(id);
+ assertNotNull(MessageFormat.format("Could not get bundle {0} instance",id), bundle);
+ assertTrue(MessageFormat.format("Plugin '{0}' is not resolved",bundle.getSymbolicName()), //$NON-NLS-1$ //$NON-NLS-2$
+ isPluginResolved(bundle.getSymbolicName()));
+ System.out.println(MessageFormat.format("{0} was resolved and activated",bundle.getSymbolicName()));
+ }
+ }
+
+ public void assertPluginResolved(String id) {
+ assertPluginsResolved(new String[] {id});
+ }
+
+ public boolean isPluginResolved(String pluginId) {
+ Bundle bundle = Platform.getBundle(pluginId);
+ assertNotNull(pluginId + " failed to load.", bundle); //$NON-NLS-1$
+ try {
+ // this line is needed to to force plug-in loading and to change it state to ACTIVE
+ bundle.loadClass("fake class"); //$NON-NLS-1$
+ } catch (ClassNotFoundException e) {
+ // It happens always because loaded class doesn't not exist
+ }
+ return ((bundle.getState() & Bundle.RESOLVED) > 0)
+ || ((bundle.getState() & Bundle.ACTIVE) > 0);
+ }
+}
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/BpmnConvertTest.java
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/BpmnConvertTest.java 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/src/org/jboss/tools/jbpm/convert/test/BpmnConvertTest.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -8,24 +8,18 @@
import java.io.InputStream;
import java.util.ArrayList;
+import org.eclipse.core.runtime.FileLocator;
import org.eclipse.core.runtime.Platform;
import org.jboss.tools.jbpm.convert.b2j.translate.*;
public class BpmnConvertTest extends TestCase {
public void testConvert() throws IOException {
- String absolutePath = "";
- if (System.getProperty("os.name").toLowerCase().indexOf("win") >= 0) {
- absolutePath = Platform.getBundle(
- "org.jboss.tools.jbpm.convert.test").getLocation()
- .substring(16);
- } else {
- absolutePath = Platform.getBundle(
- "org.jboss.tools.jbpm.convert.test").getLocation()
- .substring(15);
- }
- String bpmnfilePath = absolutePath + "testfile";
- String expectedPath = absolutePath + "resultfile";
+ File absolutePath = FileLocator.getBundleFile(Platform.getBundle(
+ "org.jboss.tools.jbpm.convert.test"));
+ String bpmnfilePath = new File(absolutePath,"testfile").getAbsolutePath();
+ String expectedPath = new File(absolutePath,"resultfile").getAbsolutePath();
+
File[] bpmnFiles = listAll(bpmnfilePath);
BPMN2JPDL jpdltranformer = null;
Modified: trunk/jbpm/tests/org.jbpm.gd.jpdl.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/tests/org.jbpm.gd.jpdl.test/META-INF/MANIFEST.MF 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jbpm.gd.jpdl.test/META-INF/MANIFEST.MF 2010-07-02 23:48:34 UTC (rev 23211)
@@ -7,4 +7,6 @@
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Require-Bundle: org.junit,
- org.eclipse.ui;bundle-version="3.5.0"
+ org.eclipse.ui;bundle-version="3.5.0",
+ org.jbpm.gd.jpdl;bundle-version="3.2.0",
+ org.eclipse.core.runtime;bundle-version="3.6.0"
Modified: trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/AllTests.java
===================================================================
--- trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/AllTests.java 2010-07-02 21:11:11 UTC (rev 23210)
+++ trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/AllTests.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -8,6 +8,7 @@
public static Test suite() {
TestSuite suite = new TestSuite();
suite.addTestSuite(JpdlPerspectiveFactoryTest.class);
+ suite.addTestSuite(JBPMJPDLPluginLoadTest.class);
return suite;
}
Added: trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/JBPMJPDLPluginLoadTest.java
===================================================================
--- trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/JBPMJPDLPluginLoadTest.java (rev 0)
+++ trunk/jbpm/tests/org.jbpm.gd.jpdl.test/src/org/jbpm/gd/jpdl/JBPMJPDLPluginLoadTest.java 2010-07-02 23:48:34 UTC (rev 23211)
@@ -0,0 +1,41 @@
+package org.jbpm.gd.jpdl;
+
+import java.text.MessageFormat;
+
+import junit.framework.TestCase;
+
+import org.eclipse.core.runtime.Platform;
+import org.osgi.framework.Bundle;
+
+public class JBPMJPDLPluginLoadTest extends TestCase {
+ public void testOrgJbpmGdJpdlPluginIsLoaded() {
+ assertPluginResolved("org.jbpm.gd.jpdl");
+ }
+
+ public void assertPluginsResolved(String[] ids) {
+ for (String id : ids) {
+ Bundle bundle = Platform.getBundle(id);
+ assertNotNull(MessageFormat.format("Could not get bundle {0} instance",id), bundle);
+ assertTrue(MessageFormat.format("Plugin '{0}' is not resolved",bundle.getSymbolicName()), //$NON-NLS-1$ //$NON-NLS-2$
+ isPluginResolved(bundle.getSymbolicName()));
+ System.out.println(MessageFormat.format("{0} was resolved and activated",bundle.getSymbolicName()));
+ }
+ }
+
+ public void assertPluginResolved(String id) {
+ assertPluginsResolved(new String[] {id});
+ }
+
+ public boolean isPluginResolved(String pluginId) {
+ Bundle bundle = Platform.getBundle(pluginId);
+ assertNotNull(pluginId + " failed to load.", bundle); //$NON-NLS-1$
+ try {
+ // this line is needed to to force plug-in loading and to change it state to ACTIVE
+ bundle.loadClass("fake class"); //$NON-NLS-1$
+ } catch (ClassNotFoundException e) {
+ // It happens always because loaded class doesn't not exist
+ }
+ return ((bundle.getState() & Bundle.RESOLVED) > 0)
+ || ((bundle.getState() & Bundle.ACTIVE) > 0);
+ }
+}
15 years, 9 months
JBoss Tools SVN: r23210 - in trunk/jbpm: features and 20 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 17:11:11 -0400 (Fri, 02 Jul 2010)
New Revision: 23210
Modified:
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml
trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml
trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml
trunk/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml
trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml
trunk/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml
trunk/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml
trunk/jbpm/features/pom.xml
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml
trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml
trunk/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml
trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml
trunk/jbpm/plugins/pom.xml
trunk/jbpm/pom.xml
trunk/jbpm/site/pom.xml
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml
trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml
trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml
trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml
trunk/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml
trunk/jbpm/tests/pom.xml
Log:
jbpm maven repo structure adjusted to match svn repo
test coverage enabled
Modified: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jboss.tools.flow.jpdl4.feature</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.common.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jboss.tools.jbpm.common.feature</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jboss.tools.jbpm.convert.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jboss.tools.jbpm.convert.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jboss.tools.jbpm3.feature</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.tests.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jboss.tools.jbpm3.tests.feature</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jboss.tools.jbpm4.feature</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jboss.tools.jbpm4.tests.feature</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml
===================================================================
--- trunk/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/org.jbpm.gd.jpdl.feature/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.features</groupId>
<artifactId>org.jbpm.gd.jpdl.feature</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/jbpm/features/pom.xml
===================================================================
--- trunk/jbpm/features/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/features/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jbpm.features</artifactId>
+ <groupId>org.jboss.tools.jbpm</groupId>
+ <artifactId>features</artifactId>
+ <name>jbpm.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -22,4 +17,4 @@
<module>org.jbpm.gd.jpdl.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.plugins</groupId>
<artifactId>org.jboss.tools.flow.jpdl4</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/plugins/org.jboss.tools.flow.jpdl4.multipage/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.plugins</groupId>
<artifactId>org.jboss.tools.flow.jpdl4.multipage</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.common/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.plugins</groupId>
<artifactId>org.jboss.tools.jbpm.common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml
===================================================================
--- trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/plugins/org.jboss.tools.jbpm.convert/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.plugins</groupId>
<artifactId>org.jboss.tools.jbpm.convert</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/jbpm/plugins/pom.xml
===================================================================
--- trunk/jbpm/plugins/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/plugins/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jbpm.plugins</artifactId>
+ <groupId>org.jboss.tools.jbpm</groupId>
+ <artifactId>plugins</artifactId>
+ <name>jbpm.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -19,4 +14,4 @@
<module>org.jbpm.gd.jpdl</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/jbpm/pom.xml
===================================================================
--- trunk/jbpm/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>jbpm</artifactId>
+ <name>jbpm.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/jbpm/site/pom.xml
===================================================================
--- trunk/jbpm/site/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/site/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jbpm.site</artifactId>
+ <groupId>org.jboss.tools.jbpm</groupId>
+ <artifactId>site</artifactId>
+ <name>jbpm.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.multipage.test/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,8 +7,12 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.tests</groupId>
<artifactId>org.jboss.tools.flow.jpdl4.multipage.test</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+ <properties>
+ <emma.filter>org.jboss.tools.flow.jpdl4.multipage*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.flow.jpdl4.multipage</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/tests/org.jboss.tools.flow.jpdl4.test/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.tests</groupId>
<artifactId>org.jboss.tools.flow.jpdl4.test</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.flow.jpdl4*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.flow.jpdl4</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.common.test/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.tests</groupId>
<artifactId>org.jboss.tools.jbpm.common.test</artifactId>
<version>4.3.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jbpm.common*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jbpm.common</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/tests/org.jboss.tools.jbpm.convert.test/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,10 +7,16 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.tests</groupId>
<artifactId>org.jboss.tools.jbpm.convert.test</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.jbpm.convert*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.jbpm.convert</emma.instrument.bundles>
+ </properties>
+
<build>
<plugins>
<plugin>
Modified: trunk/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml
===================================================================
--- trunk/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/tests/org.jbpm.gd.jpdl.test/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.jbpm.tests</groupId>
<artifactId>org.jbpm.gd.jpdl.test</artifactId>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jbpm.gd*</emma.filter>
+ <emma.instrument.bundles>org.jbpm.gd.jpdl</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/jbpm/tests/pom.xml
===================================================================
--- trunk/jbpm/tests/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
+++ trunk/jbpm/tests/pom.xml 2010-07-02 21:11:11 UTC (rev 23210)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>jbpm.tests</artifactId>
+ <groupId>org.jboss.tools.jbpm</groupId>
+ <artifactId>tests</artifactId>
+ <name>jbpm.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -19,4 +14,4 @@
<module>org.jbpm.gd.jpdl.test</module>
</modules>
</project>
-
\ No newline at end of file
+
15 years, 9 months
JBoss Tools SVN: r23209 - in trunk/flow: features and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 16:59:24 -0400 (Fri, 02 Jul 2010)
New Revision: 23209
Modified:
trunk/flow/features/pom.xml
trunk/flow/plugins/pom.xml
trunk/flow/pom.xml
trunk/flow/tests/pom.xml
Log:
parent pom reference removed from flow aggregator projects
Modified: trunk/flow/features/pom.xml
===================================================================
--- trunk/flow/features/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
+++ trunk/flow/features/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
@@ -1,12 +1,6 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools.flow</groupId>
<artifactId>features</artifactId>
<name>flow.features</name>
Modified: trunk/flow/plugins/pom.xml
===================================================================
--- trunk/flow/plugins/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
+++ trunk/flow/plugins/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
@@ -1,12 +1,6 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools.flow</groupId>
<artifactId>plugins</artifactId>
<name>flow.plugins</name>
Modified: trunk/flow/pom.xml
===================================================================
--- trunk/flow/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
+++ trunk/flow/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
@@ -1,12 +1,6 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>flow</artifactId>
<name>flow.all</name>
Modified: trunk/flow/tests/pom.xml
===================================================================
--- trunk/flow/tests/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
+++ trunk/flow/tests/pom.xml 2010-07-02 20:59:24 UTC (rev 23209)
@@ -1,12 +1,6 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools.flow</groupId>
<artifactId>tests</artifactId>
<name>flow.tests</name>
15 years, 9 months
JBoss Tools SVN: r23208 - in trunk/flow: features and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 16:23:57 -0400 (Fri, 02 Jul 2010)
New Revision: 23208
Modified:
trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml
trunk/flow/features/pom.xml
trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml
trunk/flow/plugins/pom.xml
trunk/flow/pom.xml
trunk/flow/site/pom.xml
trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml
trunk/flow/tests/pom.xml
Log:
flow component maven repo structure adjusted to match svn repo
Modified: trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/features/org.jboss.tools.flow.common.feature/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.flow.features</groupId>
<artifactId>org.jboss.tools.flow.common.feature</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/flow/features/pom.xml
===================================================================
--- trunk/flow/features/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/features/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -7,12 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>flow.features</artifactId>
+ <groupId>org.jboss.tools.flow</groupId>
+ <artifactId>features</artifactId>
+ <name>flow.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.flow.common.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml
===================================================================
--- trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/plugins/org.jboss.tools.flow.common/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.flow.plugins</groupId>
<artifactId>org.jboss.tools.flow.common</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/flow/plugins/pom.xml
===================================================================
--- trunk/flow/plugins/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/plugins/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -7,12 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>flow.plugins</artifactId>
+ <groupId>org.jboss.tools.flow</groupId>
+ <artifactId>plugins</artifactId>
+ <name>flow.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.flow.common</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/flow/pom.xml
===================================================================
--- trunk/flow/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -9,6 +9,7 @@
</parent>
<groupId>org.jboss.tools</groupId>
<artifactId>flow</artifactId>
+ <name>flow.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/flow/site/pom.xml
===================================================================
--- trunk/flow/site/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/site/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>flow.site</artifactId>
+ <groupId>org.jboss.tools.flow</groupId>
+ <artifactId>site</artifactId>
+ <name>flow.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml
===================================================================
--- trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/tests/org.jboss.tools.flow.common.test/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.flow.tests</groupId>
<artifactId>org.jboss.tools.flow.common.test</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/flow/tests/pom.xml
===================================================================
--- trunk/flow/tests/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
+++ trunk/flow/tests/pom.xml 2010-07-02 20:23:57 UTC (rev 23208)
@@ -7,12 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>flow.tests</artifactId>
+ <groupId>org.jboss.tools.flow</groupId>
+ <artifactId>tests</artifactId>
+ <name>flow.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.flow.common.test</module>
</modules>
</project>
-
\ No newline at end of file
+
15 years, 9 months
JBoss Tools SVN: r23207 - in trunk/modeshape: features and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 15:50:38 -0400 (Fri, 02 Jul 2010)
New Revision: 23207
Modified:
trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml
trunk/modeshape/features/pom.xml
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml
trunk/modeshape/plugins/pom.xml
trunk/modeshape/pom.xml
trunk/modeshape/site/pom.xml
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml
trunk/modeshape/tests/pom.xml
Log:
modeshape maven repo structure abjusted to match svn repo
test coverage enabled
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.modeshape.features</groupId>
<artifactId>org.jboss.tools.modeshape.rest.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.modeshape.features</groupId>
<artifactId>org.jboss.tools.modeshape.rest.test.feature</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
Modified: trunk/modeshape/features/pom.xml
===================================================================
--- trunk/modeshape/features/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/features/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>modeshape.features</artifactId>
+ <groupId>org.jboss.tools.modeshape</groupId>
+ <artifactId>features</artifactId>
+ <name>modeshape.features</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -16,4 +11,4 @@
<module>org.jboss.tools.modeshape.rest.test.feature</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.modeshape.plugins</groupId>
<artifactId>org.jboss.tools.modeshape.rest</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Modified: trunk/modeshape/plugins/pom.xml
===================================================================
--- trunk/modeshape/plugins/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/plugins/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,18 +1,13 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>modeshape.plugins</artifactId>
+ <groupId>org.jboss.tools.modeshape</groupId>
+ <artifactId>plugins</artifactId>
+ <name>modeshape.plugins</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.modeshape.rest</module>
</modules>
</project>
-
\ No newline at end of file
+
Modified: trunk/modeshape/pom.xml
===================================================================
--- trunk/modeshape/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,14 +1,9 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
<groupId>org.jboss.tools</groupId>
<artifactId>modeshape</artifactId>
+ <name>modeshape.all</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
Modified: trunk/modeshape/site/pom.xml
===================================================================
--- trunk/modeshape/site/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/site/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -6,8 +6,9 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>modeshape.site</artifactId>
+ <groupId>org.jboss.tools.modeshape</groupId>
+ <artifactId>site</artifactId>
+ <name>modeshape.site</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
</project>
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -7,8 +7,13 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.tools</groupId>
+ <groupId>org.jboss.tools.modeshape.tests</groupId>
<artifactId>org.jboss.tools.modeshape.rest.test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.filter>org.jboss.tools.modeshape.rest*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.modeshape.rest</emma.instrument.bundles>
+ </properties>
</project>
Modified: trunk/modeshape/tests/pom.xml
===================================================================
--- trunk/modeshape/tests/pom.xml 2010-07-02 19:39:11 UTC (rev 23206)
+++ trunk/modeshape/tests/pom.xml 2010-07-02 19:50:38 UTC (rev 23207)
@@ -1,18 +1,13 @@
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <relativePath>../../parent-pom.xml</relativePath>
- <groupId>org.jboss.tools</groupId>
- <artifactId>org.jboss.tools.parent.pom</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>modeshape.tests</artifactId>
+ <groupId>org.jboss.tools.modeshape</groupId>
+ <artifactId>tests</artifactId>
+ <name>modeshape.tests</name>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.jboss.tools.modeshape.rest.test</module>
</modules>
</project>
-
\ No newline at end of file
+
15 years, 9 months
JBoss Tools SVN: r23206 - trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2010-07-02 15:39:11 -0400 (Fri, 02 Jul 2010)
New Revision: 23206
Modified:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/errorList.txt
Log:
https://jira.jboss.org/jira/browse/JBIDE-2708 Added new validation rule: bean with scope @Dependent has an observer method declared notifyObserver=IF_EXISTS
Modified: trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/errorList.txt
===================================================================
--- trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/errorList.txt 2010-07-02 19:36:13 UTC (rev 23205)
+++ trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/internal/core/validation/errorList.txt 2010-07-02 19:39:11 UTC (rev 23206)
@@ -95,12 +95,12 @@
- producer field declaration specifies an EL name (together with one of
@Resource, @PersistenceContext, @PersistenceUnit, @EJB, @WebServiceRef)
- matching object in the Java EE component environment is not of the same type
- as the producer field declaration
+ as the producer field declaration (JBT: let's ignore this rule so far since we don't have any good tool to recognize such components)
3.6. Additional built-in beans
- Java EE component class has an injection point of type UserTransaction
and qualifier @Default, and may not validly make use of the JTA UserTransaction
- according to the Java EE platform specification
+ according to the Java EE platform specification (JBT: let's ignore this rule so far since we don't have any good tool to recognize such components)
3.7.1. Declaring a bean constructor
- bean class has more than one constructor annotated @Inject
@@ -184,10 +184,8 @@
and the method is not a business method of the EJB
- interceptor or decorator has a method with a parameter annotated @Observes
-
-
10.4.3. Conditional observer methods
- bean with scope @Dependent has an observer method declared notifyObserver=IF_EXISTS
12.1. Bean archives
-- bean class is deployed in two different bean archives (Non-Portable behavior)
\ No newline at end of file
+- bean class is deployed in two different bean archives (Non-Portable behavior) - (JBT: let's ignore this rule so far since we don't have any good tool to recognize such components)
\ No newline at end of file
15 years, 9 months
JBoss Tools SVN: r23205 - trunk/ws/tests/org.jboss.tools.ws.creation.core.test.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-07-02 15:36:13 -0400 (Fri, 02 Jul 2010)
New Revision: 23205
Modified:
trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
Log:
groupId fixed in ws.creation.core.test/pom.xml --This line, and those below, will be ignored--
M ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
Modified: trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml
===================================================================
--- trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml 2010-07-02 19:32:56 UTC (rev 23204)
+++ trunk/ws/tests/org.jboss.tools.ws.creation.core.test/pom.xml 2010-07-02 19:36:13 UTC (rev 23205)
@@ -7,7 +7,7 @@
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.toolsws.tests</groupId>
+ <groupId>org.jboss.tools.ws.tests</groupId>
<artifactId>org.jboss.tools.ws.creation.core.test</artifactId>
<version>1.0.0</version>
<packaging>eclipse-test-plugin</packaging>
15 years, 9 months