[jboss-cvs] repository.jboss.com/jboss-portal-install/2.4.0.BETA1/resources ...

Alex Pinkin alex.pinkin at jboss.com
Fri Jul 21 18:06:31 EDT 2006


  User: apinkin 
  Date: 06/07/21 18:06:31

  Added:       jboss-portal-install/2.4.0.BETA1/resources    
                        component-install.xml build.xml antActionsSpec.xml
                        userInputSpec.xml
  Log:
  JBINSTALL-57: promoting installer artifacts to separate components
  
  Revision  Changes    Path
  1.1      date: 2006/07/21 22:06:31;  author: apinkin;  state: Exp;repository.jboss.com/jboss-portal-install/2.4.0.BETA1/resources/component-install.xml
  
  Index: component-install.xml
  ===================================================================
  <installation version="1.0">
  
    <packs>
  
  	<pack name="portal"
            installGroups="portal"
            group="Portal"
            required="no">
        <description>The JBossPortal Service</description>
        <fileset dir="@{portal.dist}/deploy"
                 targetdir="$INSTALL_PATH/server/$SERVER_CONFIG/deploy">
        </fileset>
        <depends packname="bsh-deployer"/>
        <depends packname="war-deployer"/>
        <depends packname="ejb3-deployer"/>
        <depends packname="jboss-bean-deployer" />
        <depends packname="jboss-cache" />
        <depends packname="mail-service" />
      </pack>
  
    </packs>
  
  </installation>
  
  
  
  1.1      date: 2006/07/21 22:06:31;  author: apinkin;  state: Exp;repository.jboss.com/jboss-portal-install/2.4.0.BETA1/resources/build.xml
  
  Index: build.xml
  ===================================================================
  <project name="JEMS Installer - WS" default="unzip-thirdparty">
  
     <!-- Unzip/arrange the thirdpary content into a structure usable with
     the installer packs
     -->  
     <target name="unzip-thirdparty" unless="unzip-bypass.on">
        <mkdir dir="${portal.dist}/deploy/jboss-portal.sar" />
        <unzip dest="${portal.dist}/deploy/jboss-portal.sar"
           src="${jboss.thirdparty}/jboss-portal/lib/jboss-portal.sar" />
        <copy todir="${portal.dist}/deploy"
           file="${jboss.thirdparty}/jboss-portal/resources/portal-hsqldb-ds.xml" />
     	
     	<!-- Prepare installer descriptors and resources -->
     	<copy todir="${portal.dist}/install">
     	   <fileset dir="${jboss.thirdparty}/jboss-portal/install"/>
     	</copy>
     </target>
    
  </project>
  
  
  
  1.1      date: 2006/07/21 22:06:31;  author: apinkin;  state: Exp;repository.jboss.com/jboss-portal-install/2.4.0.BETA1/resources/antActionsSpec.xml
  
  Index: antActionsSpec.xml
  ===================================================================
  <antactions>
  </antactions>
  
  
  
  1.1      date: 2006/07/21 22:06:31;  author: apinkin;  state: Exp;repository.jboss.com/jboss-portal-install/2.4.0.BETA1/resources/userInputSpec.xml
  
  Index: userInputSpec.xml
  ===================================================================
  <userInput>
  </userInput>
  
  
  



More information about the jboss-cvs-commits mailing list