Skip to content

Commit

Permalink
removed extra lines for nonexistent files
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@157812 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Paul M Jones committed May 2, 2004
1 parent 528c3fa commit aebfc66
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<!-- $Id: package.xml,v 1.3 2004-05-02 23:15:25 pmjones Exp $ -->
<!-- $Id: package.xml,v 1.4 2004-05-02 23:18:01 pmjones Exp $ -->
<package version="1.0">
<name>Text_Wiki</name>
<summary>Abstracts parsing and rendering rules for Wiki markup in structured plain text.</summary>
Expand Down Expand Up @@ -36,7 +36,6 @@
* "phpcode" rule is deprated, use "code" instead with 'type="php"'
</notes>
<filelist>

<file role="php" name="Text/Wiki.php" />
<file role="php" name="Text/Wiki/Rule.php" />
<file role="php" name="Text/Wiki/Rule/blockquote.php" />
Expand Down Expand Up @@ -74,10 +73,6 @@
<file role="php" name="Text/Wiki/Rule/tt.php" />
<file role="php" name="Text/Wiki/Rule/url.php" />
<file role="php" name="Text/Wiki/Rule/wikilink.php" />

<file role="doc" name="docs/README" />
<file role="test" name="tests/README" />

</filelist>
</release>
</package>

0 comments on commit aebfc66

Please sign in to comment.