|
Revision 268
(checked in by douglm, 7 years ago)
|
Preliminary changes to improve building for different platforms and configurations.
Make standalone deploy property global - i.e. it's all standalone or no standalone
Make portal platform property global
Add global j2ee platform property - if set we build a ear file.
Moved caldav deployment stuff to webapp directory instead of servlet
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
|
|---|
| 3 |
<jboss-web> |
|---|
| 4 |
<security-domain>java:/jaas/@SECURITY-DOMAIN@</security-domain> |
|---|
| 5 |
<resource-ref> |
|---|
| 6 |
<res-ref-name>jdbc/calDB</res-ref-name> |
|---|
| 7 |
<res-type>javax.sql.DataSource</res-type> |
|---|
| 8 |
<jndi-name>java:/CalendarDS</jndi-name> |
|---|
| 9 |
</resource-ref> |
|---|
| 10 |
</jboss-web> |
|---|