[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Mon Oct 23 15:00:34 EDT 2006


  User: gavin   
  Date: 06/10/23 15:00:34

  Modified:    jboss-seam   build.xml build.properties
  Log:
  remove obsolete
  
  Revision  Changes    Path
  1.93      +2 -6      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -b -r1.92 -r1.93
  --- build.xml	22 Oct 2006 11:16:32 -0000	1.92
  +++ build.xml	23 Oct 2006 19:00:34 -0000	1.93
  @@ -66,8 +66,6 @@
       <property name="javac.debug"          value="true"/>
       <property name="javac.deprecation"    value="false"/>
   	
  -	<property name="jbossHasMyFacesLifecycleBug" value="true"/>
  -
       <path id="example.path" />
       
       <fileset id="lib" 
  @@ -386,10 +384,10 @@
             <include name="**/test-output/*.xml"/>
             <exclude name="**/testng-failures.xml"/>
           </fileset>
  -        <report format="frames" todir="./report/html"/>
  +        <report format="frames" todir="./report"/>
         </junitreport>
   
  -      <echo>Report available at ${basedir}/report/html/index.html</echo>
  +      <echo>Report available at ${basedir}/report/index.html</echo>
   
     </target>
   
  @@ -693,7 +691,6 @@
                   <filter token="jndiPattern" value="${example.name}/#{ejbName}/local"/>
                   <filter token="embeddedEjb" value="false"/>
                   <filter token="microcontainer" value="false"/>
  -                <filter token="myFacesLifecycleBug" value="${jbossHasMyFacesLifecycleBug}"/>
               </filterset>
           </copy>
           
  @@ -770,7 +767,6 @@
                   <filter token="jndiPattern" value="#{ejbName}/local"/>
                   <filter token="embeddedEjb" value="true"/>
                   <filter token="microcontainer" value="true"/>
  -            	<filter token="myFacesLifecycleBug" value="false"/>
               </filterset>
           </copy>
           
  
  
  
  1.12      +0 -1      jboss-seam/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- build.properties	22 Oct 2006 11:01:07 -0000	1.11
  +++ build.properties	23 Oct 2006 19:00:34 -0000	1.12
  @@ -1,3 +1,2 @@
   tomcat.home = C:\\Tomcat-5.5
   jboss.home = C:\\Program Files\\jboss-4.0.5.GA
  -jbossHasMyFacesLifecycleBug = true
  
  
  



More information about the jboss-cvs-commits mailing list