Skip to content

Commit

Permalink
Rename distributed config file to avoid name clashes with patch results.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/SOAP_Interop/trunk@227762 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Jan Schneider committed Jan 21, 2007
1 parent 1d7f8dd commit 3da912b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 0 additions & 2 deletions config.php.orig → config.php.dist
Expand Up @@ -2,5 +2,3 @@
// configuration items // configuration items
$interopConfig['DSN'] = 'mysql://user@localhost/soapinterop'; $interopConfig['DSN'] = 'mysql://user@localhost/soapinterop';
$interopConfig['basedir'] = '/soap_interop'; $interopConfig['basedir'] = '/soap_interop';

?>
14 changes: 10 additions & 4 deletions package.xml
Expand Up @@ -10,6 +10,12 @@
Supports Round 2 and Round 3 tests. Supports Round 2 and Round 3 tests.
</description> </description>
<maintainers> <maintainers>
<maintainer>
<user>yunosh</user>
<role>lead</role>
<name>Jan Schneider</name>
<email>jan@horde.org</email>
</maintainer>
<maintainer> <maintainer>
<user>shane</user> <user>shane</user>
<name>Shane Caraveo</name> <name>Shane Caraveo</name>
Expand All @@ -33,7 +39,7 @@
</notes> </notes>
<filelist> <filelist>
<dir name="/" baseinstalldir="SOAP/Interop"> <dir name="/" baseinstalldir="SOAP/Interop">
<file role="php" name="config.php.orig"/> <file role="php" name="config.php.dist"/>
<file role="php" name="index.php"/> <file role="php" name="index.php"/>
<file role="php" name="interop_client.php"/> <file role="php" name="interop_client.php"/>
<file role="php" name="interop_client_results.php"/> <file role="php" name="interop_client_results.php"/>
Expand Down Expand Up @@ -84,9 +90,9 @@
<file role="php" name="InteropTestList.wsdl.php"/> <file role="php" name="InteropTestList.wsdl.php"/>
<file role="php" name="InteropTestRpcEnc.wsdl.php"/> <file role="php" name="InteropTestRpcEnc.wsdl.php"/>
<dir name="imported"> <dir name="imported">
<file role="php" name="import1B.wsdl"/> <file role="php" name="import1B.wsdl"/>
<file role="php" name="import2B.wsdl"/> <file role="php" name="import2B.wsdl"/>
<file role="php" name="import2B.xsd"/> <file role="php" name="import2B.xsd"/>
</dir> </dir>
</dir> </dir>
</dir> </dir>
Expand Down

0 comments on commit 3da912b

Please sign in to comment.