|
From: alex <bin...@li...> - 2001-10-01 19:22:57
|
alex Mon Oct 1 12:22:51 2001 EDT
Modified files:
/r2/binarycloud/user/bcdev/conf MakeConf.php.xml
Log:
Added Symlinks.
Index: r2/binarycloud/user/bcdev/conf/MakeConf.php.xml
diff -u r2/binarycloud/user/bcdev/conf/MakeConf.php.xml:1.2 r2/binarycloud/user/bcdev/conf/MakeConf.php.xml:1.3
--- r2/binarycloud/user/bcdev/conf/MakeConf.php.xml:1.2 Mon Oct 1 09:50:51 2001
+++ r2/binarycloud/user/bcdev/conf/MakeConf.php.xml Mon Oct 1 12:22:51 2001
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<!--
// {{{ Header
--File $Id: MakeConf.php.xml,v 1.2 2001/10/01 16:50:51 alex Exp $
+-File $Id: MakeConf.php.xml,v 1.3 2001/10/01 19:22:51 alex Exp $
-License LGPL (http://www.gnu.org/copyleft/lesser.html)
-Copyright 2001, The Turing Studio, Inc.
-Author alex black, en...@tu...
@@ -80,6 +80,13 @@
<!-- use shared binarycloud core? -->
<use_shared>false</use_shared>
</core>
+
+ <symlinks>
+ <link>
+ <source>/path/to/htdocs/in/build</source>
+ <target>/usr/local/apache/htdocs/en</target>
+ </link>
+ </symlinks>
</distribution>
|