[jboss-cvs] jboss-seam/seam-gen/build-scripts ...
Gavin King
gavin.king at jboss.com
Tue Jan 30 23:07:26 EST 2007
User: gavin
Date: 07/01/30 23:07:26
Modified: seam-gen/build-scripts build-war.xml build.xml
Log:
add security to seam-gen JBSEAM-719
Revision Changes Path
1.2 +6 -0 jboss-seam/seam-gen/build-scripts/build-war.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build-war.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build-war.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- build-war.xml 30 Jan 2007 05:56:43 -0000 1.1
+++ build-war.xml 31 Jan 2007 04:07:26 -0000 1.2
@@ -63,6 +63,7 @@
<copy todir="${war.dir}/WEB-INF/classes">
<fileset dir="${basedir}/resources">
<include name="seam.properties" />
+ <include name="security.drl" />
</fileset>
</copy>
@@ -102,6 +103,11 @@
<include name="jsf-facelets.jar" />
<include name="jboss-seam-debug.jar" />
<include name="jboss-seam-ui.jar" />
+ <include name="drools-*.jar"/>
+ <include name="janino-*.jar"/>
+ <include name="antlr-*.jar"/>
+ <include name="commons-jci-*.jar"/>
+ <include name="stringtemplate-*.jar"/>
</fileset>
</copy>
1.21 +6 -0 jboss-seam/seam-gen/build-scripts/build.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- build.xml 29 Jan 2007 03:52:40 -0000 1.20
+++ build.xml 31 Jan 2007 04:07:26 -0000 1.21
@@ -124,11 +124,17 @@
<include name="*jpdl.xml" />
<include name="hibernate.cfg.xml" />
<include name="jbpm.cfg.xml" />
+ <include name="security.drl" />
</fileset>
<fileset dir="${lib.dir}">
<include name="jboss-seam.jar" />
<include name="jbpm*.jar" />
<include name="el-*.jar" />
+ <include name="drools-*.jar"/>
+ <include name="janino-*.jar"/>
+ <include name="antlr-*.jar"/>
+ <include name="commons-jci-*.jar"/>
+ <include name="stringtemplate-*.jar"/>
</fileset>
</copy>
<copy todir="${ear.dir}/META-INF">
More information about the jboss-cvs-commits
mailing list