Project

General

Profile

« Previous | Next » 

Revision 5073

Added by daigle over 14 years ago

Remove commented out sections

View differences:

build.xml
732 732
			file="${app.deploy.dir}/${metacat.context}/WEB-INF/server-config.wsdd" />
733 733
	</target>
734 734

  
735
	<!-- target name="install-registry" depends="init,getConversionXSL"
736
		description="Install Registry">
737
		
738
		<mkdir dir="${inst.cgi.dir}" />
739
		<copy file="${srcdir}/perl/register-dataset.cgi"
740
		todir="${inst.cgi.dir}"/>
741
		<chmod file="${inst.cgi.dir}/register-dataset.cgi" perm="ugo+x" />
742
		
743
		<! - - TODO SCW: set the permissions on this folder to be writable by the apache user - - >
744
		<mkdir dir="${temp-dir}" />
745
		<! - - TODO SCW: use relative paths to grab these instead of copying to tmp,
746
		used in readDocumentFromMetacat - - >
747
		<copy todir="${temp-dir}" filtering="yes">
748
		<fileset dir="lib/style/common/emlb6toeml2">
749
		<include name="*.xsl"/>
750
		<include name="*.xml"/>
751
		</fileset>
752
		</copy>
753
		
754
		<echo message="Install Registry completed." />
755
		</target -->
756

  
757
	<!-- target name="install-ldap" depends="init"
758
		description="Install Metacat LDAP Access">
759
		
760
		<mkdir dir="${inst.cgi.dir}" />
761
		<copy file="${srcdir}/perl/ldapweb.cgi"
762
		todir="${inst.cgi.dir}" />
763
		<chmod file="${inst.cgi.dir}/ldapweb.cgi" perm="ugo+x" />
764
		<mkdir dir="${templates.dir}" />
765
		<copy todir="${templates.dir}">
766
		<fileset dir="lib/style/common/templates">
767
		< ! - - SCW: Copy all files - - >
768
		</fileset>
769
		</copy>
770
		<echo message="ldapweb install complete." />
771
		</target -->
772

  
773

  
774 735
	<target name="install-skin" depends="init"
775 736
		description="Install a Skin">
776 737

  

Also available in: Unified diff