|
Revision 1938
(checked in by douglm, 5 years ago)
|
Try to do the same for platforms (jboss, tomcat etc) as I just did for portals.
The deployment directories are much simplified and the build process seems a bit clearer.
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<!-- ===================== Common properties ======================= --> |
|---|
| 4 |
|
|---|
| 5 |
<project name="deploy.bedework.properties" default="deployprops.init" > |
|---|
| 6 |
<!-- ensure has value --> |
|---|
| 7 |
<property name="propval.app.cal.suite" value="" /> |
|---|
| 8 |
|
|---|
| 9 |
<target name="deployprops.init" > |
|---|
| 10 |
</target> |
|---|
| 11 |
</project> |
|---|
| 12 |
|
|---|