Changes between Version 15 and Version 16 of ISOcat


Ignore:
Timestamp:
08/28/12 10:37:21 (12 years ago)
Author:
mwindhouwer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ISOcat

    v15 v16  
    4545 * [[http://www.famfamfam.com/lab/icons/silk/|famfamfam silk icon library]] and [[http://damieng.com/creative/icons/silk-companion-1-icons|silk companion]]
    4646 * [[http://code.google.com/p/mimeparse/|mimeparse JavaScript library]]
     47 * [[http://ostermiller.org/utils/|Ostermiller Java Utilities]]
    4748 * the ISOcat forum is based on [[http://www.phpbb.com/|phpBB]] (with some additional patches included in our codebase)
    4849
     
    9495<project name="local-props" basedir=".">
    9596        <!-- local 1060 NK directory -->
    96         <property name="nk" location="/path-to-1060-NetKernel-SE-DK/"/>
     97        <property name="nk" location="/path-to-1060-NKSEDK-3.3.1/"/>
    9798
    9899        <!-- external library directories -->
     
    137138 ''ISOcat !NetKernel modules''
    138139
     140 * download the [[http://ostermiller.org/utils/|Ostermiller Java Utilities]]
     141 * create a {{{local-props.xml}}} file in the {{{path-to-ISOcat/mod-ISOcat-utils}}} folder specifying the location of !NetKernel and the Ostermiller Java Utilities
     142   {{{
     143<project name="props" basedir=".">
     144        <!-- 1060 NK directory -->
     145        <property name="nk" location="/path-to-1060-NKSEDK-3.3.1"/>
     146
     147        <!-- external library directories -->
     148        <property name="ostermiller" location="/path-to-Ostermiller"/>
     149</project>
     150   }}}
     151 * run {{{ant}}} in the top ISOcat folder
    139152 
    140153----