Changeset 349 for tags/release_1.0beta1
- Timestamp:
- 01/13/07 17:32:05 (2 years ago)
- Files:
-
- tags/release_1.0beta1 (copied) (copied from trunk)
- tags/release_1.0beta1/build/buildapp.php (modified) (1 diff)
- tags/release_1.0beta1/build/buildjbt.php (modified) (1 diff)
- tags/release_1.0beta1/build/buildjelix.php (modified) (1 diff)
- tags/release_1.0beta1/build/buildjtpl.php (modified) (1 diff)
- tags/release_1.0beta1/build/config/jbt-dist.ini (modified) (1 diff)
- tags/release_1.0beta1/build/config/jbt-test.ini (modified) (1 diff)
- tags/release_1.0beta1/build/config/jelix-dist-dev.ini (modified) (1 diff)
- tags/release_1.0beta1/build/config/jelix-dist-opt.ini (modified) (1 diff)
- tags/release_1.0beta1/build/config/jelix-test.ini (modified) (1 diff)
- tags/release_1.0beta1/build/config/jtpl-dist.ini (modified) (1 diff)
- tags/release_1.0beta1/build/config/myapp-dist.ini (modified) (1 diff)
- tags/release_1.0beta1/build/config/testapp-dist.ini (modified) (1 diff)
- tags/release_1.0beta1/build/VERSION (modified) (1 diff)
- tags/release_1.0beta1/lib/jelix/tpl/VERSION (modified) (1 diff)
- tags/release_1.0beta1/lib/jelix/VERSION (modified) (1 diff)
- tags/release_1.0beta1/myapp/VERSION (modified) (1 diff)
- tags/release_1.0beta1/testapp/VERSION (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/release_1.0beta1/build/buildapp.php
r345 r349 16 16 'VERSION'=> array( 17 17 "Version number you want to set for this package", 18 ' SVN',18 '', 19 19 '', 20 20 ), tags/release_1.0beta1/build/buildjbt.php
r345 r349 16 16 'VERSION'=> array( 17 17 "Version number you want to set for this package", 18 ' SVN',18 '', 19 19 '', 20 20 ), tags/release_1.0beta1/build/buildjelix.php
r347 r349 20 20 ), 21 21 'LIB_VERSION'=> array( 22 "Version of jelix you want to declare (default : SVN)",23 ' SVN',22 "Version of jelix you want to declare", 23 '', 24 24 ), 25 25 'ENABLE_PHP_FILTER'=>array( tags/release_1.0beta1/build/buildjtpl.php
r345 r349 17 17 'VERSION'=> array( 18 18 "Version number you want to set for this package", 19 ' SVN',19 '', 20 20 '', 21 21 ), tags/release_1.0beta1/build/config/jbt-dist.ini
r292 r349 1 1 MAIN_TARGET_PATH = _dist 2 NIGHTLY_NAME = 0 2 3 PACKAGE_TAR_GZ = 1 3 4 PACKAGE_ZIP = 1 tags/release_1.0beta1/build/config/jbt-test.ini
r292 r349 1 1 MAIN_TARGET_PATH = _dev 2 NIGHTLY_NAME= 0 2 3 PACKAGE_TAR_GZ = 3 4 PACKAGE_ZIP = tags/release_1.0beta1/build/config/jelix-dist-dev.ini
r314 r349 1 1 MAIN_TARGET_PATH = _dist 2 NIGHTLY_NAME= 0 2 3 PHP_VERSION_TARGET = 3 4 PACKAGE_TAR_GZ = 1 tags/release_1.0beta1/build/config/jelix-dist-opt.ini
r314 r349 1 1 MAIN_TARGET_PATH = _dist 2 NIGHTLY_NAME=0 2 3 PHP_VERSION_TARGET = 3 4 ENABLE_PHP_FILTER = tags/release_1.0beta1/build/config/jelix-test.ini
r314 r349 1 1 MAIN_TARGET_PATH = _dev 2 NIGHTLY_NAME= 0 2 3 PHP_VERSION_TARGET = 3 4 ENABLE_PHP_FILTER = tags/release_1.0beta1/build/config/jtpl-dist.ini
r292 r349 1 1 MAIN_TARGET_PATH = _dist 2 NIGHTLY_NAME=0 2 3 PACKAGE_TAR_GZ = 1 3 4 PACKAGE_ZIP = 1 tags/release_1.0beta1/build/config/myapp-dist.ini
r292 r349 1 1 MAIN_TARGET_PATH = _dist 2 NIGHTLY_NAME = 0 2 3 APPNAME = myapp 3 4 PACKAGE_TAR_GZ = 1 tags/release_1.0beta1/build/config/testapp-dist.ini
r292 r349 1 1 MAIN_TARGET_PATH = _dist 2 NIGHTLY_NAME = 0 2 3 APPNAME = testapp 3 4 PACKAGE_TAR_GZ = 1 tags/release_1.0beta1/build/VERSION
r154 r349 1 SVN 1 1.1 tags/release_1.0beta1/lib/jelix/tpl/VERSION
r114 r349 1 SVN 1 1.0b1 tags/release_1.0beta1/lib/jelix/VERSION
r85 r349 1 SVN 1 1.0b1 tags/release_1.0beta1/myapp/VERSION
r292 r349 1 SVN 1 1.0b1 tags/release_1.0beta1/testapp/VERSION
r292 r349 1 SVN 1 1.0b1
