File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1010class SourceSFSVNPlugin extends SourceSVNPlugin {
1111
1212 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
13+ const SOURCESVN_VERSION_REQUIRED = '0.16 ' ;
1314
1415 public function register () {
1516 $ this ->name = lang_get ( 'plugin_SourceSFSVN_title ' );
@@ -19,7 +20,7 @@ public function register() {
1920 $ this ->requires = array (
2021 'MantisCore ' => self ::MANTIS_VERSION ,
2122 'Source ' => self ::FRAMEWORK_VERSION_REQUIRED ,
22- 'SourceSVN ' => ' 0.16 ' ,
23+ 'SourceSVN ' => self :: SOURCESVN_VERSION_REQUIRED ,
2324 );
2425
2526 $ this ->author = 'John Reese ' ;
Original file line number Diff line number Diff line change 1111class SourceViewVCPlugin extends SourceSVNPlugin {
1212
1313 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
14+ const SOURCESVN_VERSION_REQUIRED = '0.16 ' ;
1415
1516 public function register () {
1617 $ this ->name = lang_get ( 'plugin_SourceViewVC_title ' );
@@ -20,7 +21,7 @@ public function register() {
2021 $ this ->requires = array (
2122 'MantisCore ' => self ::MANTIS_VERSION ,
2223 'Source ' => self ::FRAMEWORK_VERSION_REQUIRED ,
23- 'SourceSVN ' => ' 0.16 ' ,
24+ 'SourceSVN ' => self :: SOURCESVN_VERSION_REQUIRED ,
2425 );
2526
2627 $ this ->author = 'John Bailey ' ;
Original file line number Diff line number Diff line change 1010class SourceWebSVNPlugin extends SourceSVNPlugin {
1111
1212 const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
13+ const SOURCESVN_VERSION_REQUIRED = '0.16 ' ;
1314
1415 public function register () {
1516 $ this ->name = lang_get ( 'plugin_SourceWebSVN_title ' );
@@ -19,7 +20,7 @@ public function register() {
1920 $ this ->requires = array (
2021 'MantisCore ' => self ::MANTIS_VERSION ,
2122 'Source ' => self ::FRAMEWORK_VERSION_REQUIRED ,
22- 'SourceSVN ' => ' 0.16 ' ,
23+ 'SourceSVN ' => self :: SOURCESVN_VERSION_REQUIRED ,
2324 );
2425
2526 $ this ->author = 'John Reese ' ;
You can’t perform that action at this time.
0 commit comments