[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 02 May 2003 20:39:41 -0000


albertel		Fri May  2 16:39:41 2003 EDT

  Modified files:              
    /doc/loncapafiles	loncapafiles.lpml 
  Log:
  - was missing a </file>
  - install paths were incorrect
  
  
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.238 doc/loncapafiles/loncapafiles.lpml:1.239
--- doc/loncapafiles/loncapafiles.lpml:1.238	Fri May  2 16:12:33 2003
+++ doc/loncapafiles/loncapafiles.lpml	Fri May  2 16:39:41 2003
@@ -2,7 +2,7 @@
  "http://lpml.sourceforge.net/DTD/lpml.dtd">
 <!-- loncapafiles.lpml -->
 
-<!-- $Id: loncapafiles.lpml,v 1.238 2003/05/02 20:12:33 www Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.239 2003/05/02 20:39:41 albertel Exp $ -->
 
 <!--
 
@@ -3854,7 +3854,7 @@
 </file>
 <file>
   <source>loncom/LondConnection.pm</source>
-  <target dist='default'>home/httpd/perl/lib/LONCAPA/LondConnection.pm</target>
+  <target dist='default'>home/httpd/lib/perl/LONCAPA/LondConnection.pm</target>
   <categoryname>system file</categoryname>
   <description>
      Manages a connection between a lonc proxy daemon and the lond server
@@ -3864,7 +3864,7 @@
 </file>
 <file>
    <source>loncom/types/HashIterator.pm</source>
-   <target dist='default'>home/httpd/perl/lib/LONCAPA/HashIterator.pm</target>
+   <target dist='default'>home/httpd/lib/perl/LONCAPA/HashIterator.pm</target>
    <categoryname>system file</categoryname>
    <description>
       Provides support to iterate through opaque hashes hidden e.g. within 
@@ -3874,7 +3874,7 @@
 </file>
 <file>
    <source>loncom/types/Queue.pm</source>
-   <target dist='default'>home/httpd/perl/lib/LONCAPA/Queue.pm</target>
+   <target dist='default'>home/httpd/lib/perl/LONCAPA/Queue.pm</target>
    <categoryname>system file</categoryname>
    <description>
      Provides a FIFO queue class.
@@ -3883,12 +3883,13 @@
 </file>
 <file>
    <source>loncom/types/Stack.pm</source>
-   <target dist='default'>home/httpd/perl/lib/LONCAPA/Stack.pm</target>
+   <target dist='default'>home/httpd/lib/perl/LONCAPA/Stack.pm</target>
    <categoryname>system file</categoryname>
    <description>
      Provides a LIFO stack class.
    </description>
    <status>works/verified</status>
+</file>
 <file>
    <source>loncom/loncnew</source>
    <target dist='default>home/httpd/perl/loncnew</target>