User: reverbel
  Date: 02/04/19 06:24:58

  Modified:    jboss    Tag: Branch_3_0 build.xml
  Log:
  Merged change from HEAD: copy iiop-service.xml to deploy dir.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.117.2.2 +10 -1     build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.117.2.1
  retrieving revision 1.117.2.2
  diff -u -r1.117.2.1 -r1.117.2.2
  --- build.xml 15 Apr 2002 09:36:40 -0000      1.117.2.1
  +++ build.xml 19 Apr 2002 13:24:57 -0000      1.117.2.2
  @@ -12,7 +12,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.117.2.1 2002/04/15 09:36:40 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.117.2.2 2002/04/19 13:24:57 reverbel Exp $ -->
   
   <project default="main" name="JBoss/Build">
   
  @@ -1290,6 +1290,15 @@
           <include name="jacorb.jar"/>
         </fileset>
       </copy>
  +
  +    <!-- Copy deployable service file -->
  +    <mkdir dir="${install.server}/default/deploy"/>
  +    <copy todir="${install.server}/default/deploy" filtering="no">
  +      <fileset dir="${_module.output}/etc">
  +         <include name="iiop-service.xml"/>
  +      </fileset>
  +    </copy>
  +
     </target>
   
     <target name="_module-iiop-all" depends="_module-iiop-most">
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to