Revision
544013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 4 00:01:02 2007 UTC
(2 years, 5 months ago)
by
psmith
File length: 551 byte(s)
Diff to
previous 308064
(
colored)
Added OSX build:
mvn package appbundler:bundle
Will generate an OSX distribution in the target directory, and automatically build a .dmg file.
Obviously, this can only be built on an OSX system, so this goal is not enabled as part of the standard
lifecycle.
Revision
308064 -
(
view)
(
annotate)
-
[select for diffs]
Added
Fri Feb 25 03:23:48 2005 UTC
(4 years, 9 months ago)
by
psmith
File length: 375 byte(s)
Using CVS tricks suggested by Ceki, I have already copied over the chainsaw source file history,
so you won't see any of that here.
These are just misc other files needed by Chainsaw that was easier to do by hand (had already
done the move last night), plus a fixed up build process.
I copied the NOTICES and LICENSE file from logging-log4j, which I figured was the correct
thing to do.
One can build an run Chainsaw via Ant if one plonks log4j jars in a lib/ subdirectory
and run "ant chainsaw", or if in Eclipse, you can just make logging-chainsaw
depend on your logging-log4j project, and just run the LogUI as the main class.