Re: krysalis-menu build.xml,NONE,1.1 krysalismenu.xml,NONE,1.1

Glen Stampoultzis <[email protected]> Sun, 05 Dec 2004 14:02:53 +1100
Newsgroups gmane.comp.krysalis.metamorphosis.sandbox
Message-ID <6.1.2.0.0.20041205135235.01cae210@localhost>
--=====================_31218046==.ALT
Content-Type: text/plain; charset="iso-8859-1"; format=flowed
Content-Transfer-Encoding: quoted-printable


A tapestry component library for creating drop down menus.

-- Glen

At 07:07 PM 1/12/2004, you wrote:
>What you working on ?
>
>Glen Stampoultzis wrote:
>
>>Update of /cvsroot/metamorphosis/krysalis-menu
>>In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27573
>>
>>Added Files:
>>         build.xml krysalismenu.xml Log Message:
>>Start of ant build system
>>
>>--- NEW FILE: build.xml ---
>><project name=3D"Krysalis Menu" basedir=3D"." default=3D"all" >
>>
>>    <!-- All build files except this one are generated automatically by=20
>> IntelliJ Idea
>>         and so should not be modified directly.  Luckily we can extend=20
>> things
>>         easily through the wonders of import -->
>>    <import file=3D"krysalismenu.xml"/>
>>
>>    <target name=3D"jar.module.component"=20
>> depends=3D"compile.module.component" description=3D"Produce component jar=
 file">
>>        <jar destfile=3D"${module.component.basedir}/component.jar"=20
>> duplicate=3D"preserve">
>>          <fileset dir=3D"${module.component.basedir}/classes"/>
>>        </jar>
>>    </target>
>>
>></project>
>>--- NEW FILE: krysalismenu.xml ---
>><?xml version=3D"1.0" encoding=3D"ISO-8859-1"?>
>><project name=3D"krysalismenu" default=3D"all">
>>
>>
>>  <!-- Uncomment the following property if no tests compilation is needed=
 -->
>>  <!--  <property name=3D"skip.tests" value=3D"true"/>
>>   -->
>>
>>  <!-- Compiler options -->
>>
>>  <property name=3D"compiler.debug" value=3D"on"/>
>>  <property name=3D"compiler.generate.no.warnings" value=3D"off"/>
>>  <property name=3D"compiler.args" value=3D""/>
>>  <property name=3D"compiler.max.memory" value=3D"128m"/>
>>  <patternset id=3D"compiler.excluded"/>
>>  <patternset id=3D"compiler.resources">
>>    <include name=3D"**/?*.properties"/>
>>    <include name=3D"**/?*.xml"/>
>>    <include name=3D"**/?*.html"/>
>>    <include name=3D"**/?*.gif"/>
>>    <include name=3D"**/?*.png"/>
>>    <include name=3D"**/?*.jpeg"/>
>>    <include name=3D"**/?*.library"/>
>>    <include name=3D"**/?*.page"/>
>>    <include name=3D"**/?*.jwc"/>
>>    <include name=3D"**/?*.script"/>
>>  </patternset>
>>  <!-- JDK definitions -->
>>
>>  <property name=3D"jdk.home.java_version_1.3.1_02"=20
>> value=3D"C:/products/jdk1.3"/>
>>  <path id=3D"jdk.classpath.java_version_1.3.1_02">
>>    <fileset dir=3D"${jdk.home.java_version_1.3.1_02}">
>>      <include name=3D"jre/lib/rt.jar"/>
>>    </fileset>
>>  </path>
>>
>>  <property name=3D"jdk.home.java_version_1.4.2_03"=20
>> value=3D"C:/products/jdk1.4"/>
>>  <path id=3D"jdk.classpath.java_version_1.4.2_03">
>>    <fileset dir=3D"${jdk.home.java_version_1.4.2_03}">
>>      <include name=3D"jre/lib/charsets.jar"/>
>>      <include name=3D"jre/lib/jce.jar"/>
>>      <include name=3D"jre/lib/jsse.jar"/>
>>      <include name=3D"jre/lib/plugin.jar"/>
>>      <include name=3D"jre/lib/rt.jar"/>
>>      <include name=3D"jre/lib/sunrsasign.jar"/>
>>      <include name=3D"jre/lib/ext/dnsns.jar"/>
>>      <include name=3D"jre/lib/ext/ldapsec.jar"/>
>>      <include name=3D"jre/lib/ext/localedata.jar"/>
>>      <include name=3D"jre/lib/ext/sunjce_provider.jar"/>
>>    </fileset>
>>  </path>
>>
>>  <property name=3D"jdk.home.java_version_1.5.0-beta2"=20
>> value=3D"C:/products/jdk1.5"/>
>>  <path id=3D"jdk.classpath.java_version_1.5.0-beta2">
>>    <fileset dir=3D"${jdk.home.java_version_1.5.0-beta2}">
>>      <include name=3D"jre/lib/charsets.jar"/>
>>      <include name=3D"jre/lib/deploy.jar"/>
>>      <include name=3D"jre/lib/javaws.jar"/>
>>      <include name=3D"jre/lib/jce.jar"/>
>>      <include name=3D"jre/lib/jsse.jar"/>
>>      <include name=3D"jre/lib/plugin.jar"/>
>>      <include name=3D"jre/lib/rt.jar"/>
>>      <include name=3D"jre/lib/ext/dnsns.jar"/>
>>      <include name=3D"jre/lib/ext/localedata.jar"/>
>>      <include name=3D"jre/lib/ext/sunjce_provider.jar"/>
>>      <include name=3D"jre/lib/ext/sunpkcs11.jar"/>
>>    </fileset>
>>  </path>
>>
>>  <property name=3D"project.jdk.home"=20
>> value=3D"${jdk.home.java_version_1.4.2_03}"/>
>>  <property name=3D"project.jdk.classpath"=20
>> value=3D"jdk.classpath.java_version_1.4.2_03"/>
>>  <!-- Project Libraries -->
>>  <!-- Global Libraries -->
>>
>>  <path id=3D"library.servlet_(tomcat_5).classpath">
>>    <pathelement=20
>> location=3D"C:/products/apache/tomcat-5/common/lib/servlet-api.jar"/>
>>  </path>
>>
>>  <path id=3D"library.ant.classpath">
>>    <pathelement location=3D"C:/products/ant/lib/ant.jar"/>
>>  </path>
>>
>>  <path id=3D"library.hibernate-tools.classpath">
>>    <pathelement=
 location=3D"C:/products/hibernate/tools/hibernate-tools.jar"/>
>>  </path>
>>
>>  <path id=3D"library.lucene.classpath">
>>    <pathelement=
 location=3D"C:/products/apache/lucene/lucene-1.3-final.jar"/>
>>  </path>
>>
>>  <path id=3D"library.hsqldb.classpath">
>>    <pathelement location=3D"C:/products/hsqldb/lib/hsqldb.jar"/>
>>  </path>
>>
>>  <path id=3D"library.hibernate.classpath">
>>    <pathelement location=3D"C:/products/hibernate/lib/ant-1.5.3.jar"/>
>>    <pathelement=20
>> location=3D"C:/products/hibernate/lib/ant-optional-1.5.3.jar"/>
>>    <pathelement=20
>> location=3D"C:/products/hibernate/lib/commons-collections-2.1.jar"/>
>>    <pathelement=
 location=3D"C:/products/hibernate/lib/commons-dbcp-1.1.jar"/>
>>    <pathelement=20
>> location=3D"C:/products/hibernate/lib/commons-lang-1.0.1.jar"/>
>>    <pathelement=20
>> location=3D"C:/products/hibernate/lib/commons-logging-1.0.3.jar"/>
>>    <pathelement=
 location=3D"C:/products/hibernate/lib/commons-pool-1.1.jar"/>
>>    <pathelement=
 location=3D"C:/products/hibernate/lib/concurrent-1.3.2.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/connector.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/dom4j-1.4.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jaas.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jboss-cache.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jboss-common.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jboss-jmx.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jboss-system.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jcs-1.0-dev.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jdbc2_0-stdext.jar"=
/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jta.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/junit-3.8.1.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/log4j-1.2.8.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/odmg-3.0.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/oscache-2.0.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/proxool-0.8.3.jar"/=
>
>>    <pathelement=
 location=3D"C:/products/hibernate/lib/swarmcache-1.0rc2.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/xalan-2.4.0.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/xerces-2.4.0.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/xml-apis.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/hibernate2.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/ehcache-0.7.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/jgroups-2.2.1.jar"/=
>
>>    <pathelement=
 location=3D"C:/products/hibernate/lib/cglib-full-2.0.1.jar"/>
>>    <pathelement location=3D"C:/products/hibernate/lib/c3p0-0.8.4.5.jar"/>
>>  </path>
>>
>>  <path id=3D"library.tomcat-embedded.classpath">
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlets-def=
ault.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-util.=
jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/catalina.jar=
"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-logg=
ing.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlets-com=
mon.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/catalina-opt=
ional.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-mode=
ler.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-commo=
n.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-jk2.j=
ar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jasper-compi=
ler.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlets-inv=
oker.jar"/>
>>    <pathelement=20
>> location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/ant.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-resou=
rces.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-java.=
jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jasper-runti=
me.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-bean=
utils.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jsp-api.jar"=
/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/mx4j-jmx.jar=
"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-coll=
ections.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-coyot=
e.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jakarta-rege=
xp-1.3.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-facto=
ry.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlet-api.=
jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-dige=
ster.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-http1=
1.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-el.j=
ar"/>
>>  </path>
>>
>>  <path id=3D"library.xerces.classpath">
>>    <pathelement=20
>> location=3D"C:/products/apache/tomcat-5/common/endorsed/xercesImpl.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/products/apache/tomcat-5/common/endorsed/xmlParserAPIs.jar"/=
>
>>  </path>
>>
>>  <path id=3D"library.xalan.classpath">
>>    <pathelement location=3D"C:/products/librepo/xalan-2.4.jar"/>
>>  </path>
>>
>>  <path id=3D"library.tapestry.classpath">
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-logging-1.=
0.2.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-digester-1=
.5.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/javassist-2.5.1.ja=
r"/>
>>    <pathelement=20
>> location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/bsf-2.3.0.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/tapestry-contrib-3.0.j=
ar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-lang-1.0.j=
ar"/>
>>    <pathelement=20
>> location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/ognl-2.6.3.jar"/=
>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-collection=
s-2.1.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-beanutils-=
1.6.1.jar"/>
>>    <pathelement=20
>> location=3D"C:/projects/jakarta/jakarta-tapestry/lib/tapestry-3.0.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/jakarta-oro-2.0.6.=
jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-fileupload=
-1.0.jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-codec-1.2.=
jar"/>
>>    <pathelement=20
>>=
 location=3D"C:/projects/jakarta/jakarta-tapestry/lib/runtime/log4j-1.2.6.ja=
r"/>
>>  </path>
>>
>>  <path id=3D"library.clover-idea4.classpath"/>
>>  <!-- Application Server Libraries -->
>>
>>  <path id=3D"library.tomcat.classpath">
>>    <pathelement=20
>> location=3D"C:/products/apache/tomcat-5/common/lib/servlet-api.jar"/>
>>    <pathelement=20
>> location=3D"C:/products/apache/tomcat-5/common/lib/jsp-api.jar"/>
>>  </path>
>>
>>  <import file=3D"${basedir}/forrestdocs/module_documentation.xml"/>
>>
>>  <import file=3D"${basedir}/component/module_component.xml"/>
>>
>>  <import file=3D"${basedir}/example/module_example.xml"/>
>>
>>  <target name=3D"init" description=3D"Build initialization">
>>    <!-- Perform any build initialization in this target -->
>>  </target>
>>
>>  <target name=3D"clean" depends=3D"clean.module.example,=20
>> clean.module.documentation, clean.module.component" description=3D"cleanu=
p all"/>
>>
>>  <target name=3D"all" depends=3D"init, clean,=
 compile.module.documentation,=20
>> compile.module.component, j2ee.build.example" description=3D"build all"/>
>></project>
>>
>>
>>-------------------------------------------------------
>>SF email is sponsored by - The IT Product Guide
>>Read honest & candid reviews on hundreds of IT Products from real users.
>>Discover which products truly live up to the hype. Start reading now.=20
>>http://productguide.itmanagersjournal.com/
>>_______________________________________________
>>Metamorphosis-cvs mailing list
>>[email protected]
>>https://lists.sourceforge.net/lists/listinfo/metamorphosis-cvs
>>
>
>
>
>Content-Type: application/x-pkcs7-signature; name=3D"smime.p7s"
>Content-Disposition: attachment; filename=3D"smime.p7s"
>Content-Description: S/MIME Cryptographic Signature
>
>0=80      *=86H=86=F7
>  =800=8010  +0=80     *=86H=86=F7
>  =82      =BB0=8280=82=A1 =B7=B10
>         *=86H=86=F7
>0b10    UZA1%0#UThawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail=
=20
>Issuing CA0
>040719221418Z
>050719221418Z0=81=8610UThawte Freemail Member10     *=86H=86=F7
>         [email protected]$0"     *=86H=86=F7
>         [email protected] *=86H=86=F7
>         [email protected]=82"0
>         *=86H=86=F7
>=820=82=82=EF1F0Ck=F3_ G=928ez=FDM=F3=D2=CC=8D=FE=BD=ED=CBt<Bm)hE=
 =8B=E0=EDX=BE9~5=CE[=95=92g=D8=F1=A6=94=99%=CD=FC~=B1=89SP=8CM=F7=AB=E8a=D6=
=B9=F7=8F~
>,=B4=D4,=99=F4 =9Ea=95`l=F3=BF=CC0=C7<Qxn(=E6Pcor=9C"=93`*(~\=EB=D8?L=BF9R>=
=BD=80"=D9=F5q)=B2=95[=ED=F6=9C-D"p=B6=AA=D3=20
>*=95c=A1>=86=A4|=91=F2=C4=C0=C98$=92=EA=EC=DF=C8=AA(=D6x=EB=95=A3=8A=BF;;;=
=A2{>=7F=D9=A40y=E3=A8*]q=E22?=BB)=A5=9B(=C2=E5B=8F=EBs5=EEAH=D6=C7 Pz=C7=CE=
^Z=CAM
>+=D2q=CBJ=A8=C6=20
>F=D5=CB=94Dgs=CC=85=C6=9F=A3S0Q0AU:[email protected]=81nickchalko@apache=
[email protected]=FF00
>         *=86H=86=F7
>=81=81)=DA1f&=B9=AFZ=9E+^ =C0=BA=FB=A5=F0=C2=FC:`:=93=E5
>=C7=F0=A5=B9t=D9=F2=F5F=B6=F0=DF=D4=E6=F1=DD=A6LuO=8F=A6aSI=AD=9B=B0=E8G=CD=
=AE,:=F4=B3=D8md=F2nI=83=B7=FE=F5=A5~I=82|}~=C9=91=E6
>@=FBVLX=C5=B0n%=D5=D6w{=D9~=E7=AD=A8=F5X=F8=9D=EBZ|=CF=B7=90=BA=91=81ww%=D3=
     0=8280=82=A1 =B7=B10
>         *=86H=86=F7
>0b10    UZA1%0#UThawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail=
=20
>Issuing CA0
>040719221418Z
>050719221418Z0=81=8610UThawte Freemail Member10     *=86H=86=F7
>         [email protected]$0"     *=86H=86=F7
>         [email protected] *=86H=86=F7
>         [email protected]=82"0
>         *=86H=86=F7
>=820=82=82=EF1F0Ck=F3_ G=928ez=FDM=F3=D2=CC=8D=FE=BD=ED=CBt<Bm)hE=
 =8B=E0=EDX=BE9~5=CE[=95=92g=D8=F1=A6=94=99%=CD=FC~=B1=89SP=8CM=F7=AB=E8a=D6=
=B9=F7=8F~
>,=B4=D4,=99=F4 =9Ea=95`l=F3=BF=CC0=C7<Qxn(=E6Pcor=9C"=93`*(~\=EB=D8?L=BF9R>=
=BD=80"=D9=F5q)=B2=95[=ED=F6=9C-D"p=B6=AA=D3=20
>*=95c=A1>=86=A4|=91=F2=C4=C0=C98$=92=EA=EC=DF=C8=AA(=D6x=EB=95=A3=8A=BF;;;=
=A2{>=7F=D9=A40y=E3=A8*]q=E22?=BB)=A5=9B(=C2=E5B=8F=EBs5=EEAH=D6=C7 Pz=C7=CE=
^Z=CAM
>+=D2q=CBJ=A8=C6=20
>F=D5=CB=94Dgs=CC=85=C6=9F=A3S0Q0AU:[email protected]=81nickchalko@apache=
[email protected]=FF00
>         *=86H=86=F7
>=81=81)=DA1f&=B9=AFZ=9E+^ =C0=BA=FB=A5=F0=C2=FC:`:=93=E5
>=C7=F0=A5=B9t=D9=F2=F5F=B6=F0=DF=D4=E6=F1=DD=A6LuO=8F=A6aSI=AD=9B=B0=E8G=CD=
=AE,:=F4=B3=D8md=F2nI=83=B7=FE=F5=A5~I=82|}~=C9=91=E6
>@=FBVLX=C5=B0n%=D5=D6w{=D9~=E7=AD=A8=F5X=F8=9D=EBZ|=CF=B7=90=BA=91=81ww%=D3=
     0=82?0=82=A8
>0
>         *=86H=86=F7
>0=81=D110   UZA10UWestern Cape10U   Cape Town10UThawte=20
>Consulting1(0&UCertification Services Division1$0"UThawte Personal=20
>Freemail CA1+0)   *=86H=86=F7
>         [email protected]
>030717000000Z
>130716235959Z0b10       UZA1%0#UThawte Consulting (Pty) Ltd.1,0*U#Thawte=20
>Personal Freemail Issuing CA0=81=9F0
>         *=86H=86=F7
>=81=8D0=81=89=81=81=C4=A6<UsU=FBN=B9=CA=99Zh=C0up=9D=DF=E9=FF=A3=EC=BD=CD=
=F5[=F2v=BD=7F:a=F2=BFQ=CE=D4=E5P=20
>0=D7cZ,=89p=8E=DD=C9=F0+=85Z=AA?qV=CB=AF<=E7=F1=916$*=CF+=D5=F3=82w=3D=BE+=
=FE=BB>=BF@=80d=D7=A7=A6=BB=9Fe=D1=C5*T=85H=7F=A7=B6=D1<a@dr`=B7=FB=A3=81=94=
0=81=910U=FF0=FF0CU<0:08=20
>6 4=862http://crl.thawte.com/ThawtePersonalFreemailCA.crl0U0)U"0=20
>=A4010UPrivateLabel2-1380
>         *=86H=86=F7
>=81=81H=8C=D1P=83=EA.=CC
>=A3f=ACg=7F=AF=AC=BE=C2=A1C=AD=94=9D=7FL!=B8=F86=AA-=9F6/=C0=F4P=
 =93p<=FD=AD=E1ab=C3=D9:~=84=B1=99=C5=82t=9E%P=94b=C7=DB'qW%=8D=DD=A9=9C9=8E=
=8C=20
>Oe_=95=DA=F7=F7=87=D6=C6N=AE=F6=EA4=E5[5Mw=E3V!x=82=DC!5=DE$=B1=D3F=FF]_eO1=
=82;0=8270i0b10    UZA1%0#UThawte=20
>Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA=B7=B10      =
  +=20
>=82=A70   *=86H=86=F7
>         1       *=86H=86=F7
>0       *=86H=86=F7
>         1
>041201080749Z0# *=86H=86=F7
>         1       y=8FT=E2K_
>=D2q.=3D =CE'N^=CC0R    *=86H=86=F7
>         1E0C0 *=86H=86=F7
>0*=86H=86=F7
>=800
>*=86H=86=F7
>@0+0
>*=86H=86=F7
>(0x     +=8271k0i0b10     UZA1%0#UThawte Consulting (Pty) Ltd.1,0*U#Thawte=
=20
>Personal Freemail Issuing CA=B7=B10z*=86H=86=F7
>         1k i0b10        UZA1%0#UThawte Consulting (Pty) Ltd.1,0*U#Thawte=
=20
> Personal Freemail Issuing CA=B7=B10
>         *=86H=86=F7
>=82=8A=97kk=9Ch=DC=F1=FB=D8=E9~=E3=A5`]=A5U=3D=BA=DF=DE=7F"M=BCL=91=93xjo=
=C9*=FETH=BC:=D4=9E=94=B5C=BE=20
>8E=DD=A1=A2=9B=92=D6=81t=B2=86=BA=ABN=88se=B6=7FAz$=C8c=A8=8A=D4z<=C6B!=C8=
=B6=BF=CCs=FC=F5Sb=DD=BBOu=9B=B6=A5@x>=8D=A2=EC=B4<;=B7=C5=F2a=8C=A2V=E0=A5=
=DD=AE=A1=CA=B6=A1h=FF"S?O=8A-=C9=B5#=7F=B1Y=D4=EC=9F=A9}z6=F1=ED=B5=BFK5H=
=B7=20
>=9C=82=89o
>=CA=7F=E6!t=A6=B6=B1i=E8=C5Ia>U=AB=D6=CC=910Oa=C3=BD=A8=C5=8FR=E9V=7FV=E4Qx=
=C9hm=C9=DD=9D)=90=8C=93=9FW=AC=F1=F1>=D2O=A5=DB=EF
>i=B16ex0=8C=8C=A2=D5=88/=97"=81=F0E


Glen Stampoultzis
[email protected]
http://members.iinet.net.au/~gstamp/glen/

--=====================_31218046==.ALT
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html>
<body>
<font size=3D3><br>
A tapestry component library for creating drop down menus.<br><br>
-- Glen<br><br>
At 07:07 PM 1/12/2004, you wrote:<br>
<blockquote type=3Dcite class=3Dcite cite=3D"">What you working on ?<br><br>
Glen Stampoultzis wrote:<br><br>
<blockquote type=3Dcite class=3Dcite cite=3D"">Update of
/cvsroot/metamorphosis/krysalis-menu<br>
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27573<br><br>
Added Files:<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>build.xml
krysalismenu.xml Log Message:<br>
Start of ant build system<br><br>
--- NEW FILE: build.xml ---<br>
&lt;project name=3D&quot;Krysalis Menu&quot; basedir=3D&quot;.&quot;
default=3D&quot;all&quot; &gt;<br><br>
&nbsp;&nbsp; &lt;!-- All build files except this one are generated
automatically by IntelliJ Idea<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; and so should not be modified
directly.&nbsp; Luckily we can extend things<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; easily through the wonders of
import --&gt;<br>
&nbsp;&nbsp; &lt;import file=3D&quot;krysalismenu.xml&quot;/&gt;<br><br>
&nbsp;&nbsp; &lt;target name=3D&quot;jar.module.component&quot;
depends=3D&quot;compile.module.component&quot; description=3D&quot;Produce
component jar file&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;jar
destfile=3D&quot;${module.component.basedir}/component.jar&quot;
duplicate=3D&quot;preserve&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fileset
dir=3D&quot;${module.component.basedir}/classes&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/jar&gt;<br>
&nbsp;&nbsp; &lt;/target&gt;<br><br>
&lt;/project&gt;<br>
--- NEW FILE: krysalismenu.xml ---<br>
&lt;?xml version=3D&quot;1.0&quot;
encoding=3D&quot;ISO-8859-1&quot;?&gt;<br>
&lt;project name=3D&quot;krysalismenu&quot;
default=3D&quot;all&quot;&gt;<br>
&nbsp;<br>
&nbsp;<br>
&nbsp;&lt;!-- Uncomment the following property if no tests compilation is
needed --&gt;<br>
&nbsp;&lt;!--&nbsp; &lt;property name=3D&quot;skip.tests&quot;
value=3D&quot;true&quot;/&gt;<br>
&nbsp; --&gt;<br>
&nbsp;<br>
&nbsp;&lt;!-- Compiler options --&gt;<br>
&nbsp;<br>
&nbsp;&lt;property name=3D&quot;compiler.debug&quot;
value=3D&quot;on&quot;/&gt;<br>
&nbsp;&lt;property name=3D&quot;compiler.generate.no.warnings&quot;
value=3D&quot;off&quot;/&gt;<br>
&nbsp;&lt;property name=3D&quot;compiler.args&quot;
value=3D&quot;&quot;/&gt;<br>
&nbsp;&lt;property name=3D&quot;compiler.max.memory&quot;
value=3D&quot;128m&quot;/&gt;<br>
&nbsp;&lt;patternset id=3D&quot;compiler.excluded&quot;/&gt;<br>
&nbsp;&lt;patternset id=3D&quot;compiler.resources&quot;&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.properties&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.xml&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.html&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.gif&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.png&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.jpeg&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.library&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.page&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.jwc&quot;/&gt;<br>
&nbsp;&nbsp; &lt;include name=3D&quot;**/?*.script&quot;/&gt;<br>
&nbsp;&lt;/patternset&gt;<br>
&nbsp;&lt;!-- JDK definitions --&gt;<br>
&nbsp;<br>
&nbsp;&lt;property name=3D&quot;jdk.home.java_version_1.3.1_02&quot;
value=3D&quot;C:/products/jdk1.3&quot;/&gt;<br>
&nbsp;&lt;path
id=3D&quot;jdk.classpath.java_version_1.3.1_02&quot;&gt;<br>
&nbsp;&nbsp; &lt;fileset
dir=3D&quot;${jdk.home.java_version_1.3.1_02}&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/rt.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;/fileset&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;property name=3D&quot;jdk.home.java_version_1.4.2_03&quot;
value=3D&quot;C:/products/jdk1.4&quot;/&gt;<br>
&nbsp;&lt;path
id=3D&quot;jdk.classpath.java_version_1.4.2_03&quot;&gt;<br>
&nbsp;&nbsp; &lt;fileset
dir=3D&quot;${jdk.home.java_version_1.4.2_03}&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/charsets.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/jce.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/jsse.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/plugin.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/rt.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/sunrsasign.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/dnsns.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/ldapsec.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/localedata.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/sunjce_provider.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;/fileset&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;property name=3D&quot;jdk.home.java_version_1.5.0-beta2&quot;
value=3D&quot;C:/products/jdk1.5&quot;/&gt;<br>
&nbsp;&lt;path
id=3D&quot;jdk.classpath.java_version_1.5.0-beta2&quot;&gt;<br>
&nbsp;&nbsp; &lt;fileset
dir=3D&quot;${jdk.home.java_version_1.5.0-beta2}&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/charsets.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/deploy.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/javaws.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/jce.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/jsse.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/plugin.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/rt.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/dnsns.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/localedata.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/sunjce_provider.jar&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &lt;include
name=3D&quot;jre/lib/ext/sunpkcs11.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;/fileset&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;property name=3D&quot;project.jdk.home&quot;
value=3D&quot;${jdk.home.java_version_1.4.2_03}&quot;/&gt;<br>
&nbsp;&lt;property name=3D&quot;project.jdk.classpath&quot;
value=3D&quot;jdk.classpath.java_version_1.4.2_03&quot;/&gt;<br>
&nbsp;&lt;!-- Project Libraries --&gt;<br>
&nbsp;&lt;!-- Global Libraries --&gt;<br>
&nbsp;<br>
&nbsp;&lt;path
id=3D&quot;library.servlet_(tomcat_5).classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/tomcat-5/common/lib/servlet-api.jar&quot=
;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.ant.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/ant/lib/ant.jar&quot;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.hibernate-tools.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/tools/hibernate-tools.jar&quot;/&gt;<=
br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.lucene.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/lucene/lucene-1.3-final.jar&quot;/&gt;<b=
r>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.hsqldb.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hsqldb/lib/hsqldb.jar&quot;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.hibernate.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/ant-1.5.3.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/ant-optional-1.5.3.jar&quot;/&gt;=
<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/commons-collections-2.1.jar&quot;=
/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/commons-dbcp-1.1.jar&quot;/&gt;<b=
r>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/commons-lang-1.0.1.jar&quot;/&gt;=
<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/commons-logging-1.0.3.jar&quot;/&=
gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/commons-pool-1.1.jar&quot;/&gt;<b=
r>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/concurrent-1.3.2.jar&quot;/&gt;<b=
r>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/connector.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/dom4j-1.4.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jaas.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jboss-cache.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jboss-common.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jboss-jmx.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jboss-system.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jcs-1.0-dev.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jdbc2_0-stdext.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jta.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/junit-3.8.1.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/log4j-1.2.8.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/odmg-3.0.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/oscache-2.0.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/proxool-0.8.3.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/swarmcache-1.0rc2.jar&quot;/&gt;<=
br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/xalan-2.4.0.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/xerces-2.4.0.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/xml-apis.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/hibernate2.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/ehcache-0.7.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/jgroups-2.2.1.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/cglib-full-2.0.1.jar&quot;/&gt;<b=
r>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/hibernate/lib/c3p0-0.8.4.5.jar&quot;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.tomcat-embedded.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlets=
-default.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-u=
til.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/catalina=
.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-=
logging.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlets=
-common.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/catalina=
-optional.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-=
modeler.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-c=
ommon.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-j=
k2.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jasper-c=
ompiler.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlets=
-invoker.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/ant.jar&=
quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-r=
esources.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-j=
ava.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jasper-r=
untime.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-=
beanutils.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jsp-api.=
jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/mx4j-jmx=
.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-=
collections.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-c=
oyote.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/jakarta-=
regexp-1.3.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/naming-f=
actory.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/servlet-=
api.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-=
digester.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/tomcat-h=
ttp11.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/jakarta-tomcat-5.0.25-embed/lib/commons-=
el.jar&quot;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.xerces.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/tomcat-5/common/endorsed/xercesImpl.jar&=
quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/tomcat-5/common/endorsed/xmlParserAPIs.j=
ar&quot;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.xalan.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/librepo/xalan-2.4.jar&quot;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.tapestry.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-loggin=
g-1.0.2.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-digest=
er-1.5.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/javassist-2.5.=
1.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/bsf-2.3.0.jar&=
quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/tapestry-contrib-3=
.0.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-lang-1=
.0.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/ognl-2.6.3.jar=
&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-collec=
tions-2.1.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-beanut=
ils-1.6.1.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/tapestry-3.0.jar&q=
uot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/jakarta-oro-2.=
0.6.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-fileup=
load-1.0.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/ext/commons-codec-=
1.2.jar&quot;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/projects/jakarta/jakarta-tapestry/lib/runtime/log4j-1.2.=
6.jar&quot;/&gt;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.clover-idea4.classpath&quot;/&gt;<br>
&nbsp;&lt;!-- Application Server Libraries --&gt;<br>
&nbsp;<br>
&nbsp;&lt;path id=3D&quot;library.tomcat.classpath&quot;&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/tomcat-5/common/lib/servlet-api.jar&quot=
;/&gt;<br>
&nbsp;&nbsp; &lt;pathelement
location=3D&quot;C:/products/apache/tomcat-5/common/lib/jsp-api.jar&quot;/&g=
t;<br>
&nbsp;&lt;/path&gt;<br>
&nbsp;<br>
&nbsp;&lt;import
file=3D&quot;${basedir}/forrestdocs/module_documentation.xml&quot;/&gt;<br>
&nbsp;<br>
&nbsp;&lt;import
file=3D&quot;${basedir}/component/module_component.xml&quot;/&gt;<br>
&nbsp;<br>
&nbsp;&lt;import
file=3D&quot;${basedir}/example/module_example.xml&quot;/&gt;<br>
&nbsp;<br>
&nbsp;&lt;target name=3D&quot;init&quot; description=3D&quot;Build
initialization&quot;&gt;<br>
&nbsp;&nbsp; &lt;!-- Perform any build initialization in this target
--&gt;<br>
&nbsp;&lt;/target&gt;<br>
&nbsp;<br>
&nbsp;&lt;target name=3D&quot;clean&quot;
depends=3D&quot;clean.module.example, clean.module.documentation,
clean.module.component&quot; description=3D&quot;cleanup
all&quot;/&gt;<br>
&nbsp;<br>
&nbsp;&lt;target name=3D&quot;all&quot; depends=3D&quot;init, clean,
compile.module.documentation, compile.module.component,
j2ee.build.example&quot; description=3D&quot;build all&quot;/&gt;<br>
&lt;/project&gt;<br><br>
<br>
-------------------------------------------------------<br>
SF email is sponsored by - The IT Product Guide<br>
Read honest &amp; candid reviews on hundreds of IT Products from real
users.<br>
Discover which products truly live up to the hype. Start reading now.
<a href=3D"http://productguide.itmanagersjournal.com/"=
 eudora=3D"autourl">http://productguide.itmanagersjournal.com/</a><br>
_______________________________________________<br>
Metamorphosis-cvs mailing list<br>
[email protected]<br>
<a href=3D"https://lists.sourceforge.net/lists/listinfo/metamorphosis-cvs"=
 eudora=3D"autourl">https://lists.sourceforge.net/lists/listinfo/metamorphos=
is-cvs</a><br>
&nbsp;<br>
</blockquote><br><br>
<br>
Content-Type: application/x-pkcs7-signature;
name=3D&quot;smime.p7s&quot;<br>
Content-Disposition: attachment; filename=3D&quot;smime.p7s&quot;<br>
Content-Description: S/MIME Cryptographic Signature<br><br>
0=80<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
&nbsp;=800=8010<x-tab>&nbsp;&nbsp;</x-tab>+0=80<x-tab>&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;</x-tab>*=86H=86=F7<br>
&nbsp;=82<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>=BB0=8280=82=A1
=B7=B10<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
0b10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>UZA1%0#UThawte Consulting
(Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA0<br>
040719221418Z<br>
050719221418Z0=81=8610UThawte Freemail
Member10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>[email protected]=
om1$0&quot;<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>nickchalko@ap=
ache.org10<x-tab>&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>[email protected]=
g0=82&quot;0<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
=820=82=82=EF1F0Ck=F3_ G=928ez=FDM=F3=D2=CC=8D=FE=BD=ED=CBt&lt;Bm)hE
=8B=E0=EDX=BE9~5=CE[=95=92g=D8=F1=A6=94=99%=CD=FC~=B1=89SP=8CM=F7=AB=E8a=D6=
=B9=F7=8F~<br>
,=B4=D4,=99=F4
=9Ea=95`l=F3=BF=CC0=C7&lt;Qxn(=E6Pcor=9C&quot;=93`*(~\=EB=D8?L=BF9R&gt;=BD=
=80&quot;=D9=F5q)=B2=95[=ED=F6=9C-D&quot;p=B6=AA=D3
*=95c=A1&gt;=86=A4|=91=F2=C4=C0=C98$=92=EA=EC=DF=C8=AA(=D6x=EB=95=A3=8A=BF;;=
;=A2{&gt;=7F=D9=A40y=E3=A8*]q=E22?=BB)=A5=9B(=C2=E5B=8F=EBs5=EEAH=D6=C7
Pz=C7=CE^Z=CAM<br>
+=D2q=CBJ=A8=C6<x-tab>&nbsp;</x-tab>F=D5=CB=94Dgs=CC=85=C6=9F=A3S0Q0AU:08=81=
[email protected][email protected][email protected]=FF00<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
=81=81)=DA1f&amp;=B9=AFZ=9E+^ =C0=BA=FB=A5=F0=C2=FC:`:=93=E5<br>
=C7=F0=A5=B9t=D9=F2=F5F=B6=F0=DF=D4=E6=F1=DD=A6LuO=8F=A6aSI=AD=9B=B0=E8G=CD=
=AE,:=F4=B3=D8md=F2nI=83=B7=FE=F5=A5~I=82|}~=C9=91=E6<br>
@=FBVLX=C5=B0n%=D5=D6w{=D9~=E7=AD=A8=F5X=F8=9D=EBZ|=CF=B7=90=BA=91=81ww%=D3<=
x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>0=8280=82=A1
=B7=B10<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
0b10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>UZA1%0#UThawte Consulting
(Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA0<br>
040719221418Z<br>
050719221418Z0=81=8610UThawte Freemail
Member10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>[email protected]=
om1$0&quot;<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>nickchalko@ap=
ache.org10<x-tab>&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>[email protected]=
g0=82&quot;0<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
=820=82=82=EF1F0Ck=F3_ G=928ez=FDM=F3=D2=CC=8D=FE=BD=ED=CBt&lt;Bm)hE
=8B=E0=EDX=BE9~5=CE[=95=92g=D8=F1=A6=94=99%=CD=FC~=B1=89SP=8CM=F7=AB=E8a=D6=
=B9=F7=8F~<br>
,=B4=D4,=99=F4
=9Ea=95`l=F3=BF=CC0=C7&lt;Qxn(=E6Pcor=9C&quot;=93`*(~\=EB=D8?L=BF9R&gt;=BD=
=80&quot;=D9=F5q)=B2=95[=ED=F6=9C-D&quot;p=B6=AA=D3
*=95c=A1&gt;=86=A4|=91=F2=C4=C0=C98$=92=EA=EC=DF=C8=AA(=D6x=EB=95=A3=8A=BF;;=
;=A2{&gt;=7F=D9=A40y=E3=A8*]q=E22?=BB)=A5=9B(=C2=E5B=8F=EBs5=EEAH=D6=C7
Pz=C7=CE^Z=CAM<br>
+=D2q=CBJ=A8=C6<x-tab>&nbsp;</x-tab>F=D5=CB=94Dgs=CC=85=C6=9F=A3S0Q0AU:08=81=
[email protected][email protected][email protected]=FF00<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
=81=81)=DA1f&amp;=B9=AFZ=9E+^ =C0=BA=FB=A5=F0=C2=FC:`:=93=E5<br>
=C7=F0=A5=B9t=D9=F2=F5F=B6=F0=DF=D4=E6=F1=DD=A6LuO=8F=A6aSI=AD=9B=B0=E8G=CD=
=AE,:=F4=B3=D8md=F2nI=83=B7=FE=F5=A5~I=82|}~=C9=91=E6<br>
@=FBVLX=C5=B0n%=D5=D6w{=D9~=E7=AD=A8=F5X=F8=9D=EBZ|=CF=B7=90=BA=91=81ww%=D3<=
x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>0=82?0=82=A8
<br>
0<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
0=81=D110<x-tab>&nbsp;&nbsp;&nbsp;</x-tab>UZA10UWestern
Cape10U<x-tab>&nbsp;&nbsp;&nbsp;</x-tab>Cape Town10UThawte
Consulting1(0&amp;UCertification Services Division1$0&quot;UThawte
Personal Freemail CA1+0)<x-tab>&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>personal-free=
[email protected]<br>
030717000000Z<br>
130716235959Z0b10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>UZ=
A1%0#UThawte
Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA0=81=9F0<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
=81=8D0=81=89=81=81=C4=A6&lt;UsU=FBN=B9=CA=99Zh=C0up=9D=DF=E9=FF=A3=EC=BD=CD=
=F5[=F2v=BD=7F:a=F2=BFQ=CE=D4=E5P
0=D7cZ,=89p=8E=DD=C9=F0+=85Z=AA?qV=CB=AF&lt;=E7=F1=916$*=CF+=D5=F3=82w=3D=BE=
+=FE=BB&gt;=BF@=80d=D7=A7=A6=BB=9Fe=D1=C5*T=85H=7F=A7=B6=D1&lt;a@dr`=B7=FB=
=A3=81=940=81=910U=FF0=FF0CU&lt;0:08
6 4=862http://crl.thawte.com/ThawtePersonalFreemailCA.crl0U0)U&quot;0
=A4010UPrivateLabel2-1380<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
=81=81H=8C=D1P=83=EA.=CC<br>
=A3f=ACg=7F=AF=AC=BE=C2=A1C=AD=94=9D=7FL!=B8=F86=AA-=9F6/=C0=F4P =93p&lt;=FD=
=AD=E1ab=C3=D9:~=84=B1=99=C5=82t=9E%P=94b=C7=DB'qW%=8D=DD=A9=9C9=8E=8C
Oe_=95=DA=F7=F7=87=D6=C6N=AE=F6=EA4=E5[5Mw=E3V!x=82=DC!5=DE$=B1=D3F=FF]_eO1=
=82;0=8270i0b10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>UZA1%0#UThawte
Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing
CA=B7=B10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>+
=82=A70<x-tab>&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>1<x-tab>&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
0<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>1<br>
041201080749Z0#<x-tab>&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>1<x-tab>&nbsp=
;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>y=8FT=E2K_<br>
=D2q.=3D =CE'N^=CC0R<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>1E0C0
*=86H=86=F7<br>
0*=86H=86=F7<br>
=800<br>
*=86H=86=F7<br>
@0+0<br>
*=86H=86=F7<br>
(0x<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>+=8271k0i0b10<x-tab>&nbsp;&n=
bsp;&nbsp;&nbsp;&nbsp;</x-tab>UZA1%0#UThawte
Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing
CA=B7=B10z*=86H=86=F7<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>1k
i0b10<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>UZA1%0#U=
Thawte
Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA=B7=B10<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>*=86H=86=F7<b=
r>
=82=8A=97kk=9Ch=DC=F1=FB=D8=E9~=E3=A5`]=A5U=3D=BA=DF=DE=7F&quot;M=BCL=91=93x=
jo=C9*=FETH=BC:=D4=9E=94=B5C=BE
8E=DD=A1=A2=9B=92=D6=81t=B2=86=BA=ABN=88se=B6=7FAz$=C8c=A8=8A=D4z&lt;=C6B!=
=C8=B6=BF=CCs=FC=F5Sb=DD=BBOu=9B=B6=A5@x&gt;=8D=A2=EC=B4&lt;;=B7=C5=F2a=8C=
=A2V=E0=A5=DD=AE=A1=CA=B6=A1h=FF&quot;S?O=8A-=C9=B5#=7F=B1Y=D4=EC=9F=A9}z6=
=F1=ED=B5=BFK5H=B7
=9C=82=89o<br>
=CA=7F=E6!t=A6=B6=B1i=E8=C5Ia&gt;U=AB=D6=CC=910Oa=C3=BD=A8=C5=8FR=E9V=7FV=E4=
Qx=C9hm=C9=DD=9D)=90=8C=93=9FW=AC=F1=F1&gt;=D2O=A5=DB=EF<br>
i=B16ex0=8C=8C=A2=D5=88/=97&quot;=81=F0E </blockquote>
<x-sigsep><p></x-sigsep>
<br>
Glen Stampoultzis<br>
[email protected]<br>
<a href=3D"http://members.iinet.net.au/~gstamp/glen/"=
 eudora=3D"autourl">http://members.iinet.net.au/~gstamp/glen/<br>
</a></font></body>
</html>

--=====================_31218046==.ALT--



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/