[LON-CAPA-cvs] cvs: nsdl /build gatewayfiles.lpml

harris41 lon-capa-cvs@mail.lon-capa.org
Tue, 28 May 2002 05:13:47 -0000


harris41		Tue May 28 01:13:47 2002 EDT

  Modified files:              
    /nsdl/build	gatewayfiles.lpml 
  Log:
  supporting tcp multiplexing scripts and an HTTP querying across the Learning
  Online Network
  
  
Index: nsdl/build/gatewayfiles.lpml
diff -u nsdl/build/gatewayfiles.lpml:1.1 nsdl/build/gatewayfiles.lpml:1.2
--- nsdl/build/gatewayfiles.lpml:1.1	Thu May 23 15:57:05 2002
+++ nsdl/build/gatewayfiles.lpml	Tue May 28 01:13:47 2002
@@ -3,7 +3,7 @@
 
 <!-- Scott Harrison -->
 
-<!-- $Id: gatewayfiles.lpml,v 1.1 2002/05/23 19:57:05 harris41 Exp $ -->
+<!-- $Id: gatewayfiles.lpml,v 1.2 2002/05/28 05:13:47 harris41 Exp $ -->
 
 <!-- This file is a collection of all files associated
 with implementing a gateway between NSDL to LON-CAPA. -->
@@ -97,6 +97,11 @@
   <description>directory for style sheets</description>
 </directory>
 <directory>
+  <targetdir dist='default'>home/httpd/perl</targetdir>
+  <categoryname>webstandard</categoryname>
+  <description>Location of perl scripts, logs and utilities</description>
+</directory>
+<directory>
   <targetdir dist='default'>home/httpd/lib/perl/Apache</targetdir>
   <categoryname>webstandard</categoryname>
   <description>Location of mod_perl modules</description>
@@ -107,6 +112,18 @@
   <description>Location of mod_perl modules for interfacing with NSDL
 </description>
 </directory>
+<directory>
+  <targetdir dist='default'>home/httpd/lib/perl/Apache/LONCAPA</targetdir>
+  <categoryname>webstandard</categoryname>
+  <description>Location of mod_perl modules for interfacing with LONCAPA
+</description>
+</directory>
+<directory>
+  <targetdir dist='default'>home/httpd/lib/perl/Apache/GATEWAY</targetdir>
+  <categoryname>webstandard</categoryname>
+  <description>Location of mod_perl modules for interfacing with GATEWAY
+functionality</description>
+</directory>
 </directories>
 <files>
 <file>
@@ -124,8 +141,24 @@
 <status>unverified</status>
 </file>
 <file>
-<source>lib/perl/Apache/NSDL/ToTheGateway.pm</source>
-<target dist='default'>home/httpd/lib/perl/Apache/NSDL/ToTheGateway.pm
+<source>bin/gatewayc</source>
+<target dist='default'>home/httpd/perl/gatewayc
+</target>
+<categoryname>webprogram</categoryname>
+<description></description>
+<status>unverified</status>
+</file>
+<file>
+<source>bin/gatewayd</source>
+<target dist='default'>home/httpd/perl/gatewayd
+</target>
+<categoryname>webprogram</categoryname>
+<description></description>
+<status>unverified</status>
+</file>
+<file>
+<source>lib/perl/Apache/LONCAPA/ToTheGateway.pm</source>
+<target dist='default'>home/httpd/lib/perl/Apache/LONCAPA/ToTheGateway.pm
 </target>
 <categoryname>webprogram</categoryname>
 <description></description>