[jboss-svn-commits] JBL Code SVN: r11106 - labs/jbossrules/trunk/drools-compiler/src/main/resources/org/drools/lang.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 19 00:42:04 EDT 2007


Author: michael.neale at jboss.com
Date: 2007-04-19 00:42:04 -0400 (Thu, 19 Apr 2007)
New Revision: 11106

Removed:
   labs/jbossrules/trunk/drools-compiler/src/main/resources/org/drools/lang/DefaultGrammar_en.properties
Log:
getting rid of un-needed stuff

Deleted: labs/jbossrules/trunk/drools-compiler/src/main/resources/org/drools/lang/DefaultGrammar_en.properties
===================================================================
--- labs/jbossrules/trunk/drools-compiler/src/main/resources/org/drools/lang/DefaultGrammar_en.properties	2007-04-19 00:15:09 UTC (rev 11105)
+++ labs/jbossrules/trunk/drools-compiler/src/main/resources/org/drools/lang/DefaultGrammar_en.properties	2007-04-19 04:42:04 UTC (rev 11106)
@@ -1,45 +0,0 @@
-######################################################
-#                                                    #
-#  This is the basic English grammar resourcebundle  #
-#  which uses If/then sentences to describe rules.   #
-#  The file contains configurables such as noun, and #
-#  verb mapping. It also contains rule to natural    #
-#  language grammar mapping.                         #
-#                                                    #
-######################################################
-if=If
-then=Then
-set=Set
-set.verb=to
-set.adverb=
-object.has=has
-object.equal=is
-object.not.has=doesn\'t have
-object.not.equal=is not equal
-object.adj=
-possessive=\'s
-conjunction=and
-conjunction.separator=,
-
-
-######################################################
-#                                                    #
-#  Grammar mapping properties. These mappings allow  #
-#  the RuleML parser to translate Rule grammar to    #
-#  natural language. We do this by providing a       #
-#  simple map which tests the Rule grammar. Each     #
-#  type of sentence should map to one type of RuleML #
-#  grammar. The mappings can not be ambiguous and    #
-#  must have a one to one relationship.              #
-#                                                    #
-######################################################
-# the types of grammar mappings
-grammar.types=constant,bind.var,bind.shadow
-
-# start the grammar mapping
-constant.rule=
-constant.nl=
-bind.var.rule=
-bind.var.nl=
-bind.shadow.rule=
-bind.shadow.nl=




More information about the jboss-svn-commits mailing list