[jboss-cvs] jboss-portal/forums ...

Ryszard Kozmik r.kozmik at dzienniczek.pl
Thu Aug 3 15:29:05 EDT 2006


  User: unibrew 
  Date: 06/08/03 15:29:05

  Modified:    forums   build.xml
  Log:
  [JBFORUMS-31] Updating build script and some imports in classes after latest JBoss Portal source changes.
  
  Revision  Changes    Path
  1.24      +3 -1      jboss-portal/forums/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/forums/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- build.xml	8 Jul 2006 23:07:13 -0000	1.23
  +++ build.xml	3 Aug 2006 19:29:05 -0000	1.24
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.23 2006/07/08 23:07:13 unibrew Exp $ -->
  +<!-- $Id: build.xml,v 1.24 2006/08/03 19:29:05 unibrew Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -93,6 +93,7 @@
   	<path refid="hibernate.hibernate.classpath"/>
   	<path refid="jboss.portal-test.classpath" />
   	<path refid="jboss.portal-security.classpath" />
  +        <path refid="jboss.portal-jems.classpath" />
          </path>
   
         <!--+=======================================+-->
  @@ -152,6 +153,7 @@
            destDir="${build.resources}/portal-forums-sar">
   			<fileset dir="${source.java}">
   				<include name="**/impl/*Impl.java"/>
  +				<exclude name="**/test/*" />
   			</fileset>
   			<hibernate
               version="3.0"
  
  
  



More information about the jboss-cvs-commits mailing list