root/releases/bedework-3.4.1.1/deployment/deployprops.xml

Revision 1105 (checked in by douglm, 7 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

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   <condition property="org.bedework.build.for.jboss">
10     <equals arg1="jboss" arg2="${org.bedework.global.j2ee.platform}"/>
11   </condition>
12
13   <target name="deployprops.init" >
14   </target>
15 </project>
16
Note: See TracBrowser for help on using the browser.