Now with Drools demo (Rete System to match which level building rules to fire for which PlayerProfiles/Archetypes).

This commit is contained in:
Woody Folsom
2012-03-17 16:46:01 -04:00
parent 28cc5715e9
commit 27d357f1fc
13 changed files with 100 additions and 0 deletions

View File

@@ -8,6 +8,15 @@
<classpathentry kind="lib" path="lib/slf4j-api-1.6.4.jar"/>
<classpathentry kind="lib" path="lib/xuggle-xuggler.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/drools-compiler-5.3.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools-core-5.3.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools-decisiontables-5.3.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools-jsr94-5.3.0.Final.jar"/>
<classpathentry kind="lib" path="lib/drools-api-5.2.0.M1.jar"/>
<classpathentry kind="lib" path="lib/xstream-1.4.2.jar"/>
<classpathentry kind="lib" path="lib/knowledge-api-5.3.0.Final.jar"/>
<classpathentry kind="lib" path="lib/ecj.jar"/>
<classpathentry kind="lib" path="lib/antlr-3.4-complete-no-antlrv2.jar"/>
<classpathentry kind="lib" path="lib/mvel2-2.1.Beta8.jar"/>
<classpathentry kind="output" path="classes"/>
</classpath>