60b31e6133
Update and rename README.txt to README.md
2015-04-08 19:00:36 +02:00
hns
fe93d71133
Changed apps.properties documentation link again
2009-09-21 21:24:35 +00:00
hns
e1b9630383
Update link to apps.properties documentation
2009-09-21 21:19:47 +00:00
hns
3e1df369bf
Move build.xml to top-level directory.
2008-10-15 09:36:24 +00:00
hns
24cecbaead
* Increase version number to 1.7.0-pre.
2008-05-05 14:46:26 +00:00
hns
3bd9e813a9
* Bump version to 1.6.2
2008-04-07 08:49:13 +00:00
hns
4f30dc3c0e
* Update javac source and target version to 1.5.
...
Fixes bug 609 <http://helma.org/bugs/show_bug.cgi?id=609 >
2008-03-26 18:14:28 +00:00
hns
21c44962f1
* Update version string to 1.6.1
2007-12-11 11:17:37 +00:00
zumbrunn
3f1069db50
moved externals from the work directory to a subdirectory in build and changed build.xml to create packages free of spurious temp files and to make sure the build process cleans up after itself
2007-12-03 18:47:50 +00:00
hns
3005f65f3e
* Switch no new jsdoc-toolkit java/rhino based toolkit for generating helma documentation.
...
* Remove tasks that build up and tear down dependencies via cvs. The new build will
depend on dependencies set via svn:externals (not done yet).
2007-11-30 15:27:43 +00:00
hns
fb20983640
* Make sure jsdocs target is executed before package-raw.
2007-07-18 23:12:40 +00:00
hns
f0bb5c322d
* use new helma.gif as jsdoc logo, helma2.gif does not work because of some jsdoc bug.
2007-04-04 23:56:48 +00:00
hns
0d0171f07d
* Add clean target and remove double invocation of package-modules target
2007-04-04 23:39:39 +00:00
hns
7161df38b2
* Check out helma_1_6 branch for helmaTools (contains fixes and enhancements)
2007-04-04 15:14:31 +00:00
zumbrunn
c8ae4f4286
updated jsdoc related build scripts
2007-03-12 16:39:17 +00:00
zumbrunn
eb692b71ec
always create the docs/modules directory as part of the package-modules-jsdoc target, so that the build will succeed even if perl fails to build the jsdocs for whatever reasons
2007-03-08 13:05:08 +00:00
hns
6894e5446a
* Include project summary.
2007-03-07 15:15:37 +00:00
hns
9675c87a3e
* Make sure docs are included in the proper distribution files:
...
modules jsdocs in binary package, java docs in source package.
2007-03-07 14:53:31 +00:00
hns
492be3029f
* Add ant task for helmaLib modules JSDocs.
2007-03-07 14:14:50 +00:00
zumbrunn
c3499a347b
added missing license.txt to package target
2007-02-25 10:12:04 +00:00
hns
0b6d78a5ce
* Update Java class file version to 1.4 in javac task.
...
* Exclude ant classpath in javac task.
* Exclude apache-dom.jar in binary build, include it in source build.
* Change tarfilesets and zipfilesets to use include and exclude elements
instead of attributes.
2007-02-21 14:35:46 +00:00
hns
350043980e
* Update version from 1.6.x to 1.6.0.
2007-02-16 09:47:38 +00:00
hns
d23d0af914
* Removed old and obsolete ant infrastructure. Developers are now required to
...
have their own ant installed.
* Rename README to README.txt and bring it up to date.
2007-02-08 09:26:42 +00:00
zumbrunn
dc9e49c665
Changed version numbers to 1.6.x
2006-08-19 06:56:47 +00:00
hns
fc37ba8cb3
* Try to delete work/src before copying over files.
2006-08-18 14:59:38 +00:00
hns
89dfbbdaa1
* Update version info to 1.5.2
2006-08-18 14:41:20 +00:00
zumbrunn
37f26241c4
increased version number to 1.5.1
2006-08-07 13:49:14 +00:00
hns
f122e203b3
* Add IPv6 localhost to default allowAdmin addresses, remove 192.168.0.1. Enhance comment.
2006-05-26 12:48:24 +00:00
zumbrunn
22678cc604
Added a "# logDir = console" entry along with a suggestion of when to use it
2006-05-24 11:33:18 +00:00
hns
b203fcc43e
* Switch build version to 1.5.0
2006-05-22 09:54:37 +00:00
hns
7298b70d3b
* Copy java source files over to work/src before compiling. This has the following implications:
...
- It allows us to replace the __builddate__ token in Server.java without changing the original file.
- It makes sure all files are recompiled each time, avoiding compatible type change errors.
2006-04-28 22:24:54 +00:00
zumbrunn
1611d75c3c
changed apps.properties and the build script to include "modules" instead of helmaLib
2006-04-24 08:44:13 +00:00
hns
1aa4fe75c9
* Add source and target attributes to javac task to guarantee JDK 1.3 compatibility.
2005-12-19 21:08:51 +00:00
hns
06c8b33950
* Make start.sh executable in binary Unix build.
2005-12-12 14:25:20 +00:00
zumbrunn
6e4bf10db0
Small changes to new core build target and lgpl-license which both slipped in with the last commit.
2005-12-12 10:57:27 +00:00
zumbrunn
8b05e95712
Removed duplicate license, start, properties and static files
2005-12-12 10:48:06 +00:00
zumbrunn
c3edc5407d
Renamed hop.sh/hop.bat to start.sh/start.bat
2005-12-09 11:50:18 +00:00
michi
11dc7d3651
fix bug #442 : correct erroneous line separators, that occur when windows-encoded files are commited from unix
2005-12-01 08:41:40 +00:00
zumbrunn
d5d5fb49ba
Updated build script and apps.properties to include the welcome app
2005-11-16 08:27:56 +00:00
zumbrunn
ef0176fec0
Changed cvs tag used when building the helmaLib target back to the default, since the release_1_5 branch was merged back to the trunk.
2005-11-08 10:15:28 +00:00
zumbrunn
9593e25aed
Updated readme to reflect current build targets
2005-11-07 11:24:27 +00:00
zumbrunn
b1680f8ad0
Changed cvs tag used when building the helmaLib target to release_1_5.
2005-11-07 11:23:06 +00:00
zumbrunn
cd7497c7bc
Updated default configuration files to include more current example properties and references to the relevant documentation.
2005-11-07 11:21:47 +00:00
zumbrunn
1dabbb6e55
Enabled helmaTools module to be included in package target
2005-09-25 17:57:11 +00:00
zumbrunn
5e57c31411
Added target to build selective modules and included default modules when building the package target
2005-09-22 19:27:25 +00:00
zumbrunn
88b3579908
Updated old 2002 license version that was still used by the build script with the current license and changed the year to 2005
2005-09-01 13:01:29 +00:00
zumbrunn
a156431e69
Removed old static files of himp demo app
2005-09-01 12:56:16 +00:00
zumbrunn
8783b0e01c
Removed gong, bloggerapi and lillebror from list of default apps and updated version number in build script from the bogus 1.4.2 to 1.5.0
2005-09-01 12:41:18 +00:00
hns
ed3220768a
Move helma.xsl from helma/objectmodel/db to helma/objectmodel/dom package
...
(following the move of XmlDatabase)
2005-04-12 13:10:22 +00:00
hns
0b2b5718aa
Switch version to 1.4.2
2005-03-09 14:01:07 +00:00