JBoss JBPM SVN: r2033 - in jbpm3/trunk: hudson/hudson-home/jobs/jBPM-Matrix and 2 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-08-27 10:43:43 -0400 (Wed, 27 Aug 2008)
New Revision: 2033
Modified:
jbpm3/trunk/.classpath
jbpm3/trunk/.project
jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh
jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml
jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml
jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml
Log:
Dont append executot number
Modified: jbpm3/trunk/.classpath
===================================================================
--- jbpm3/trunk/.classpath 2008-08-27 13:03:34 UTC (rev 2032)
+++ jbpm3/trunk/.classpath 2008-08-27 14:43:43 UTC (rev 2033)
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/.project
===================================================================
--- jbpm3/trunk/.project 2008-08-27 13:03:34 UTC (rev 2032)
+++ jbpm3/trunk/.project 2008-08-27 14:43:43 UTC (rev 2033)
@@ -10,14 +10,8 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.maven.ide.eclipse.maven2Builder</name>
- <arguments>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
- <nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>
Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh 2008-08-27 13:03:34 UTC (rev 2032)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/command.sh 2008-08-27 14:43:43 UTC (rev 2033)
@@ -4,7 +4,7 @@
JBPMDIR=$WORKSPACE/jbpm
JBOSSDIR=$WORKSPACE/$CONTAINER
DISTRODIR=$JBPMDIR/modules/distribution/target
-JBOSS_BINDADDR=@jboss.bind.address(a)$EXECUTOR_NUMBER
+JBOSS_BINDADDR=(a)jboss.bind.address@
case "$CONTAINER" in
jboss421*)
@@ -79,12 +79,12 @@
#
# log dependency tree
#
-mvn dependency:tree | tee $WORKSPACE/dependency-tree.txt
+mvn -Ddatabase=$DATABASE dependency:tree | tee $WORKSPACE/dependency-tree.txt
#
# execute tests
#
-mvn test 2>&1 | tee $WORKSPACE/tests.log
+mvn -Ddatabase=$DATABASE test 2>&1 | tee $WORKSPACE/tests.log
# cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u | tee $WORKSPACE/fixme.txt
# cat $WORKSPACE/fixme.txt | egrep "\[\S*]" > $WORKSPACE/errata-$CONTAINER.txt
Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml 2008-08-27 13:03:34 UTC (rev 2032)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM-Matrix/config.xml 2008-08-27 14:43:43 UTC (rev 2033)
@@ -37,7 +37,8 @@
<axis>
<name>database</name>
<values>
- <string>hypersonic</string>
+ <string>hsqldb</string>
+ <string>mysql</string>
</values>
</axis>
<axis>
@@ -57,7 +58,7 @@
#
# call command.sh
#
-@hudson.home(a)/jobs/jBPM-Matrix/command.sh
+@hudson.home(a)/jobs/jBPM-Matrix/command.sh
</command>
</hudson.tasks.Shell>
</builders>
Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml 2008-08-27 13:03:34 UTC (rev 2032)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.5/config.xml 2008-08-27 14:43:43 UTC (rev 2033)
@@ -18,7 +18,7 @@
<hudson.model.StringParameterDefinition>
<name>DATABASE</name>
<optional>false</optional>
- <defaultValue>hypersonic</defaultValue>
+ <defaultValue>hsqldb</defaultValue>
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
@@ -47,7 +47,7 @@
#
# call command.sh
#
-@hudson.home(a)/jobs/jBPM-Matrix/command.sh
+@hudson.home(a)/jobs/jBPM-Matrix/command.sh
</command>
</hudson.tasks.Shell>
</builders>
Modified: jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml
===================================================================
--- jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml 2008-08-27 13:03:34 UTC (rev 2032)
+++ jbpm3/trunk/hudson/hudson-home/jobs/jBPM3-JDK1.6/config.xml 2008-08-27 14:43:43 UTC (rev 2033)
@@ -18,7 +18,7 @@
<hudson.model.StringParameterDefinition>
<name>DATABASE</name>
<optional>false</optional>
- <defaultValue>hypersonic</defaultValue>
+ <defaultValue>hsqldb</defaultValue>
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
@@ -47,7 +47,7 @@
#
# call command.sh
#
-@hudson.home(a)/jobs/jBPM-Matrix/command.sh
+@hudson.home(a)/jobs/jBPM-Matrix/command.sh
</command>
</hudson.tasks.Shell>
</builders>
17 years, 8 months
JBoss JBPM SVN: r2032 - in jbpm3/trunk: modules/jpdl/core and 1 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-08-27 09:03:34 -0400 (Wed, 27 Aug 2008)
New Revision: 2032
Modified:
jbpm3/trunk/modules/jpdl/core/pom.xml
jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml
jbpm3/trunk/pom.xml
Log:
MySQL setup ok
Modified: jbpm3/trunk/modules/jpdl/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/pom.xml 2008-08-27 12:11:27 UTC (rev 2031)
+++ jbpm3/trunk/modules/jpdl/core/pom.xml 2008-08-27 13:03:34 UTC (rev 2032)
@@ -79,11 +79,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<scope>test</scope>
@@ -204,8 +199,8 @@
</goals>
<configuration>
<tasks>
- <property name="database" value="${database}"/>
- <ant antfile="scripts/antrun-jbpm-config.xml" target="concat"/>
+ <property name="database" value="${database}" />
+ <ant antfile="scripts/antrun-jbpm-config.xml" target="concat" />
</tasks>
</configuration>
</execution>
@@ -231,6 +226,56 @@
<properties>
<database>hsqldb</database>
</properties>
+ <dependencies>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</profile>
+
+ <!--
+ Name: hsqldb
+ Descr: Hypersonic Database Setup
+ -->
+ <profile>
+ <id>hsqldb</id>
+ <activation>
+ <property>
+ <name>database</name>
+ <value>hsqldb</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+
+ <!--
+ Name: mysql
+ Descr: MySQL Database Setup
+ -->
+ <profile>
+ <id>mysql</id>
+ <activation>
+ <property>
+ <name>database</name>
+ <value>mysql</value>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+
</profiles>
</project>
\ No newline at end of file
Modified: jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml 2008-08-27 12:11:27 UTC (rev 2031)
+++ jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml 2008-08-27 13:03:34 UTC (rev 2032)
@@ -5,8 +5,8 @@
<!-- JDBC connection properties (begin) -->
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jbpmtest</property>
- <property name="hibernate.connection.username">username</property>
- <property name="hibernate.connection.password">password</property>
+ <property name="hibernate.connection.username">jbpmtest</property>
+ <property name="hibernate.connection.password"></property>
<property name="hibernate.query.substitutions">true 1, false 0</property>
<property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml 2008-08-27 12:11:27 UTC (rev 2031)
+++ jbpm3/trunk/pom.xml 2008-08-27 13:03:34 UTC (rev 2032)
@@ -51,7 +51,6 @@
<hibernate.version>3.2.6.ga</hibernate.version>
<hibernate.annotations.version>3.3.1.GA</hibernate.annotations.version>
<hibernate.validator.version>3.0.0.ga</hibernate.validator.version>
- <hsqldb.version>1.8.0.7</hsqldb.version>
<izpack.version>4.0.0</izpack.version>
<jasper.reports.version>3.0.0</jasper.reports.version>
<javax.ejb.version>3.0</javax.ejb.version>
@@ -73,6 +72,10 @@
<poi.version>3.0.2-FINAL</poi.version>
<richfaces.ui.version>3.2.1.GA</richfaces.ui.version>
<slf4j.version>1.5.2</slf4j.version>
+
+ <!-- Database Driver Versions -->
+ <hsqldb.version>1.8.0.7</hsqldb.version>
+ <mysql.connector.version>5.1.6</mysql.connector.version>
</properties>
<!-- DependencyManagement -->
@@ -159,11 +162,6 @@
<version>${gwt.version}</version>
</dependency>
<dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>${hsqldb.version}</version>
- </dependency>
- <dependency>
<groupId>jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>${jasper.reports.version}</version>
@@ -352,6 +350,18 @@
<artifactId>poi-scratchpad</artifactId>
<version>${poi.version}</version>
</dependency>
+
+ <!-- Database Driver Versions -->
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>${hsqldb.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>mysql</groupId>
+ <artifactId>mysql-connector-java</artifactId>
+ <version>${mysql.connector.version}</version>
+ </dependency>
</dependencies>
</dependencyManagement>
17 years, 8 months
JBoss JBPM SVN: r2031 - in jbpm3/trunk/modules/jpdl/core: scripts and 1 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-08-27 08:11:27 -0400 (Wed, 27 Aug 2008)
New Revision: 2031
Added:
jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.hsqldb.xml
jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml
Removed:
jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.xml
Modified:
jbpm3/trunk/modules/jpdl/core/pom.xml
jbpm3/trunk/modules/jpdl/core/scripts/antrun-jbpm-config.xml
jbpm3/trunk/modules/jpdl/core/scripts/assembly-config.xml
Log:
Parameterize hibernate cfg concat
Modified: jbpm3/trunk/modules/jpdl/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/pom.xml 2008-08-27 10:15:00 UTC (rev 2030)
+++ jbpm3/trunk/modules/jpdl/core/pom.xml 2008-08-27 12:11:27 UTC (rev 2031)
@@ -10,211 +10,227 @@
<!-- ====================================================================== -->
<!-- $Id$ -->
-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <name>JBoss jBPM - jPDL Core</name>
+ <groupId>org.jboss.jbpm</groupId>
+ <artifactId>jbpm-jpdl-core</artifactId>
+ <packaging>jar</packaging>
- <name>JBoss jBPM - jPDL Core</name>
- <groupId>org.jboss.jbpm</groupId>
- <artifactId>jbpm-jpdl-core</artifactId>
- <packaging>jar</packaging>
-
<!-- Parent -->
- <parent>
- <groupId>org.jboss.jbpm</groupId>
- <artifactId>jbpm-jpdl</artifactId>
- <version>3.3.0-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.jboss.jbpm</groupId>
+ <artifactId>jbpm-jpdl</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </parent>
<!-- Dependencies -->
- <dependencies>
+ <dependencies>
<!-- jBPM Dependencies -->
- <!-- dependency>
- <groupId>org.jboss.jbpm</groupId>
- <artifactId>jbpm-api</artifactId>
- <version>${version}</version>
- </dependency-->
+ <!--
+ dependency> <groupId>org.jboss.jbpm</groupId> <artifactId>jbpm-api</artifactId> <version>${version}</version> </dependency
+ -->
<!-- Compile Dependencies -->
- <dependency>
- <groupId>bsh</groupId>
- <artifactId>bsh</artifactId>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </dependency>
- <dependency>
- <groupId>dom4j</groupId>
- <artifactId>dom4j</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.jcr</groupId>
- <artifactId>jcr</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.jackrabbit</groupId>
- <artifactId>jackrabbit-core</artifactId>
- </dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- </dependency>
- <dependency>
- <groupId>dumbster</groupId>
- <artifactId>dumbster</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>jaxen</groupId>
- <artifactId>jaxen</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
- </dependency>
+ <dependency>
+ <groupId>bsh</groupId>
+ <artifactId>bsh</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>dom4j</groupId>
+ <artifactId>dom4j</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.jcr</groupId>
+ <artifactId>jcr</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.jackrabbit</groupId>
+ <artifactId>jackrabbit-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>dumbster</groupId>
+ <artifactId>dumbster</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jaxen</groupId>
+ <artifactId>jaxen</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>test</scope>
+ </dependency>
<!-- Test Dependencies -->
- </dependencies>
+ </dependencies>
- <!-- Plugins -->
- <build>
- <resources>
- <resource>
- <targetPath>/</targetPath>
- <filtering>false</filtering>
- <directory>${basedir}/src/main/resources</directory>
- <excludes>
- <exclude>hibernate.*.xml</exclude>
- </excludes>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>single</goal>
- </goals>
- <configuration>
- <finalName>${project.build.finalName}</finalName>
- <appendAssemblyId>true</appendAssemblyId>
- <descriptors>
- <descriptor>scripts/assembly-config.xml</descriptor>
- </descriptors>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
+ <!-- Plugins -->
+ <build>
+ <resources>
+ <resource>
+ <targetPath>/</targetPath>
+ <filtering>false</filtering>
+ <directory>${basedir}/src/main/resources</directory>
+ <excludes>
+ <exclude>hibernate.*.xml</exclude>
+ </excludes>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
<configuration>
- <showDeprecation>false</showDeprecation>
+ <finalName>${project.build.finalName}</finalName>
+ <appendAssemblyId>true</appendAssemblyId>
+ <descriptors>
+ <descriptor>scripts/assembly-config.xml</descriptor>
+ </descriptors>
</configuration>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <showDeprecation>false</showDeprecation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>hibernate.properties.xml</exclude>
+ <exclude>hibernate.mapping.xml</exclude>
+ <exclude>hibernate.cache.xml</exclude>
+ <exclude>jbpm.cfg.xml</exclude>
+ <exclude>jbpm.mail.templates.xml</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/jbpm/mail/MailTest.java</exclude>
+ <exclude>org/jbpm/mail/TaskMailTest.java</exclude>
+ <!--
+ Cleanup stale tests from the testsuite http://jira.jboss.org/jira/browse/JBPM-1205
+ -->
+ <exclude>org/jbpm/context/exe/VariableQueryDbTest.java</exclude>
+ <exclude>org/jbpm/db/ContextSessionDbTest.java</exclude>
+ <exclude>org/jbpm/DefaultConfigurationTest.java</exclude>
+ <exclude>org/jbpm/graph/def/ExceptionHandlerDbTest.java</exclude>
+ <exclude>org/jbpm/graph/def/TransitionDbTest.java</exclude>
+ <exclude>org/jbpm/graph/exe/StateDbTest.java</exclude>
+ <exclude>org/jbpm/graph/exe/SubProcessCancellationTest.java</exclude>
+ <exclude>org/jbpm/graph/exe/SuperStateActionExecutionDbTest.java
+ </exclude>
+ <exclude>org/jbpm/graph/log/NodeLogTest.java</exclude>
+ <exclude>org/jbpm/instantiation/UserCodeInterceptorTest.java</exclude>
+ <exclude>org/jbpm/JbpmDefaultConfigTest.java</exclude>
+ <exclude>org/jbpm/jcr/JcrDbTest.java</exclude>
+ <exclude>org/jbpm/job/executor/ConcurrencyTest.java</exclude>
+ <exclude>org/jbpm/job/executor/JobExecutorDbTest.java</exclude>
+ <exclude>org/jbpm/job/executor/JobLoadJoinTest.java</exclude>
+ <exclude>org/jbpm/job/executor/JobLoadSubProcessTest.java</exclude>
+ <exclude>org/jbpm/jpdl/convert/ConversionTestCase.java</exclude>
+ <exclude>org/jbpm/jpdl/xml/SchemaTest.java</exclude>
+ <exclude>org/jbpm/logging/exe/LoggingConfigDbTest.java</exclude>
+ <exclude>org/jbpm/logging/exe/LogLogTest.java</exclude>
+ <exclude>org/jbpm/mail/RealServerMailTestCase.java</exclude>
+ <exclude>org/jbpm/mock/JdbcProxyTest.java</exclude>
+ <exclude>org/jbpm/perf/PerfWithoutDbTest.java</exclude>
+ <exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
+ <exclude>org/jbpm/perf/TasklistEagerLoadingTest.java</exclude>
+ <exclude>org/jbpm/perf/TaskWithVariablesTest.java</exclude>
+ <exclude>org/jbpm/persistence/db/PersistenceConfigurationTest.java
+ </exclude>
+ <exclude>org/jbpm/scheduler/exe/UnsafeSessionUsageTest.java</exclude>
+ <exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
<configuration>
- <excludes>
- <exclude>hibernate.properties.xml</exclude>
- <exclude>hibernate.mapping.xml</exclude>
- <exclude>hibernate.cache.xml</exclude>
- <exclude>jbpm.cfg.xml</exclude>
- <exclude>jbpm.mail.templates.xml</exclude>
- </excludes>
+ <tasks>
+ <property name="database" value="${database}"/>
+ <ant antfile="scripts/antrun-jbpm-config.xml" target="concat"/>
+ </tasks>
</configuration>
- </plugin>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>org/jbpm/mail/MailTest.java</exclude>
- <exclude>org/jbpm/mail/TaskMailTest.java</exclude>
-
- <!--
- Cleanup stale tests from the testsuite
- http://jira.jboss.org/jira/browse/JBPM-1205
- -->
- <exclude>org/jbpm/context/exe/VariableQueryDbTest.java</exclude>
- <exclude>org/jbpm/db/ContextSessionDbTest.java</exclude>
- <exclude>org/jbpm/DefaultConfigurationTest.java</exclude>
- <exclude>org/jbpm/graph/def/ExceptionHandlerDbTest.java</exclude>
- <exclude>org/jbpm/graph/def/TransitionDbTest.java</exclude>
- <exclude>org/jbpm/graph/exe/StateDbTest.java</exclude>
- <exclude>org/jbpm/graph/exe/SubProcessCancellationTest.java</exclude>
- <exclude>org/jbpm/graph/exe/SuperStateActionExecutionDbTest.java</exclude>
- <exclude>org/jbpm/graph/log/NodeLogTest.java</exclude>
- <exclude>org/jbpm/instantiation/UserCodeInterceptorTest.java</exclude>
- <exclude>org/jbpm/JbpmDefaultConfigTest.java</exclude>
- <exclude>org/jbpm/jcr/JcrDbTest.java</exclude>
- <exclude>org/jbpm/job/executor/ConcurrencyTest.java</exclude>
- <exclude>org/jbpm/job/executor/JobExecutorDbTest.java</exclude>
- <exclude>org/jbpm/job/executor/JobLoadJoinTest.java</exclude>
- <exclude>org/jbpm/job/executor/JobLoadSubProcessTest.java</exclude>
- <exclude>org/jbpm/jpdl/convert/ConversionTestCase.java</exclude>
- <exclude>org/jbpm/jpdl/xml/SchemaTest.java</exclude>
- <exclude>org/jbpm/logging/exe/LoggingConfigDbTest.java</exclude>
- <exclude>org/jbpm/logging/exe/LogLogTest.java</exclude>
- <exclude>org/jbpm/mail/RealServerMailTestCase.java</exclude>
- <exclude>org/jbpm/mock/JdbcProxyTest.java</exclude>
- <exclude>org/jbpm/perf/PerfWithoutDbTest.java</exclude>
- <exclude>org/jbpm/perf/StateUpdateTest.java</exclude>
- <exclude>org/jbpm/perf/TasklistEagerLoadingTest.java</exclude>
- <exclude>org/jbpm/perf/TaskWithVariablesTest.java</exclude>
- <exclude>org/jbpm/persistence/db/PersistenceConfigurationTest.java</exclude>
- <exclude>org/jbpm/scheduler/exe/UnsafeSessionUsageTest.java</exclude>
- <exclude>org/jbpm/seam/SeamPageFlowTest.java</exclude>
- </excludes>
- </configuration>
- </plugin>
-
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <phase>generate-resources</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <ant antfile="scripts/antrun-jbpm-config.xml"/>
- </tasks>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
-</project>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <!-- Profiles -->
+ <profiles>
+
+ <!--
+ Name: no-database
+ Descr: Setup the default database
+ -->
+ <profile>
+ <id>no-database</id>
+ <activation>
+ <property>
+ <name>!database</name>
+ </property>
+ </activation>
+ <properties>
+ <database>hsqldb</database>
+ </properties>
+ </profile>
+ </profiles>
+</project>
\ No newline at end of file
Modified: jbpm3/trunk/modules/jpdl/core/scripts/antrun-jbpm-config.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/scripts/antrun-jbpm-config.xml 2008-08-27 10:15:00 UTC (rev 2030)
+++ jbpm3/trunk/modules/jpdl/core/scripts/antrun-jbpm-config.xml 2008-08-27 12:11:27 UTC (rev 2031)
@@ -11,50 +11,39 @@
<!-- $Id$ -->
-<project default="main">
-
- <property name="project.resources.directory" value="${basedir}/src/main/resources"/>
+<project default="concat">
<property name="project.build.directory" value="${basedir}/target"/>
- <property name="project.build.resources.directory" value="${project.build.directory}/resources"/>
- <property name="project.build.classes.directory" value="${project.build.directory}/classes"/>
+ <property name="project.resources.directory" value="${basedir}/src/main/resources"/>
- <property name="thirdparty.dir" value="${project.build.directory}/thirdparty"/>
+ <!-- Concat hibernate.cfg.xml -->
+ <target name="concat">
- <!-- ================================================================== -->
- <!-- Initialization -->
- <!-- ================================================================== -->
+ <property name="hibernate.properties.xml" value="hibernate.properties.${database}.xml"/>
+ <available property="database.properties.available" file="${project.resources.directory}/${hibernate.properties.xml}"/>
+ <fail message="${hibernate.properties.xml} not available" unless="database.properties.available"/>
+
+ <echo/>
+ <echo message="Concat hibernate.cfg.xml using ${hibernate.properties.xml}" />
+ <echo/>
+
+ <concat destfile="${project.build.directory}/classes/hibernate.cfg.xml">
+ <header trimleading="yes"><![CDATA[<?xml version='1.0' encoding='utf-8'?>
- <target name="init">
- </target>
+<!DOCTYPE hibernate-configuration PUBLIC
+ "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
+ "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
- <!-- Compile resource files -->
- <target name="main" depends="init">
-
- <!-- Concat hibernate.cfg.xml -->
- <echo>==================</echo>
- <echo message="Concat ${project.build.classes.directory}/hibernate.cfg.xml"/>
- <echo>==================</echo>
-
- <concat destfile="${project.build.classes.directory}/hibernate.cfg.xml">
- <header trimleading="yes"><?xml version='1.0' encoding='utf-8'?>
-
- <!DOCTYPE hibernate-configuration PUBLIC
- "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
- "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
-
- <hibernate-configuration>
- <session-factory>
- </header>
- <!--fileset file="${project.build.resources.directory}/jbpm-jpdl-core/hibernate.cfg.xml"/-->
- <fileset file="${project.resources.directory}/hibernate.properties.xml"/>
- <fileset file="${project.resources.directory}/hibernate.mapping.xml"/>
- <fileset file="${project.resources.directory}/hibernate.cache.xml"/>
- <footer trimleading="yes">
- </session-factory>
- </hibernate-configuration>
- </footer>
- </concat>
-
+<hibernate-configuration>
+ <session-factory>
+ ]]></header>
+ <fileset file="${project.resources.directory}/${hibernate.properties.xml}" />
+ <fileset file="${project.resources.directory}/hibernate.mapping.xml" />
+ <fileset file="${project.resources.directory}/hibernate.cache.xml" />
+ <footer trimleading="yes"><![CDATA[
+ </session-factory>
+</hibernate-configuration>
+ ]]></footer>
+ </concat>
+
</target>
-
-</project>
+</project>
\ No newline at end of file
Modified: jbpm3/trunk/modules/jpdl/core/scripts/assembly-config.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/scripts/assembly-config.xml 2008-08-27 10:15:00 UTC (rev 2030)
+++ jbpm3/trunk/modules/jpdl/core/scripts/assembly-config.xml 2008-08-27 12:11:27 UTC (rev 2031)
@@ -1,28 +1,28 @@
<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
- <id>config</id>
- <formats>
- <format>jar</format>
- </formats>
- <includeBaseDirectory>false</includeBaseDirectory>
- <fileSets>
- <fileSet>
- <directory>src/main/resources</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>hibernate.properties.xml</include>
- <include>hibernate.mapping.xml</include>
- <include>hibernate.cache.xml</include>
- <include>jbpm.cfg.xml</include>
- <include>jbpm.mail.templates.xml</include>
- </includes>
- </fileSet>
- <fileSet>
- <directory>src/test/resources</directory>
- <outputDirectory>/</outputDirectory>
- <includes>
- <include>log4j.xml</include>
- </includes>
- </fileSet>
- </fileSets>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+ <id>config</id>
+ <formats>
+ <format>jar</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <fileSets>
+ <fileSet>
+ <directory>src/main/resources</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>hibernate.properties.xml</include>
+ <include>hibernate.mapping.xml</include>
+ <include>hibernate.cache.xml</include>
+ <include>jbpm.cfg.xml</include>
+ <include>jbpm.mail.templates.xml</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>src/test/resources</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>log4j.xml</include>
+ </includes>
+ </fileSet>
+ </fileSets>
</assembly>
\ No newline at end of file
Added: jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.hsqldb.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.hsqldb.xml (rev 0)
+++ jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.hsqldb.xml 2008-08-27 12:11:27 UTC (rev 2031)
@@ -0,0 +1,34 @@
+
+ <!-- hibernate dialect -->
+ <property name="hibernate.dialect">org.hibernate.dialect.HSQLDialect</property>
+
+ <!-- JDBC connection properties (begin) -->
+ <property name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>
+ <property name="hibernate.connection.url">jdbc:hsqldb:mem:jbpm</property>
+ <property name="hibernate.connection.username">sa</property>
+ <property name="hibernate.connection.password"></property>
+ <!-- JDBC connection properties (end) -->
+
+ <property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
+
+ <property name="hibernate.hbm2ddl.auto">create</property>
+
+ <!-- DataSource properties
+ <property name="hibernate.connection.datasource">java:comp/env/jdbc/JbpmDataSource</property>
+ -->
+
+ <!-- JTA transaction properties
+ <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
+ <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
+ -->
+
+ <!-- CMT transaction properties
+ <property name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
+ <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
+ -->
+
+ <!-- logging properties
+ <property name="hibernate.show_sql">true</property>
+ <property name="hibernate.format_sql">true</property>
+ <property name="hibernate.use_sql_comments">true</property>
+ -->
\ No newline at end of file
Property changes on: jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.hsqldb.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml (rev 0)
+++ jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml 2008-08-27 12:11:27 UTC (rev 2031)
@@ -0,0 +1,14 @@
+
+ <!-- hibernate dialect -->
+ <property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
+
+ <!-- JDBC connection properties (begin) -->
+ <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
+ <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jbpmtest</property>
+ <property name="hibernate.connection.username">username</property>
+ <property name="hibernate.connection.password">password</property>
+ <property name="hibernate.query.substitutions">true 1, false 0</property>
+
+ <property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
+
+ <property name="hibernate.hbm2ddl.auto">create</property>
Property changes on: jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.mysql.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Deleted: jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.xml 2008-08-27 10:15:00 UTC (rev 2030)
+++ jbpm3/trunk/modules/jpdl/core/src/main/resources/hibernate.properties.xml 2008-08-27 12:11:27 UTC (rev 2031)
@@ -1,38 +0,0 @@
-<!--
- ==================================================================================
- START org.jboss.jbpm:jbpm-jpdl-core src/main/resources/hibernate.cfg.xml
- ==================================================================================
--->
- <!-- hibernate dialect -->
- <property name="hibernate.dialect">org.hibernate.dialect.HSQLDialect</property>
-
- <!-- JDBC connection properties (begin) -->
- <property name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>
- <property name="hibernate.connection.url">jdbc:hsqldb:mem:jbpm</property>
- <property name="hibernate.connection.username">sa</property>
- <property name="hibernate.connection.password"></property>
- <!-- JDBC connection properties (end) -->
-
- <property name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
-
- <property name="hibernate.hbm2ddl.auto">create</property>
-
- <!-- DataSource properties (begin) ===
- <property name="hibernate.connection.datasource">java:comp/env/jdbc/JbpmDataSource</property>
- ==== DataSource properties (end) -->
-
- <!-- JTA transaction properties (begin) ===
- <property name="hibernate.transaction.factory_class">org.hibernate.transaction.JTATransactionFactory</property>
- <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
- ==== JTA transaction properties (end) -->
-
- <!-- CMT transaction properties (begin) ===
- <property name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
- <property name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
- ==== CMT transaction properties (end) -->
-
- <!-- logging properties (begin) ===
- <property name="hibernate.show_sql">true</property>
- <property name="hibernate.format_sql">true</property>
- <property name="hibernate.use_sql_comments">true</property>
- ==== logging properties (end) -->
\ No newline at end of file
17 years, 8 months
JBoss JBPM SVN: r2030 - in jbpm3/trunk: modules/console and 10 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-08-27 06:15:00 -0400 (Wed, 27 Aug 2008)
New Revision: 2030
Modified:
jbpm3/trunk/modules/console/.classpath
jbpm3/trunk/modules/distribution/.classpath
jbpm3/trunk/modules/enterprise/.classpath
jbpm3/trunk/modules/jbpm4jsf/.classpath
jbpm3/trunk/modules/jpdl/core/.classpath
jbpm3/trunk/modules/jpdl/db/.classpath
jbpm3/trunk/modules/jpdl/identity/.classpath
jbpm3/trunk/modules/jpdl/integration/.classpath
jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/EndStateWrapper.java
jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StartStateWrapper.java
jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StateWrapper.java
jbpm3/trunk/modules/jpdl/simulation/.classpath
jbpm3/trunk/modules/jpdl/simulation/pom.xml
jbpm3/trunk/modules/jpdl/userguide/.classpath
jbpm3/trunk/pom.xml
Log:
Fix eclipse build
Modified: jbpm3/trunk/modules/console/.classpath
===================================================================
--- jbpm3/trunk/modules/console/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/console/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -3,6 +3,6 @@
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/distribution/.classpath
===================================================================
--- jbpm3/trunk/modules/distribution/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/distribution/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -2,6 +2,6 @@
<classpath>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/enterprise/.classpath
===================================================================
--- jbpm3/trunk/modules/enterprise/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/enterprise/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -5,6 +5,6 @@
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/jbpm4jsf/.classpath
===================================================================
--- jbpm3/trunk/modules/jbpm4jsf/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jbpm4jsf/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -3,6 +3,6 @@
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/jpdl/core/.classpath
===================================================================
--- jbpm3/trunk/modules/jpdl/core/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/core/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/jpdl/db/.classpath
===================================================================
--- jbpm3/trunk/modules/jpdl/db/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/db/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/jpdl/identity/.classpath
===================================================================
--- jbpm3/trunk/modules/jpdl/identity/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/identity/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -4,7 +4,7 @@
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/jpdl/integration/.classpath
===================================================================
--- jbpm3/trunk/modules/jpdl/integration/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/integration/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="src/main/resources"/>
- <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.6"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/EndStateWrapper.java
===================================================================
--- jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/EndStateWrapper.java 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/EndStateWrapper.java 2008-08-27 10:15:00 UTC (rev 2030)
@@ -46,13 +46,11 @@
super(name);
}
- @Override
public FlowObject getFlowObject()
{
return flowObject;
}
- @Override
public void setFlowObject(FlowObject flowObject)
{
this.flowObject = flowObject;
Modified: jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StartStateWrapper.java
===================================================================
--- jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StartStateWrapper.java 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StartStateWrapper.java 2008-08-27 10:15:00 UTC (rev 2030)
@@ -46,13 +46,11 @@
super(name);
}
- @Override
public FlowObject getFlowObject()
{
return flowObject;
}
- @Override
public void setFlowObject(FlowObject flowObject)
{
this.flowObject = flowObject;
Modified: jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StateWrapper.java
===================================================================
--- jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StateWrapper.java 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/integration/src/main/java/org/jbpm/integration/model/StateWrapper.java 2008-08-27 10:15:00 UTC (rev 2030)
@@ -46,13 +46,11 @@
super(name);
}
- @Override
public FlowObject getFlowObject()
{
return flowObject;
}
- @Override
public void setFlowObject(FlowObject flowObject)
{
this.flowObject = flowObject;
Modified: jbpm3/trunk/modules/jpdl/simulation/.classpath
===================================================================
--- jbpm3/trunk/modules/jpdl/simulation/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/simulation/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
- <classpathentry excluding="**" kind="src" path="src/main/resources"/>
+ <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/modules/jpdl/simulation/pom.xml
===================================================================
--- jbpm3/trunk/modules/jpdl/simulation/pom.xml 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/simulation/pom.xml 2008-08-27 10:15:00 UTC (rev 2030)
@@ -56,6 +56,11 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
</dependency>
+ <dependency>
+ <groupId>commons-digester</groupId>
+ <artifactId>commons-digester</artifactId>
+ <version>[1.7]</version>
+ </dependency>
<!-- Test Dependencies -->
<dependency>
Modified: jbpm3/trunk/modules/jpdl/userguide/.classpath
===================================================================
--- jbpm3/trunk/modules/jpdl/userguide/.classpath 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/modules/jpdl/userguide/.classpath 2008-08-27 10:15:00 UTC (rev 2030)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK-1.5"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml 2008-08-27 07:47:57 UTC (rev 2029)
+++ jbpm3/trunk/pom.xml 2008-08-27 10:15:00 UTC (rev 2030)
@@ -65,7 +65,7 @@
<javax.persistence.version>1.0</javax.persistence.version>
<javax.jaxb.version>2.1</javax.jaxb.version>
<jaxen.version>1.1.1</jaxen.version>
- <jboss.bpm.api.version>1.0.0.Alpha1</jboss.bpm.api.version>
+ <jboss.bpm.api.version>1.0.0-Alpha1</jboss.bpm.api.version>
<jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
<jboss.seam.version>2.0.2.GA</jboss.seam.version>
<junit.version>3.8.1</junit.version>
17 years, 8 months
JBoss JBPM SVN: r2029 - jbossbpm/spec/tags.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-08-27 03:47:57 -0400 (Wed, 27 Aug 2008)
New Revision: 2029
Added:
jbossbpm/spec/tags/jboss-bpm-1.0.0-Alpha1/
Removed:
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/
Log:
Rename 1.0.0.Alpha1 to 1.0.0-Alpha1
Copied: jbossbpm/spec/tags/jboss-bpm-1.0.0-Alpha1 (from rev 2028, jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1)
17 years, 8 months
JBoss JBPM SVN: r2028 - in jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1: modules/api and 10 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-08-27 03:47:24 -0400 (Wed, 27 Aug 2008)
New Revision: 2028
Modified:
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/api/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/api10/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/jpdl32/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/stp/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/xpdl21/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/ri/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/client/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/server/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/testsuite/pom.xml
jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/pom.xml
Log:
Rename 1.0.0.Alpha1 to 1.0.0-Alpha1
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/api/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/api/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/api/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/api10/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/api10/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/api10/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -22,6 +22,6 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/jpdl32/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/jpdl32/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/jpdl32/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/stp/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/stp/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/stp/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/xpdl21/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/xpdl21/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/dialects/xpdl21/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -22,6 +22,6 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/ri/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/ri/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/ri/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/client/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/client/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/client/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-sample-airticket</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
</parent>
<!-- Dependencies -->
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/server/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/server/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/samples/airticket/server/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-sample-airticket</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
</parent>
<!-- Dependencies -->
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/testsuite/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/testsuite/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/modules/testsuite/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/pom.xml
===================================================================
--- jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
+++ jbossbpm/spec/tags/jboss-bpm-1.0.0.Alpha1/pom.xml 2008-08-27 07:47:24 UTC (rev 2028)
@@ -17,7 +17,7 @@
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
<packaging>pom</packaging>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-Alpha1</version>
<!-- Parent -->
<parent>
17 years, 8 months
JBoss JBPM SVN: r2027 - in jbossbpm/spec/trunk: modules/api and 10 other directories.
by do-not-reply@jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-08-27 03:28:50 -0400 (Wed, 27 Aug 2008)
New Revision: 2027
Modified:
jbossbpm/spec/trunk/modules/api/pom.xml
jbossbpm/spec/trunk/modules/dialects/api10/pom.xml
jbossbpm/spec/trunk/modules/dialects/jpdl32/pom.xml
jbossbpm/spec/trunk/modules/dialects/pom.xml
jbossbpm/spec/trunk/modules/dialects/stp/pom.xml
jbossbpm/spec/trunk/modules/dialects/xpdl21/pom.xml
jbossbpm/spec/trunk/modules/ri/pom.xml
jbossbpm/spec/trunk/modules/samples/airticket/client/pom.xml
jbossbpm/spec/trunk/modules/samples/airticket/pom.xml
jbossbpm/spec/trunk/modules/samples/airticket/server/pom.xml
jbossbpm/spec/trunk/modules/testsuite/pom.xml
jbossbpm/spec/trunk/pom.xml
Log:
1.0.0-SNAPSHOT
Modified: jbossbpm/spec/trunk/modules/api/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/api/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/api/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/trunk/modules/dialects/api10/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/dialects/api10/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/dialects/api10/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -22,6 +22,6 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/trunk/modules/dialects/jpdl32/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/dialects/jpdl32/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/dialects/jpdl32/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/trunk/modules/dialects/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/dialects/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/dialects/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/trunk/modules/dialects/stp/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/dialects/stp/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/dialects/stp/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/trunk/modules/dialects/xpdl21/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/dialects/xpdl21/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/dialects/xpdl21/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -22,6 +22,6 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-dialects</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
</project>
\ No newline at end of file
Modified: jbossbpm/spec/trunk/modules/ri/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/ri/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/ri/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/trunk/modules/samples/airticket/client/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/samples/airticket/client/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/samples/airticket/client/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-sample-airticket</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<!-- Dependencies -->
Modified: jbossbpm/spec/trunk/modules/samples/airticket/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/samples/airticket/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/samples/airticket/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/trunk/modules/samples/airticket/server/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/samples/airticket/server/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/samples/airticket/server/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-sample-airticket</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<!-- Dependencies -->
Modified: jbossbpm/spec/trunk/modules/testsuite/pom.xml
===================================================================
--- jbossbpm/spec/trunk/modules/testsuite/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/modules/testsuite/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: jbossbpm/spec/trunk/pom.xml
===================================================================
--- jbossbpm/spec/trunk/pom.xml 2008-08-27 01:25:01 UTC (rev 2026)
+++ jbossbpm/spec/trunk/pom.xml 2008-08-27 07:28:50 UTC (rev 2027)
@@ -17,7 +17,7 @@
<groupId>org.jboss.bpm</groupId>
<artifactId>jboss-bpm-spec</artifactId>
<packaging>pom</packaging>
- <version>1.0.0.Alpha1</version>
+ <version>1.0.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
17 years, 8 months
JBoss JBPM SVN: r2026 - in jbpm3/branches/jpdl-3.2.3.CP: jbpm4jsf and 1 other directory.
by do-not-reply@jboss.org
Author: alex.guizar(a)jboss.com
Date: 2008-08-26 21:25:01 -0400 (Tue, 26 Aug 2008)
New Revision: 2026
Modified:
jbpm3/branches/jpdl-3.2.3.CP/console/
jbpm3/branches/jpdl-3.2.3.CP/jbpm4jsf/
Log:
excluded target directories from version control
Property changes on: jbpm3/branches/jpdl-3.2.3.CP/console
___________________________________________________________________
Name: svn:ignore
+ target
Property changes on: jbpm3/branches/jpdl-3.2.3.CP/jbpm4jsf
___________________________________________________________________
Name: svn:ignore
+ target
17 years, 8 months
JBoss JBPM SVN: r2025 - jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/bamconsole.
by do-not-reply@jboss.org
Author: alex.guizar(a)jboss.com
Date: 2008-08-26 21:10:42 -0400 (Tue, 26 Aug 2008)
New Revision: 2025
Modified:
jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/bamconsole/
Log:
excluded target directories from version control
Property changes on: jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/bamconsole
___________________________________________________________________
Name: svn:ignore
+ target
17 years, 8 months
JBoss JBPM SVN: r2024 - in jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704: jpdl/dist and 1 other directory.
by do-not-reply@jboss.org
Author: alex.guizar(a)jboss.com
Date: 2008-08-26 21:08:09 -0400 (Tue, 26 Aug 2008)
New Revision: 2024
Modified:
jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/bamconsole/build.xml
jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/jpdl/dist/build.xml
Log:
[JBPM-1704] repaired broken replace tasks
corrected a typo which prevented the bam dependencies from ever being up to date
Modified: jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/bamconsole/build.xml
===================================================================
--- jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/bamconsole/build.xml 2008-08-27 01:02:31 UTC (rev 2023)
+++ jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/bamconsole/build.xml 2008-08-27 01:08:09 UTC (rev 2024)
@@ -337,7 +337,7 @@
<available file="${lib.bam.richfaces-ui.local}" />
<available file="${lib.bam.drools-core.local}" />
<available file="${lib.bam.drools-compiler.local}" />
- <available file="${lib.bam.mvl14.local}" />
+ <available file="${lib.bam.mvel14.local}" />
<available file="${lib.bam.antlr-runtime.local}" />
<available file="${lib.bam.itext.local}" />
<available file="${lib.bam.jasperreports.local}" />
Modified: jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/jpdl/dist/build.xml
===================================================================
--- jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/jpdl/dist/build.xml 2008-08-27 01:02:31 UTC (rev 2023)
+++ jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/jpdl/dist/build.xml 2008-08-27 01:08:09 UTC (rev 2024)
@@ -64,19 +64,12 @@
<!-- include identity mappings in the hibernate configuration -->
<replace file="target/jbpm-jpdl/config/hibernate.cfg.xml">
- <replacetoken>
- <![CDATA[identity mappings (begin) ===]]>
- </replacetoken>
- <replacevalue>
- <![CDATA[identity mappings (begin) -->]]></replacevalue>
+ <replacetoken><![CDATA[identity mappings (begin) ===]]></replacetoken>
+ <replacevalue><![CDATA[identity mappings (begin) -->]]></replacevalue>
</replace>
<replace file="target/jbpm-jpdl/config/hibernate.cfg.xml">
- <replacetoken>
- <![CDATA[==== identity mappings (end)]]>
- </replacetoken>
- <replacevalue>
- <![CDATA[<!-- identity mappings (end)]]>
- </replacevalue>
+ <replacetoken><![CDATA[==== identity mappings (end)]]></replacetoken>
+ <replacevalue><![CDATA[<!-- identity mappings (end)]]></replacevalue>
</replace>
<!-- adding the identity sources -->
@@ -185,17 +178,12 @@
<!-- UPDATING THE README -->
<replace file="target/jbpm-jpdl-${lib.jbpm.jpdl.version}/readme.html">
- <replacetoken>
- <![CDATA[<!-- Suite Only]]>
- </replacetoken>
- <replacevalue>
- </replacevalue>
+ <replacetoken><![CDATA[<!-- Suite Only]]></replacetoken>
+ <replacevalue />
</replace>
<replace file="target/jbpm-jpdl-${lib.jbpm.jpdl.version}/readme.html">
- <replacetoken>
- <![CDATA[Suite Only -->]]></replacetoken>
- <replacevalue>
- </replacevalue>
+ <replacetoken><![CDATA[Suite Only -->]]></replacetoken>
+ <replacevalue />
</replace>
<!-- ADDING THE SERVER -->
17 years, 8 months