[jboss-cvs] jboss-portal/tools/etc/buildfragments ...

Julien Viet julien at jboss.com
Sun Jul 16 13:40:51 EDT 2006


  User: julien  
  Date: 06/07/16 13:40:51

  Modified:    tools/etc/buildfragments  buildmagic.ent
  Log:
  use blocking deployment tasks for testsuite
  
  Revision  Changes    Path
  1.12      +17 -2     jboss-portal/tools/etc/buildfragments/buildmagic.ent
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: buildmagic.ent
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/tools/etc/buildfragments/buildmagic.ent,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- buildmagic.ent	28 Jun 2006 00:48:22 -0000	1.11
  +++ buildmagic.ent	16 Jul 2006 17:40:51 -0000	1.12
  @@ -1,4 +1,4 @@
  -<!-- $Id: buildmagic.ent,v 1.11 2006/06/28 00:48:22 julien Exp $ -->
  +<!-- $Id: buildmagic.ent,v 1.12 2006/07/16 17:40:51 julien Exp $ -->
   
   <!-- ================================================================== -->
   <!-- Initialization                                                     -->
  @@ -1012,4 +1012,19 @@
     </copy>
   </target>
   
  -
  +<!-- Configure deployment tasks -->
  +<target name="_buildmagic:configure:deployment">
  +   <path id="portal.task.classpath">
  +      <pathelement location="${project.tools}/lib/ant.jar"/>
  +      <pathelement location="${project.tools}/lib/explode.jar"/>
  +      <pathelement location="${project.tools}/lib/cargo-core-uberjar-0.8.jar"/>
  +   </path>
  +   <taskdef
  +      name="deploy"
  +      classname="org.jboss.portal.common.ant.Deploy"
  +      classpathref="portal.task.classpath"/>
  +   <taskdef
  +      name="undeploy"
  +      classname="org.jboss.portal.common.ant.Undeploy"
  +      classpathref="portal.task.classpath"/>
  +</target>
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list