From: Egon W. <eg...@us...> - 2002-08-15 15:16:32
|
Update of /cvsroot/woc/woc/source/wocjava In directory usw-pr-cvs1:/tmp/cvs-serv21511/source/wocjava Modified Files: repository_def.xml.in Log Message: Install WML in correct dir. And install physical properties. (Still trying to generate a HTML file, but getting close). Index: repository_def.xml.in =================================================================== RCS file: /cvsroot/woc/woc/source/wocjava/repository_def.xml.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** repository_def.xml.in 8 Aug 2002 11:06:48 -0000 1.1 --- repository_def.xml.in 15 Aug 2002 15:16:28 -0000 1.2 *************** *** 3,7 **** names --> <general> ! <path id="PhysicalRoot">@PHYSPATH@</path> <!-- definition of DADML dirs --> <path id="DADMLSubDir">wocdata/dadml/</path> --- 3,7 ---- names --> <general> ! <path id="PhysicalRoot">@PHYSPATH@/web-docs/</path> <!-- definition of DADML dirs --> <path id="DADMLSubDir">wocdata/dadml/</path> *************** *** 23,27 **** <!-- source --> <path id="DataSubDir">wocdata/</path> ! <path id="WMLSubDir">wml</path> <path id="PictureSubDir">wocdata/pictures/</path> <path id="ModelsSubDir">wocdata/compounds/</path> --- 23,27 ---- <!-- source --> <path id="DataSubDir">wocdata/</path> ! <path id="WMLSubDir">data/wml</path> <path id="PictureSubDir">wocdata/pictures/</path> <path id="ModelsSubDir">wocdata/compounds/</path> |