Repository SVN: r32334 - maven2/org/tohu/tohu-loader/1.1.0.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:43 -0500 (Sun, 29 Nov 2009)
New Revision: 32334
Added:
maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.pom
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.pom
Added: maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.pom
===================================================================
--- maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.pom (rev 0)
+++ maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.pom 2009-11-30 02:55:43 UTC (rev 32334)
@@ -0,0 +1,90 @@
+<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>
+
+ <parent>
+ <artifactId>tohu</artifactId>
+ <groupId>org.tohu</groupId>
+ <version>1.1.0</version>
+ </parent>
+
+ <artifactId>tohu-loader</artifactId>
+ <packaging>jar</packaging>
+ <name>Tohu :: Loader</name>
+ <version>1.1.0</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.poi</groupId>
+ <artifactId>poi</artifactId>
+ <version>3.5-FINAL</version>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.7.0</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.3.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.antlr</groupId>
+ <artifactId>antlr</artifactId>
+ <version>3.1.1</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.tohu</groupId>
+ <artifactId>tohu-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0.2</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.1.1</version>
+
+ <!-- This configuration causes scanning of an Excel file every 5 seconds and if -->
+ <!-- changed the new rule files are created and copied to the drools destination directory. -->
+ <configuration>
+ <mainClass>org.tohu.load.PeriodicRuleLoader</mainClass>
+ <arguments>
+ <argument>${rules-spreadsheet-file}</argument>
+ <argument>${rules-destination-dir}</argument>
+ <argument>${rules-import-dir}</argument>
+ <argument>${drools-destination-dir}</argument>
+ </arguments>
+ </configuration>
+
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <site-deploy>${basedir}/../</site-deploy>
+ <project-to-load>../../TestProject</project-to-load>
+ <rules-spreadsheet-file>${project-to-load}/src/main/resources/rules/SampleDecisionTreeComplex.xls</rules-spreadsheet-file>
+ <rules-destination-dir>${project-to-load}/target/temp-rules-dir</rules-destination-dir>
+ <rules-import-dir>${project-to-load}/src/main/resources/rules</rules-import-dir>
+ <drools-destination-dir>${project-to-load}/src/main/resources/rules</drools-destination-dir>
+ </properties>
+
+</project>
15 years
Repository SVN: r32333 - maven2/org/tohu/tohu-loader.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:40 -0500 (Sun, 29 Nov 2009)
New Revision: 32333
Added:
maven2/org/tohu/tohu-loader/maven-metadata.xml.sha1
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader/maven-metadata.xml.sha1
Added: maven2/org/tohu/tohu-loader/maven-metadata.xml.sha1
===================================================================
--- maven2/org/tohu/tohu-loader/maven-metadata.xml.sha1 (rev 0)
+++ maven2/org/tohu/tohu-loader/maven-metadata.xml.sha1 2009-11-30 02:55:40 UTC (rev 32333)
@@ -0,0 +1 @@
+ef44f21039904e1e14988256544126e2e523c215
\ No newline at end of file
15 years
Repository SVN: r32332 - maven2/org/tohu/tohu-loader.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:36 -0500 (Sun, 29 Nov 2009)
New Revision: 32332
Added:
maven2/org/tohu/tohu-loader/maven-metadata.xml.md5
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader/maven-metadata.xml.md5
Added: maven2/org/tohu/tohu-loader/maven-metadata.xml.md5
===================================================================
--- maven2/org/tohu/tohu-loader/maven-metadata.xml.md5 (rev 0)
+++ maven2/org/tohu/tohu-loader/maven-metadata.xml.md5 2009-11-30 02:55:36 UTC (rev 32332)
@@ -0,0 +1 @@
+da8367d54c481785d11b6a1e7d08c095
\ No newline at end of file
15 years
Repository SVN: r32331 - maven2/org/tohu/tohu-loader.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:33 -0500 (Sun, 29 Nov 2009)
New Revision: 32331
Added:
maven2/org/tohu/tohu-loader/maven-metadata.xml
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader/maven-metadata.xml
Added: maven2/org/tohu/tohu-loader/maven-metadata.xml
===================================================================
--- maven2/org/tohu/tohu-loader/maven-metadata.xml (rev 0)
+++ maven2/org/tohu/tohu-loader/maven-metadata.xml 2009-11-30 02:55:33 UTC (rev 32331)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.tohu</groupId>
+ <artifactId>tohu-loader</artifactId>
+ <version>1.1.0</version>
+ <versioning>
+ <versions>
+ <version>1.1.0</version>
+ </versions>
+ <lastUpdated>20091130025507</lastUpdated>
+ </versioning>
+</metadata>
15 years
Repository SVN: r32330 - maven2/org/tohu/tohu-loader/1.1.0.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:29 -0500 (Sun, 29 Nov 2009)
New Revision: 32330
Added:
maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.sha1
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.sha1
Added: maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.sha1
===================================================================
--- maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.sha1 (rev 0)
+++ maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.sha1 2009-11-30 02:55:29 UTC (rev 32330)
@@ -0,0 +1 @@
+c01dc5469d7d15cae99e2967c4fe4f7f9f65e000
\ No newline at end of file
15 years
Repository SVN: r32329 - maven2/org/tohu/tohu-loader/1.1.0.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:26 -0500 (Sun, 29 Nov 2009)
New Revision: 32329
Added:
maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.md5
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.md5
Added: maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.md5
===================================================================
--- maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.md5 (rev 0)
+++ maven2/org/tohu/tohu-loader/1.1.0/tohu-loader-1.1.0.jar.md5 2009-11-30 02:55:26 UTC (rev 32329)
@@ -0,0 +1 @@
+7567592e655db1ba763270ccb29c0287
\ No newline at end of file
15 years
Repository SVN: r32327 - maven2/org/tohu/tohu-loader.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:17 -0500 (Sun, 29 Nov 2009)
New Revision: 32327
Added:
maven2/org/tohu/tohu-loader/1.1.0/
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader/1.1.0
15 years
Repository SVN: r32326 - maven2/org/tohu.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:14 -0500 (Sun, 29 Nov 2009)
New Revision: 32326
Added:
maven2/org/tohu/tohu-loader/
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-loader
15 years
Repository SVN: r32325 - maven2/org/tohu/tohu-clients.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:08 -0500 (Sun, 29 Nov 2009)
New Revision: 32325
Modified:
maven2/org/tohu/tohu-clients/maven-metadata.xml.sha1
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-clients/maven-metadata.xml.sha1
Modified: maven2/org/tohu/tohu-clients/maven-metadata.xml.sha1
===================================================================
--- maven2/org/tohu/tohu-clients/maven-metadata.xml.sha1 2009-11-30 02:55:05 UTC (rev 32324)
+++ maven2/org/tohu/tohu-clients/maven-metadata.xml.sha1 2009-11-30 02:55:08 UTC (rev 32325)
@@ -1 +1 @@
-a402377a6438dcaecd8cf6b50472edac627d6803
\ No newline at end of file
+5bb4d2cead1efbf6e464043ee478048a5bc7c4fc
\ No newline at end of file
15 years
Repository SVN: r32324 - maven2/org/tohu/tohu-clients.
by jboss-maven2-commits@lists.jboss.org
Author: damonhorrell
Date: 2009-11-29 21:55:05 -0500 (Sun, 29 Nov 2009)
New Revision: 32324
Modified:
maven2/org/tohu/tohu-clients/maven-metadata.xml.md5
Log:
Autoversioning commit: a non-deltaV client made a change to
/maven2/org/tohu/tohu-clients/maven-metadata.xml.md5
Modified: maven2/org/tohu/tohu-clients/maven-metadata.xml.md5
===================================================================
--- maven2/org/tohu/tohu-clients/maven-metadata.xml.md5 2009-11-30 02:55:02 UTC (rev 32323)
+++ maven2/org/tohu/tohu-clients/maven-metadata.xml.md5 2009-11-30 02:55:05 UTC (rev 32324)
@@ -1 +1 @@
-69d27cd0a1020669084e858bd5db7963
\ No newline at end of file
+831dd89b5b8e8aabef0da09c9f16c9a3
\ No newline at end of file
15 years