Project

General

Profile

« Previous | Next » 

Revision 3993

Added by berkley almost 16 years ago

made it so that the error and success messages from a multipart upload can be transformed using xslt. also added upload functionality to the sms skin

View differences:

build.xml
209 209
      <property name="eml-version"         value="2.0.0beta6" />
210 210
      <property name="eml-tag"             value="EML_2_0_0_BETA_6_FOR_METACAT" />
211 211
      <property name="eml2_0_0-tag"        value="RELEASE_EML_2_0_0_UPDATE_1" />
212
      <property name="eml2_0_1-schema-tag" value="RELEASE_EML_2_0_1" />
212
      <property name="eml2_0_1-schema-tag" value="RELEASE_EML_2_0_1_UPDATE_6" />
213 213
      <property name="eml2_0_1-style-tag"  value="RELEASE_EML_2_0_1_UPDATE_6" />
214 214
      <property name="eml2_0_0namespace"   value="eml://ecoinformatics.org/eml-2.0.0" />
215 215
      <property name="eml2_0_1namespace"   value="eml://ecoinformatics.org/eml-2.0.1" />
......
433 433
       <javac srcdir="${build.src}"
434 434
              destdir="${build.dest}"
435 435
              debug="${debug}"
436
              excludes="**/*.sql **/stringclient/** **/client/*.java **/harvesterClient/*.java">
436
              excludes="**/*.sql **/stringclient/** **/client/*.java">
437 437
        <classpath>
438 438
          <path refid="compile.classpath"/>
439 439
        </classpath>
......
998 998
   <target name="install-skin" depends="init"
999 999
            description="Install a Skin">
1000 1000

  
1001
      <input message="Please enter name of the skin"
1002
             addproperty="skin-name"/>
1001
      <!--<input message="Please enter name of the skin"
1002
             addproperty="skin-name"/>-->
1003
      <property name="skin-name" value="sms"/>
1003 1004

  
1004 1005
      <mkdir dir="${installdir}/style/skins/${skin-name}" />
1005 1006
      <copy todir="${installdir}/style/skins/${skin-name}" filtering="yes">
......
1014 1015
     <copy todir="${installdir}/style/skins/${skin-name}" filtering="no">
1015 1016
       <fileset dir="lib/style/skins/${skin-name}">
1016 1017
           <include name="**/*.png"/>
1017
           <include name="**/*.gif"/>
1018 1018
           <include name="**/*.jpg"/>
1019 1019
           <exclude name="**/CVS*"/>
1020 1020
           <exclude name="**/.#*"/>

Also available in: Unified diff