Changeset 15ef8220c59e963072be5bebcdcb55f523cc9ef3
- Timestamp:
- 10/01/2008 09:23:37 PM
(3 months ago)
- Author:
- Luca Foppiano <lfoppiano@sboing.byte-code.lan>
- git-committer:
- Luca Foppiano <lfoppiano@sboing.byte-code.lan> 1222889017 +0200
- git-parent:
[0d1754b9f4bc59e34dfcfaaa7d7460b3939aa2b7]
- git-author:
- Luca Foppiano <lfoppiano@sboing.byte-code.lan> 1222889017 +0200
- Message:
minor fix
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra3fe4e4 |
r15ef822 |
|
| 136 | 136 | } |
|---|
| 137 | 137 | |
|---|
| 138 | | |
|---|
| 139 | | productionJboss { |
|---|
| 140 | | } |
|---|
| 141 | | |
|---|
| 142 | 138 | productionTomcat { |
|---|
| 143 | 139 | log4j { |
|---|
| r634e44f |
r15ef822 |
|
| 29 | 29 | |
|---|
| 30 | 30 | def static demoData = { |
|---|
| 31 | | log.debug "Creating Data for DEMO Version!" |
|---|
| | 31 | //log.debug "Creating Data for DEMO Version!" |
|---|
| 32 | 32 | //Creating some users (impossible to login with these users if ldap mode is active) |
|---|
| 33 | 33 | def authenticateService = new AuthenticateService() |
|---|