topical media & game development

talk show tell print

professional-portal-01-build.xml / xml



  <?xml version="1.0" encoding="UTF-8" ?>
  
  <project name="LucenePortlet" default="deploy">
    <property name="portlet.deploy.dir" value="C:\eclipse\workspace\ExoBuild\exo-jboss\server\exo-enterprise\portlet-deploy"/>
    <property name="build.dir" value="C:\eclipse\workspace\portalbook"/>
    <property name="package.name" value="lucene-example"/>
  
    <!-- ================================================================== -->
    <!--                         deploy                                     -->
    <!-- ================================================================== -->
    <target name="deploy" >
      <copy todir="{portlet.deploy.dir}/{package.name}.war">
        <fileset dir="{build.dir}"/>
      </copy>
    </target>
  
  </project>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.