Skip to content

Commit 0b43d7e

Browse files
committed
Fixed package.xml.
1 parent 92a7d1a commit 0b43d7e

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

package.xml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<active>yes</active>
1313
</lead>
1414
<date>2012-09-25</date>
15-
<time>23:15:45</time>
15+
<time>23:33:38</time>
1616
<version>
1717
<release>0.1.1</release>
1818
<api>0.1.0</api>
@@ -134,8 +134,25 @@
134134
<filelist>
135135
<install name="src/PEAR2/Cache/SHM.php" as="PEAR2/Cache/SHM.php"/>
136136
<install name="src/PEAR2/Cache/SHM/Adapter/APC.php" as="PEAR2/Cache/SHM/Adapter/APC.php"/>
137-
<install name="src/PEAR2/Cache/SHM/Adapter/Wincache.php" as="PEAR2/Net/Cache/SHM/Adapter/Wincache.php"/>
137+
<install name="src/PEAR2/Cache/SHM/Adapter/Placebo.php" as="PEAR2/Cache/SHM/Adapter/Placebo.php"/>
138+
<install name="src/PEAR2/Cache/SHM/Adapter/Wincache.php" as="PEAR2/Cache/SHM/Adapter/Wincache.php"/>
139+
<install name="src/PEAR2/Cache/SHM/Exception.php" as="PEAR2/Cache/SHM/Exception.php"/>
140+
<install name="src/PEAR2/Cache/SHM/InvalidArgumentException.php" as="PEAR2/Cache/SHM/InvalidArgumentException.php"/>
138141
<install name="tests/bootstrap.php" as="bootstrap.php"/>
142+
<install name="tests/PHPT/APC.phpt" as="PHPT/APC.phpt"/>
143+
<install name="tests/PHPT/Common/testAddingTtlValue_part1.phpt" as="PHPT/Common/testAddingTtlValue_part1.phpt"/>
144+
<install name="tests/PHPT/Common/testAddingTtlValue_part2.phpt" as="PHPT/Common/testAddingTtlValue_part2.phpt"/>
145+
<install name="tests/PHPT/Common/testAddingTtlValue_part3.phpt" as="PHPT/Common/testAddingTtlValue_part3.phpt"/>
146+
<install name="tests/PHPT/Common/testAddingValue.phpt" as="PHPT/Common/testAddingValue.phpt"/>
147+
<install name="tests/PHPT/Common/testSettingAndDeletingValue.phpt" as="PHPT/Common/testSettingAndDeletingValue.phpt"/>
148+
<install name="tests/PHPT/Common/testSettingAndGettingValue.phpt" as="PHPT/Common/testSettingAndGettingValue.phpt"/>
149+
<install name="tests/PHPT/Common/testSingleFileLockAndUnlock.phpt" as="PHPT/Common/testSingleFileLockAndUnlock.phpt"/>
150+
<install name="tests/PHPT/Placebo.phpt" as="PHPT/Placebo.phpt"/>
151+
<install name="tests/PHPT/SHM-factory.inc" as="PHPT/SHM-factory.inc"/>
152+
<install name="tests/PHPT/SHM-factory_CGI.phpt" as="PHPT/SHM-factory_CGI.phpt"/>
153+
<install name="tests/PHPT/SHM-factory_CLI.phpt" as="PHPT/SHM-factory_CLI.phpt"/>
154+
<install name="tests/PHPT/Wincache.phpt" as="PHPT/Wincache.phpt"/>
155+
<install name="tests/PHPT/_runner.inc" as="PHPT/_runner.inc"/>
139156
<install name="tests/phpunit.xml" as="phpunit.xml"/>
140157
</filelist>
141158
</phprelease>

0 commit comments

Comments
 (0)