[jbpm-commits] JBoss JBPM SVN: r4160 - jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 6 02:42:53 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-03-06 02:42:53 -0500 (Fri, 06 Mar 2009)
New Revision: 4160

Removed:
   jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.properties
   jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.xml
   jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/hibernate/
   jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/identity/
   jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/jboss/
   jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/jbpm/
   jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/jdk/
Log:
work

Deleted: jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.properties
===================================================================
--- jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.properties	2009-03-05 21:46:19 UTC (rev 4159)
+++ jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.properties	2009-03-06 07:42:53 UTC (rev 4160)
@@ -1,7 +0,0 @@
-dest.dir=configfiles
-cache=hashtable
-connection.type=jdbc
-database=hsqldb
-format.sql=include
-jpdl=include
-identity=include

Deleted: jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.xml
===================================================================
--- jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.xml	2009-03-05 21:46:19 UTC (rev 4159)
+++ jbpm4/branches/tbaeyens/modules/config-tool/src/main/resources/build.xml	2009-03-06 07:42:53 UTC (rev 4160)
@@ -1,119 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project name="generate.jbpm.configuration" default="generate" basedir=".">
-	
-	<property file="build.properties" />
-	
-  <target name="generate" description="generates a full jbpm configuration">
-    <delete dir="${dest.dir}" />
-    <mkdir dir="${dest.dir}" />
-    <antcall target="jbpm.hibernate.cfg.xml" />
-    <antcall target="base.hibernate.mapping.files" />
-    <condition property="is.jpdl.included">
-      <equals arg1="${jpdl}" arg2="include" />
-    </condition>
-    <antcall target="jpdl.hibernate.mapping.files" />
-  	<condition property="is.identity.included">
-  		<equals arg1="${jbpm.config.identity}" arg2="include" />
-  	</condition>
-  	<antcall target="identity.config.files" />
-  	<antcall target="jbpm.configuration.files" />
-    <condition property="is.jdk.logging.included">
-      <equals arg1="${jbpm.config.jdk.logging}" arg2="include" />
-    </condition>
-    <antcall target="jdk.logging" />
-  </target>
-
-	<target name="jbpm.hibernate.cfg.xml">
-		<concat destfile="${dest.dir}/jbpm.hibernate.cfg.xml">
-			<filelist dir=".">
-				<file name="hibernate/cfg/part1.jbpm.hibernate.cfg.xml" />
-			  <file name="hibernate/${connection.type}/${database}.xml"/>
-        <file name="hibernate/other/format.sql.${format.sql}.xml"/>
-        <file name="hibernate/cache/${cache}.xml"/>
-        <file name="hibernate/mapping.references/pvm.xml"/>
-        <file name="hibernate/mapping.references/jpdl.${jpdl}.xml"/>
-        <file name="hibernate/cfg/part2.jbpm.hibernate.cfg.xml" />
-			</filelist>
-		</concat>
-	</target>
-
-  <target name="identity.config.files"
-  	      if="is.identity.included">
-	  <copy file="identity/jbpm.identity.cfg.xml" todir="${dest.dir}" overwrite="true" />
-  	<mkdir dir="${dest.dir}/META-INF" />
-    <copy file="hibernate/${connection.type}/${database}.xml"
-          tofile="tmp.persistence.properties.xml"/>
-  	<replace file="tmp.persistence.properties.xml"
-  	         token="&quot;&gt;"
-  	         value="&quot; value=&quot;" />
-    <replace file="tmp.persistence.properties.xml"
-             token="&lt;/property&gt;"
-             value="&quot; /&gt;" />
-    <concat destfile="${dest.dir}/META-INF/persistence.xml">
-      <filelist dir=".">
-        <file name="identity/META-INF/part1.persistence.xml" />
-        <file name="tmp.persistence.properties.xml"/>
-        <file name="identity/META-INF/part2.persistence.xml"/>
-      </filelist>
-    </concat>
-  	<delete file="tmp.persistence.properties.xml" />
-  </target>
-
-  <target name="base.hibernate.mapping.files">
-  	<copy todir="${dest.dir}">
-  		<fileset dir="hibernate/mapping.files">
-  			<exclude name="jbpm.jpdl.hbm.xml" />
-        <exclude name="jbpm.jpdl.activities.xml" />
-  	  </fileset>
-  	</copy>
-	</target>
-
-  <target name="jpdl.hibernate.mapping.files" if="is.jpdl.included">
-    <copy todir="${dest.dir}">
-      <fileset dir="hibernate/mapping.files">
-        <include name="jbpm.jpdl.hbm.xml" />
-        <include name="jbpm.jpdl.activities.xml" />
-      </fileset>
-    </copy>
-  </target>
-
-  <target name="jbpm.configuration.files">
-    <copy todir="${dest.dir}">
-      <fileset dir="jbpm">
-      	<include name="*.xml" />
-      </fileset>
-    </copy>
-    <concat destfile="${dest.dir}/jbpm.wire.bindings.xml">
-      <filelist dir=".">
-        <file name="jbpm/wire.bindings/part1.jbpm.wire.bindings.xml" />
-        <file name="jbpm/wire.bindings/jpdl.${jpdl}.xml"/>
-        <file name="jbpm/wire.bindings/part2.jbpm.wire.bindings.xml" />
-      </filelist>
-    </concat>
-    <concat destfile="${dest.dir}/jbpm.cfg.xml">
-      <filelist dir=".">
-        <file name="jbpm/cfg/part1.jbpm.cfg.xml" />
-        <file name="jbpm/cfg/identity.service.${jbpm.config.identity}.jbpm.cfg.xml" />
-        <file name="jbpm/cfg/part2.jbpm.cfg.xml" />
-        <file name="jbpm/cfg/identity.session.factory.${jbpm.config.identity}.jbpm.cfg.xml" />
-        <file name="jbpm/cfg/jpdl.deployers.${jpdl}.jbpm.cfg.xml" />
-        <file name="jbpm/cfg/part3.jbpm.cfg.xml" />
-        <file name="jbpm/cfg/identity.session.${jbpm.config.identity}.jbpm.cfg.xml" />
-        <file name="jbpm/cfg/part4.jbpm.cfg.xml" />
-      </filelist>
-    </concat>
-  </target>
-
-  <target name="jdk.logging" if="is.jdk.logging.included">
-  	<copy todir="${dest.dir}">
-  		<fileset dir="jdk" />
-    </copy>
-  </target>
-
-  <target name="clean">
-    <delete dir="${jbpm.config.tmp.dir}" />
-    <delete dir="${dest.dir}" />
-  </target>
-	
-</project>




More information about the jbpm-commits mailing list