Sevajol Bastien 13a40ad5a2 uppgrade to 2.0.17 12 yıl önce
..
onpk symfony 2.0.11 to 2.0.12 12 yıl önce
simpletest.org symfony 2.0.11 to 2.0.12 12 yıl önce
README symfony 2.0.11 to 2.0.12 12 yıl önce
build_tarball.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 yıl önce
bundled_docs.xslt symfony 2.0.11 to 2.0.12 12 yıl önce
bundled_map.xml symfony 2.0.11 to 2.0.12 12 yıl önce
extension.xml symfony 2.0.11 to 2.0.12 12 yıl önce
generate_package.php symfony 2.0.11 to 2.0.12 12 yıl önce
lastcraft.xslt symfony 2.0.11 to 2.0.12 12 yıl önce
make_bundled_docs.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 yıl önce
make_bundled_docs_with_xalan.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 yıl önce
make_lastcraft_docs.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 yıl önce
make_phpdoc_docs.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 yıl önce
package.xml symfony 2.0.11 to 2.0.12 12 yıl önce
pear_package_create.php uppgrade to 2.0.17 12 yıl önce
phpdoc_docs.xslt symfony 2.0.11 to 2.0.12 12 yıl önce
simpletest.ini Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 yıl önce
site_map.xml symfony 2.0.11 to 2.0.12 12 yıl önce
transform_all_lastcraft.php symfony 2.0.11 to 2.0.12 12 yıl önce

README

HOW TO MAKE A PACKAGE

1. First make sure PEAR_PackageFileManager is installed;
(version 1.2.0 was used)

$ pear install PEAR_PackageFileManager

2. Edit the simpletest/packages/pear_package_create.php file (see comments for what
needs changing).

3. Run the simpletest/packages/pear_package_create.php script, piping the output
to the file you want to create e.g.;

$ ./pear_package_create.php > package.xml

4. Copy the package.xml to the root of Simpletest.

5. From the root of Simpletest type;

$ pear package package.xml

This creates the package zip

6. Install with;

$ pear install SimpleTest-x.x.x.tgz