[jboss-cvs] jboss-seam/examples/wiki ...

Christian Bauer christian at hibernate.org
Sun Mar 18 11:44:37 EDT 2007


  User: cbauer  
  Date: 07/03/18 11:44:37

  Modified:    examples/wiki  build.xml
  Log:
  Basic access level/role security, automatic home page for activated users
  
  Revision  Changes    Path
  1.8       +6 -15     jboss-seam/examples/wiki/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	16 Mar 2007 05:42:57 -0000	1.7
  +++ build.xml	18 Mar 2007 15:44:37 -0000	1.8
  @@ -33,7 +33,10 @@
       <property name="seam.home" value="../../"/>
       <property name="lib.dir"        value="${seam.home}/lib" />
       <property name="seamlibs.dir"   value="${seam.home}"/>
  +    <property name="drools.lib.dir" value="${basedir}/droolslibs"/>
  +    <!--
       <property name="drools.lib.dir" value="${seam.home}/drools/lib"/>
  +    -->
   
       <property name="embedded-ejb3.dir" value="${basedir}/embedded-ejb/conf" />
   
  @@ -63,6 +66,7 @@
       <path id="build.classpath">
           <fileset refid="lib" />
           <fileset refid="seamlibs"/>
  +        <fileset refid="droolslibs"/>
       </path>
   
       <path id="test.classpath">
  @@ -176,11 +180,9 @@
               <fileset refid="seamlibs"/>
               <fileset dir="${lib.dir}">
                   <include name="ajax4jsf*.jar" />
  +                <include name="richfaces*.jar" />
                   <include name="oscache*.jar" />
                   <include name="jsf-facelets.jar" />
  -                <include name="jboss-seam.jar" />
  -                <include name="jboss-seam-*.jar" />
  -                <exclude name="jboss-seam-gen.jar" />
                   <include name="commons-jci-*.jar"/>
                   <include name="jbpm*.jar" />
                   <include name="el-*.jar" />
  @@ -213,6 +215,7 @@
                   <include name="*jpdl.xml" />
                   <include name="hibernate.cfg.xml" />
                   <include name="jbpm.cfg.xml" />
  +                <include name="*.skin.properties"/>
               </fileset>
           </copy>
           <copy tofile="${exploded.war.dir}/WEB-INF/classes/import.sql"
  @@ -394,16 +397,4 @@
   
       </target>
   
  -    <!--
  -    <target name="test" depends="buildtest" description="Run the tests">
  -        <taskdef resource="testngtasks" classpath="${testng.jar}" />
  -        <testng outputdir="${basedir}/test-report">
  -            <classpath path="${test.dir}" />
  -            <classpath path="${embedded-ejb3.dir}" />
  -            <classpath refid="build.classpath" />
  -            <xmlfileset dir="${test.dir}" includes="*Test.xml" />
  -        </testng>
  -    </target>
  -    -->
  -
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list