Bastien Sevajol 0de4e59322 change chmod 12 anni fa
..
onpk change chmod 12 anni fa
simpletest.org change chmod 12 anni fa
README change chmod 12 anni fa
build_tarball.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 anni fa
bundled_docs.xslt change chmod 12 anni fa
bundled_map.xml change chmod 12 anni fa
extension.xml change chmod 12 anni fa
generate_package.php change chmod 12 anni fa
lastcraft.xslt change chmod 12 anni fa
make_bundled_docs.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 anni fa
make_bundled_docs_with_xalan.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 anni fa
make_lastcraft_docs.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 anni fa
make_phpdoc_docs.sh Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 anni fa
package.xml change chmod 12 anni fa
pear_package_create.php Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 anni fa
phpdoc_docs.xslt change chmod 12 anni fa
simpletest.ini Mse a jour / réinstallation des Bundles vendors (et ajout du bundle FOSUsers) 13 anni fa
site_map.xml change chmod 12 anni fa
transform_all_lastcraft.php change chmod 12 anni fa

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