Skip to content

Commit

Permalink
vendorlibs: library/vendor to libary/IcingaVendor
Browse files Browse the repository at this point in the history
This doesn't make it much better but allows to build a package
libicinga-vendor-php placing those files to /usr/share/php/IcingaVendor
or similar.

refs #4075
  • Loading branch information
Thomas-Gelf committed Jun 5, 2014
1 parent 8df26bb commit c592236
Show file tree
Hide file tree
Showing 803 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions library/Icinga/File/Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Icinga\Web\Url;
use Icinga\Exception\ProgrammingError;

require_once 'vendor/dompdf/dompdf_config.inc.php';
require_once 'IcingaVendor/dompdf/dompdf_config.inc.php';

spl_autoload_register('DOMPDF_autoload');

Expand Down Expand Up @@ -60,4 +60,4 @@ public function renderControllerAction($controller)
)
);
}
}
}
2 changes: 1 addition & 1 deletion library/Icinga/Web/JavaScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function send($minified = false)
}
}
if ($minified) {
require_once ICINGA_LIBDIR . '/vendor/JShrink/Minifier.php';
require_once 'IcingaVendor/JShrink/Minifier.php';
$out .= Minifier::minify($js, array('flaggedComments' => false));
} else {
$out .= $js;
Expand Down
2 changes: 1 addition & 1 deletion library/Icinga/Web/LessCompiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class LessCompiler
*/
public function __construct()
{
require_once 'vendor/lessphp/lessc.inc.php';
require_once 'IcingaVendor/lessphp/lessc.inc.php';
$this->lessc = new lessc();

$this->lessc->setVariables(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c592236

Please sign in to comment.