|
11 | 11 |
|
12 | 12 | <active>yes</active>
|
13 | 13 | </lead>
|
14 |
| - <date>2013-08-15</date> |
15 |
| - <time>18:23:02</time> |
| 14 | + <date>2013-10-20</date> |
| 15 | + <time>05:01:52</time> |
16 | 16 | <version>
|
17 | 17 | <release>1.0.0b4</release>
|
18 | 18 | <api>1.0.0</api>
|
|
39 | 39 | * Doc and CS fixes, and unit test reorganization.</notes>
|
40 | 40 | <contents>
|
41 | 41 | <dir name="/">
|
| 42 | + <dir name="data" baseinstalldir="/"> |
| 43 | + <file role="data" name="roscon.xml"> |
| 44 | + <tasks:replace from="GIT: $Id$" to="version" type="package-info"/> |
| 45 | + </file> |
| 46 | + </dir> |
42 | 47 | <dir name="docs" baseinstalldir="/">
|
43 | 48 | <file role="doc" name="apigen.neon">
|
44 | 49 | <tasks:replace from="../src" to="php_dir" type="pear-config"/>
|
|
59 | 64 | <file role="doc" name="sync-request-arguments.php"/>
|
60 | 65 | <file role="doc" name="sync-request-simple.php"/>
|
61 | 66 | </dir>
|
| 67 | + <dir name="scripts" baseinstalldir="/"> |
| 68 | + <file role="script" name="roscon.bat"/> |
| 69 | + <file role="script" name="roscon.php"> |
| 70 | + <tasks:replace from="../src" to="php_dir" type="pear-config"/> |
| 71 | + <tasks:replace from="../../PEAR2_Net_Transmitter.git/src/" to="php_dir" type="pear-config"/> |
| 72 | + <tasks:replace from="../../PEAR2_Console_Color.git/src/" to="php_dir" type="pear-config"/> |
| 73 | + <tasks:replace from="@PEAR2_DATA_DIR@" to="data_dir" type="pear-config"/> |
| 74 | + <tasks:replace from="@PACKAGE_CHANNEL@" to="channel" type="package-info"/> |
| 75 | + <tasks:replace from="@PACKAGE_NAME@" to="name" type="package-info"/> |
| 76 | + </file> |
| 77 | + </dir> |
62 | 78 | <dir name="src" baseinstalldir="/">
|
63 | 79 | <dir name="PEAR2">
|
64 | 80 | <dir name="Net">
|
|
173 | 189 | <file role="test" name="NonPersistent.php"/>
|
174 | 190 | <file role="test" name="Persistent.php"/>
|
175 | 191 | </dir>
|
176 |
| - <file role="test" name="SafeTest.php"/> |
177 |
| - <file role="test" name="UnsafeTest.php"/> |
| 192 | + <file role="test" name="Safe.php"/> |
| 193 | + <file role="test" name="Unsafe.php"/> |
178 | 194 | </dir>
|
179 | 195 | <dir name="Util">
|
180 | 196 | <dir name="Safe">
|
|
201 | 217 | <file role="test" name="NonPersistent.php"/>
|
202 | 218 | <file role="test" name="Persistent.php"/>
|
203 | 219 | </dir>
|
204 |
| - <file role="test" name="SafeTest.php"/> |
205 |
| - <file role="test" name="UnsafeTest.php"/> |
| 220 | + <file role="test" name="Safe.php"/> |
| 221 | + <file role="test" name="Unsafe.php"/> |
206 | 222 | </dir>
|
207 | 223 | <file role="test" name="bootstrap.php">
|
208 | 224 | <tasks:replace from="../src" to="php_dir" type="pear-config"/>
|
|
249 | 265 | </dependencies>
|
250 | 266 | <phprelease>
|
251 | 267 | <filelist>
|
| 268 | + <install name="data/roscon.xml" as="roscon.xml"/> |
252 | 269 | <install name="docs/apigen.neon" as="apigen.neon"/>
|
253 | 270 | <install name="docs/doxygen.ini" as="doxygen.ini"/>
|
254 | 271 | <install name="docs/phpdoc.dist.xml" as="phpdoc.dist.xml"/>
|
|
258 | 275 | <install name="examples/send-and-forget.php" as="examples/send-and-forget.php"/>
|
259 | 276 | <install name="examples/sync-request-arguments.php" as="examples/sync-request-arguments.php"/>
|
260 | 277 | <install name="examples/sync-request-simple.php" as="examples/sync-request-simple.php"/>
|
| 278 | + <install name="scripts/roscon.bat" as="roscon.bat"/> |
| 279 | + <install name="scripts/roscon.php" as="roscon"/> |
261 | 280 | <install name="src/PEAR2/Net/RouterOS/Client.php" as="PEAR2/Net/RouterOS/Client.php"/>
|
262 | 281 | <install name="src/PEAR2/Net/RouterOS/Communicator.php" as="PEAR2/Net/RouterOS/Communicator.php"/>
|
263 | 282 | <install name="src/PEAR2/Net/RouterOS/DataFlowException.php" as="PEAR2/Net/RouterOS/DataFlowException.php"/>
|
|
275 | 294 | <install name="src/PEAR2/Net/RouterOS/UnexpectedValueException.php" as="PEAR2/Net/RouterOS/UnexpectedValueException.php"/>
|
276 | 295 | <install name="src/PEAR2/Net/RouterOS/Util.php" as="PEAR2/Net/RouterOS/Util.php"/>
|
277 | 296 | <install name="tests/bootstrap.php" as="bootstrap.php"/>
|
| 297 | + <install name="tests/Client/Safe.php" as="Client/Safe.php"/> |
278 | 298 | <install name="tests/Client/Safe/NonPersistent.php" as="Client/Safe/NonPersistent.php"/>
|
279 | 299 | <install name="tests/Client/Safe/NonPersistent/EncryptedTest.php" as="Client/Safe/NonPersistent/EncryptedTest.php"/>
|
280 | 300 | <install name="tests/Client/Safe/NonPersistent/UnencryptedTest.php" as="Client/Safe/NonPersistent/UnencryptedTest.php"/>
|
281 | 301 | <install name="tests/Client/Safe/Persistent.php" as="Client/Safe/Persistent.php"/>
|
282 | 302 | <install name="tests/Client/Safe/Persistent/EncryptedTest.php" as="Client/Safe/Persistent/EncryptedTest.php"/>
|
283 | 303 | <install name="tests/Client/Safe/Persistent/UnencryptedTest.php" as="Client/Safe/Persistent/UnencryptedTest.php"/>
|
284 |
| - <install name="tests/Client/SafeTest.php" as="Client/SafeTest.php"/> |
| 304 | + <install name="tests/Client/Unsafe.php" as="Client/Unsafe.php"/> |
285 | 305 | <install name="tests/Client/Unsafe/NonPersistent.php" as="Client/Unsafe/NonPersistent.php"/>
|
286 | 306 | <install name="tests/Client/Unsafe/NonPersistent/EncryptedTest.php" as="Client/Unsafe/NonPersistent/EncryptedTest.php"/>
|
287 | 307 | <install name="tests/Client/Unsafe/NonPersistent/UnencryptedTest.php" as="Client/Unsafe/NonPersistent/UnencryptedTest.php"/>
|
288 | 308 | <install name="tests/Client/Unsafe/Persistent.php" as="Client/Unsafe/Persistent.php"/>
|
289 | 309 | <install name="tests/Client/Unsafe/Persistent/EncryptedTest.php" as="Client/Unsafe/Persistent/EncryptedTest.php"/>
|
290 | 310 | <install name="tests/Client/Unsafe/Persistent/UnencryptedTest.php" as="Client/Unsafe/Persistent/UnencryptedTest.php"/>
|
291 |
| - <install name="tests/Client/UnsafeTest.php" as="Client/UnsafeTest.php"/> |
292 | 311 | <install name="tests/ConnectionTest.php" as="ConnectionTest.php"/>
|
293 | 312 | <install name="tests/HandlingTest.php" as="HandlingTest.php"/>
|
294 | 313 | <install name="tests/phpunit.xml" as="phpunit.xml"/>
|
| 314 | + <install name="tests/Util/Safe.php" as="Util/Safe.php"/> |
295 | 315 | <install name="tests/Util/Safe/NonPersistent/EncryptedTest.php" as="Util/Safe/NonPersistent/EncryptedTest.php"/>
|
296 | 316 | <install name="tests/Util/Safe/NonPersistent/UnencryptedTest.php" as="Util/Safe/NonPersistent/UnencryptedTest.php"/>
|
297 | 317 | <install name="tests/Util/Safe/NonPersistentTest.php" as="Util/Safe/NonPersistentTest.php"/>
|
298 | 318 | <install name="tests/Util/Safe/Persistent/EncryptedTest.php" as="Util/Safe/Persistent/EncryptedTest.php"/>
|
299 | 319 | <install name="tests/Util/Safe/Persistent/UnencryptedTest.php" as="Util/Safe/Persistent/UnencryptedTest.php"/>
|
300 | 320 | <install name="tests/Util/Safe/PersistentTest.php" as="Util/Safe/PersistentTest.php"/>
|
301 |
| - <install name="tests/Util/SafeTest.php" as="Util/SafeTest.php"/> |
| 321 | + <install name="tests/Util/Unsafe.php" as="Util/Unsafe.php"/> |
302 | 322 | <install name="tests/Util/Unsafe/NonPersistent.php" as="Util/Unsafe/NonPersistent.php"/>
|
303 | 323 | <install name="tests/Util/Unsafe/NonPersistent/EncryptedTest.php" as="Util/Unsafe/NonPersistent/EncryptedTest.php"/>
|
304 | 324 | <install name="tests/Util/Unsafe/NonPersistent/UnencryptedTest.php" as="Util/Unsafe/NonPersistent/UnencryptedTest.php"/>
|
305 | 325 | <install name="tests/Util/Unsafe/Persistent.php" as="Util/Unsafe/Persistent.php"/>
|
306 | 326 | <install name="tests/Util/Unsafe/Persistent/EncryptedTest.php" as="Util/Unsafe/Persistent/EncryptedTest.php"/>
|
307 | 327 | <install name="tests/Util/Unsafe/Persistent/UnencryptedTest.php" as="Util/Unsafe/Persistent/UnencryptedTest.php"/>
|
308 |
| - <install name="tests/Util/UnsafeTest.php" as="Util/UnsafeTest.php"/> |
309 | 328 | </filelist>
|
310 | 329 | </phprelease>
|
311 | 330 | </package>
|
0 commit comments