[seam-commits] Seam SVN: r13864 - in branches/enterprise/JBPAPP_4_2_CP01: doc/reference/en/modules and 7 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Oct 14 09:06:51 EDT 2010


Author: manaRH
Date: 2010-10-14 09:06:50 -0400 (Thu, 14 Oct 2010)
New Revision: 13864

Added:
   branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-compiler-3.0.6.jar
   branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-core-3.0.6.jar
Removed:
   branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-compiler-3.0.5.jar
   branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-core-3.0.5.jar
Modified:
   branches/enterprise/JBPAPP_4_2_CP01/.classpath
   branches/enterprise/JBPAPP_4_2_CP01/.project
   branches/enterprise/JBPAPP_4_2_CP01/build.properties
   branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/security.xml
   branches/enterprise/JBPAPP_4_2_CP01/examples/drools/resources/META-INF/application.xml
   branches/enterprise/JBPAPP_4_2_CP01/examples/seambay/resources/META-INF/application.xml
   branches/enterprise/JBPAPP_4_2_CP01/examples/seamspace/resources/META-INF/application.xml
   branches/enterprise/JBPAPP_4_2_CP01/examples/wiki/Wiki.iml
   branches/enterprise/JBPAPP_4_2_CP01/seam-gen/build-scripts/.classpath
   branches/enterprise/JBPAPP_4_2_CP01/seam-gen/resources/META-INF/application.xml
Log:
backported JBPAPP-5226

Modified: branches/enterprise/JBPAPP_4_2_CP01/.classpath
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/.classpath	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/.classpath	2010-10-14 13:06:50 UTC (rev 13864)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
-	<classpathentry kind="src" path="examples/itext/src"/>
 	<classpathentry kind="src" path="src/remoting"/>
 	<classpathentry kind="src" path="src/ioc"/>
 	<classpathentry kind="src" path="src/mail"/>
@@ -10,6 +9,7 @@
 	<classpathentry kind="src" path="src/gen"/>
 	<classpathentry kind="src" path="src/debug"/>
 	<classpathentry kind="src" path="src/ui"/>
+	<classpathentry kind="src" path="examples/seampay/src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="lib/portlet-api-lib.jar"/>
 	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
@@ -27,8 +27,6 @@
 	<classpathentry kind="lib" path="lib/jsf-impl.jar"/>
 	<classpathentry kind="lib" path="lib/ant.jar"/>
 	<classpathentry kind="lib" path="embedded-ejb/conf"/>
-	<classpathentry kind="lib" path="drools/lib/drools-compiler-3.0.5.jar"/>
-	<classpathentry kind="lib" path="drools/lib/drools-core-3.0.5.jar"/>
 	<classpathentry kind="lib" path="lib/jsf-facelets.jar"/>
 	<classpathentry kind="lib" path="lib/mail.jar"/>
 	<classpathentry kind="lib" path="lib/jbpm-3.1.4.jar"/>
@@ -41,5 +39,7 @@
 	<classpathentry kind="lib" path="lib/jsp-api.jar"/>
 	<classpathentry kind="lib" path="examples/itext/lib/jfreechart.jar"/>
 	<classpathentry kind="lib" path="drools/lib/janino-2.4.3.jar"/>
+	<classpathentry kind="lib" path="drools/lib/drools-compiler-3.0.6.jar"/>
+	<classpathentry kind="lib" path="drools/lib/drools-core-3.0.6.jar"/>
 	<classpathentry kind="output" path="output/classes"/>
 </classpath>

Modified: branches/enterprise/JBPAPP_4_2_CP01/.project
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/.project	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/.project	2010-10-14 13:06:50 UTC (rev 13864)
@@ -1,11 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <projectDescription>
-	<name>jboss-seam-1.2.1.AP</name>
+	<name>jboss-seam-121</name>
 	<comment></comment>
 	<projects>
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.jdt.core.javabuilder</name>
 			<arguments>
 			</arguments>
@@ -13,5 +18,6 @@
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
 	</natures>
 </projectDescription>

Modified: branches/enterprise/JBPAPP_4_2_CP01/build.properties
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/build.properties	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/build.properties	2010-10-14 13:06:50 UTC (rev 13864)
@@ -1,2 +1,3 @@
 tomcat.home= /var/lib/tomcat5
-jboss.home= /var/lib/jbossas
+#jboss.home= /home/mnovotny/apps/jboss-eap-4.3/jboss-as
+jboss.home= /home/mnovotny/tmp/jboss-eap-4.3/jboss-as

Modified: branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/security.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/security.xml	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/doc/reference/en/modules/security.xml	2010-10-14 13:06:50 UTC (rev 13864)
@@ -56,20 +56,32 @@
     
     <itemizedlist>
       <listitem>
-        <para>drools-compiler-4.0.2.jar</para>
+        <para>drools-compiler-3.0.6.jar</para>
       </listitem>
       <listitem>
-        <para>drools-core-4.0.2.jar</para>
+        <para>drools-core-3.0.6.jar</para>
       </listitem>
       <listitem>
-        <para>janino-2.5.10.jar</para>
-      </listitem>                                    
+        <para>commons-jci-core-1.0-406301.jar</para>
+      </listitem>
       <listitem>
-        <para>antlr-runtime-3.0.jar</para>
-      </listitem>                    
+        <para>commons-jci-janino-2.4.3.jar</para>
+      </listitem>
       <listitem>
-        <para>mvel-1.2.22-java1.4.jar</para>
+        <para>commons-lang-2.1.jar</para>
       </listitem>
+      <listitem>
+        <para>janino-2.4.3.jar</para>
+      </listitem>
+      <listitem>
+        <para>stringtemplate-2.3b6.jar</para>
+      </listitem>                                
+      <listitem>
+        <para>antlr-2.7.6.jar</para>
+      </listitem>
+      <listitem>
+        <para>antlr-3.0ea8.jar</para>
+      </listitem>                    
     </itemizedlist>     
     
     <para>

Deleted: branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-compiler-3.0.5.jar
===================================================================
(Binary files differ)

Added: branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-compiler-3.0.6.jar
===================================================================
(Binary files differ)


Property changes on: branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-compiler-3.0.6.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-core-3.0.5.jar
===================================================================
(Binary files differ)

Added: branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-core-3.0.6.jar
===================================================================
(Binary files differ)


Property changes on: branches/enterprise/JBPAPP_4_2_CP01/drools/lib/drools-core-3.0.6.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: branches/enterprise/JBPAPP_4_2_CP01/examples/drools/resources/META-INF/application.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/examples/drools/resources/META-INF/application.xml	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/examples/drools/resources/META-INF/application.xml	2010-10-14 13:06:50 UTC (rev 13864)
@@ -30,10 +30,10 @@
 	</module>
 	
     <module>
-	    <java>drools-compiler-3.0.5.jar</java>
+	    <java>drools-compiler-3.0.6.jar</java>
 	</module>
     <module>
-	    <java>drools-core-3.0.5.jar</java>
+	    <java>drools-core-3.0.6.jar</java>
 	</module>
     <module>
 	    <java>antlr-2.7.6.jar</java>
@@ -57,4 +57,4 @@
 	    <java>stringtemplate-2.3b6.jar</java>
 	</module>
     
-</application>
\ No newline at end of file
+</application>

Modified: branches/enterprise/JBPAPP_4_2_CP01/examples/seambay/resources/META-INF/application.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/examples/seambay/resources/META-INF/application.xml	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/examples/seambay/resources/META-INF/application.xml	2010-10-14 13:06:50 UTC (rev 13864)
@@ -22,11 +22,11 @@
   </module>
     
   <module>
-    <java>drools-compiler-3.0.5.jar</java>
+    <java>drools-compiler-3.0.6.jar</java>
   </module>
 
   <module>
-    <java>drools-core-3.0.5.jar</java>
+    <java>drools-core-3.0.6.jar</java>
   </module>    
   
   <module>
@@ -61,4 +61,4 @@
     <java>jcaptcha-all-1.0-RC4.jar</java>
   </module>
   
-</application>
\ No newline at end of file
+</application>

Modified: branches/enterprise/JBPAPP_4_2_CP01/examples/seamspace/resources/META-INF/application.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/examples/seamspace/resources/META-INF/application.xml	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/examples/seamspace/resources/META-INF/application.xml	2010-10-14 13:06:50 UTC (rev 13864)
@@ -27,11 +27,11 @@
   </module>
   
   <module>
-    <java>drools-compiler-3.0.5.jar</java>
+    <java>drools-compiler-3.0.6.jar</java>
   </module>
 
   <module>
-    <java>drools-core-3.0.5.jar</java>
+    <java>drools-core-3.0.6.jar</java>
   </module>    
   
   <module>
@@ -66,4 +66,4 @@
     <java>jcaptcha-all-1.0-RC4.jar</java>
   </module>
   
-</application>
\ No newline at end of file
+</application>

Modified: branches/enterprise/JBPAPP_4_2_CP01/examples/wiki/Wiki.iml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/examples/wiki/Wiki.iml	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/examples/wiki/Wiki.iml	2010-10-14 13:06:50 UTC (rev 13864)
@@ -386,7 +386,7 @@
     <orderEntry type="module-library">
       <library>
         <CLASSES>
-          <root url="jar://$MODULE_DIR$/../../drools/lib/drools-compiler-3.0.5.jar!/" />
+          <root url="jar://$MODULE_DIR$/../../drools/lib/drools-compiler-3.0.6.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES />
@@ -467,7 +467,7 @@
     <orderEntry type="module-library">
       <library>
         <CLASSES>
-          <root url="jar://$MODULE_DIR$/../../drools/lib/drools-core-3.0.5.jar!/" />
+          <root url="jar://$MODULE_DIR$/../../drools/lib/drools-core-3.0.6.jar!/" />
         </CLASSES>
         <JAVADOC />
         <SOURCES />
@@ -558,13 +558,13 @@
     </containerElement>
     <containerElement type="library" level="module">
       <attribute name="method" value="1" />
-      <attribute name="URI" value="/WEB-INF/lib/drools-compiler-3.0.5.jar" />
-      <url>jar://$MODULE_DIR$/../../drools/lib/drools-compiler-3.0.5.jar!/</url>
+      <attribute name="URI" value="/WEB-INF/lib/drools-compiler-3.0.6.jar" />
+      <url>jar://$MODULE_DIR$/../../drools/lib/drools-compiler-3.0.6.jar!/</url>
     </containerElement>
     <containerElement type="library" level="module">
       <attribute name="method" value="1" />
-      <attribute name="URI" value="/WEB-INF/lib/drools-core-3.0.5.jar" />
-      <url>jar://$MODULE_DIR$/../../drools/lib/drools-core-3.0.5.jar!/</url>
+      <attribute name="URI" value="/WEB-INF/lib/drools-core-3.0.6.jar" />
+      <url>jar://$MODULE_DIR$/../../drools/lib/drools-core-3.0.6.jar!/</url>
     </containerElement>
     <containerElement type="library" level="module">
       <attribute name="method" value="1" />

Modified: branches/enterprise/JBPAPP_4_2_CP01/seam-gen/build-scripts/.classpath
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/seam-gen/build-scripts/.classpath	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/seam-gen/build-scripts/.classpath	2010-10-14 13:06:50 UTC (rev 13864)
@@ -13,8 +13,8 @@
 	<classpathentry kind="lib" path="lib/jboss-seam.jar"/>
 	<classpathentry kind="lib" path="lib/jboss-seam-debug.jar"/>
 	<classpathentry kind="lib" path="lib/jbpm-3.1.4.jar"/>
-	<classpathentry kind="lib" path="lib/drools-core-3.0.5.jar"/>
-	<classpathentry kind="lib" path="lib/drools-compiler-3.0.5.jar"/>
+	<classpathentry kind="lib" path="lib/drools-core-3.0.6.jar"/>
+	<classpathentry kind="lib" path="lib/drools-compiler-3.0.6.jar"/>
 	<classpathentry kind="lib" path="lib/janino-2.4.3.jar"/>
 	<classpathentry kind="lib" path="lib/antlr-2.7.6.jar"/>
 	<classpathentry kind="lib" path="lib/antlr-3.0ea8.jar"/>

Modified: branches/enterprise/JBPAPP_4_2_CP01/seam-gen/resources/META-INF/application.xml
===================================================================
--- branches/enterprise/JBPAPP_4_2_CP01/seam-gen/resources/META-INF/application.xml	2010-10-14 13:00:49 UTC (rev 13863)
+++ branches/enterprise/JBPAPP_4_2_CP01/seam-gen/resources/META-INF/application.xml	2010-10-14 13:06:50 UTC (rev 13864)
@@ -32,10 +32,10 @@
 
    <!-- Drools and dependencies -->
    <module>
-      <java>drools-core-3.0.5.jar</java>
+      <java>drools-core-3.0.6.jar</java>
    </module>
    <module>
-      <java>drools-compiler-3.0.5.jar</java>
+      <java>drools-compiler-3.0.6.jar</java>
    </module>
    <module>
       <java>janino-2.4.3.jar</java>



More information about the seam-commits mailing list