[jboss-cvs] jboss-seam/examples/remoting/helloworld/resources/META-INF ...

Norman Richards norman.richards at jboss.com
Thu Apr 5 18:05:47 EDT 2007


  User: nrichards
  Date: 07/04/05 18:05:47

  Modified:    examples/remoting/helloworld/resources/META-INF 
                        application.xml
  Log:
  add jboss-el to application.xml, remove myfaces references
  
  Revision  Changes    Path
  1.8       +14 -17    jboss-seam/examples/remoting/helloworld/resources/META-INF/application.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: application.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/helloworld/resources/META-INF/application.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- application.xml	27 Feb 2007 22:15:23 -0000	1.7
  +++ application.xml	5 Apr 2007 22:05:46 -0000	1.8
  @@ -19,10 +19,7 @@
   	    <java>jboss-seam.jar</java>
   	</module>
       <module>
  -        <java>el-api.jar</java>
  -    </module>
  -    <module>
  -        <java>el-ri.jar</java>
  +        <java>jboss-el.jar</java>
       </module>
   
   </application>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list