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

Gavin King gavin.king at jboss.com
Mon Oct 23 15:31:19 EDT 2006


  User: gavin   
  Date: 06/10/23 15:31:19

  Modified:    examples/portal  build.xml
  Log:
  updated
  
  Revision  Changes    Path
  1.9       +6 -7      jboss-seam/examples/portal/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/portal/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build.xml	25 May 2006 20:49:17 -0000	1.8
  +++ build.xml	23 Oct 2006 19:31:19 -0000	1.9
  @@ -3,8 +3,8 @@
   <project name="Portal Booking" default="deploy" basedir=".">
   
       <!-- Naming -->
  -    <property name="Name"                   value="Seam on JBoss Hibernate3 Example"/>
  -    <property name="example.name"           value="jboss-seam-hibernate"/>
  +    <property name="Name"                   value="Seam on JBoss Portal/Hibernate3 Example"/>
  +    <property name="example.name"           value="jboss-seam-portal"/>
       
       <!-- WAR -->
       <zipfileset id="example.war.docroot"
  @@ -45,12 +45,12 @@
       <!-- Deploy -->
       <fileset id="example.deploy"
               dir="resources">
  -        <include name="hibernate-ds.xml"/>
  +        <include name="portal-ds.xml"/>
       </fileset>
   
       <!-- Undeploy -->
       <patternset id="example.undeploy">
  -        <include name="hibernate-ds.xml"/>
  +        <include name="portal-ds.xml"/>
       </patternset>
   
       <!-- Overrides -->
  @@ -68,9 +68,8 @@
               <fileset refid="example.war.webinf"/>
               <filterset filtersfile="resources/WEB-INF/web.xml">
                   <filter token="jndiPattern" value="${example.name}/#{ejbName}/local"/>
  -                <filter token="embeddedEjb" value=""/>
  -                <filter token="microcontainer" value=""/>
  -                <filter token="myFacesLifecycleBug" value="${jbossHasMyFacesLifecycleBug}"/>
  +                <filter token="embeddedEjb" value="false"/>
  +                <filter token="microcontainer" value="false"/>
               </filterset>
           </copy>
           
  
  
  



More information about the jboss-cvs-commits mailing list