mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
9d3364719d
Added support for Dojo builder. * Includes built builder and patches required to build the builder. * _base/configRhino.js is required by the builder to run under rhino. * added utility scripts for running the builder * build.sh * clean.sh * compile.sh * make-builder.sh * prepare-dojo.sh https://fedorahosted.org/freeipa/ticket/112
12 lines
474 B
Plaintext
12 lines
474 B
Plaintext
build.js is builded dojo builder, with applied patches from 'patches' folder, by
|
|
itself and compiled using uglify.js
|
|
|
|
_base/configRhino.js is unmodifed file from dojo/dojo. Required for a build to work.
|
|
|
|
= DOJO builder copyright notice =
|
|
Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved.
|
|
Available via Academic Free License >= 2.1 OR the modified BSD license.
|
|
see: http://dojotoolkit.org/license for details
|
|
|
|
= License =
|
|
Full Dojo license is in LICENSE file. |