|
Revision 1105
(checked in by douglm, 6 years ago)
|
To build bedework after this update will require ant-contrib.jar to be added to apache-ant-1.6.5/lib
This will be done in the preview quickstart
Upgraded portlet support. Managed to display the user calendar in liferay4.
Made much more of the portlet support common. Moved many config settings into the properties file.
Some changes still needed
Moved portlet stylesheets into common portlet directory
|
- Property svn:eol-style set to
LF
|
| Line | |
|---|
| 1 |
<?xml version="1.0"?> |
|---|
| 2 |
|
|---|
| 3 |
<!-- =================================================================== |
|---|
| 4 |
Standalone apps terminations tasks. |
|---|
| 5 |
=================================================================== --> |
|---|
| 6 |
|
|---|
| 7 |
<project name="bwdeploy.termination" default="deploy" > |
|---|
| 8 |
<import file="${org.bedework.deployment.base}/deployprops.xml" /> |
|---|
| 9 |
|
|---|
| 10 |
<target name="init"> |
|---|
| 11 |
</target> |
|---|
| 12 |
|
|---|
| 13 |
<target name="deploy" depends="init,build.configured" > |
|---|
| 14 |
</target> |
|---|
| 15 |
|
|---|
| 16 |
<target name="build.configured" depends="init" > |
|---|
| 17 |
</target> |
|---|
| 18 |
</project> |
|---|