summaryrefslogtreecommitdiff
path: root/src/xulrunner-1.8.mk.in
Commit message (Collapse)AuthorAge
* Remove all stuff that is unrelated to packaging XUL extensions.Benjamin Drung2011-10-08
|
* * [mozclient] Full refactoring of mozclient. It is now written in ↵Fabien Tassin2008-06-02
| | | | | | | | | | | | | | | | | | | | | object-oriented Perl. The makefile version was getting difficult to extend and to maintain. We now have a base class and a set of VCS classes inheriting for it. - add src/mozclient.pl.in - add src/mozclient/${projects}.conf - move src/patches to src/mozclient/patches - update src/${projects}.mk.in - update src/Makefile - update README * [mozclient] nspr and nss are now using a dynamic tag. They used to fetch HEAD which made them tricky to distribute. Now, we take NSPR_CO_TAG and NSS_CO_TAG from mozilla/client.mk (from HEAD or from a tag) and we assign a version like nss-3.12.0.3+1.9~cvs without trailling cvs date (as it's a taggued nss), or nss-3.12.0.3+1.9 when using a taggued mozilla/client.mk - update src/mozclient.pl.in - update src/mozclient/{nspr,nss}.conf
* * [mozclient] drop mozilla dir for xulrunner-1.8 projectFabien Tassin2008-03-26
| | | | - update src/xulrunner-1.8.mk.in
* * [mozclient] Add a xulrunner-1.8 projectFabien Tassin2008-03-26
- add src/xulrunner-1.8.mk.in - update src/Makefile