Skip to content

Commit

Permalink
LPS-15351
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.liferay.com/repos/public/portal/trunk@79068 05bdf26c-840f-0410-9ced-eb539d925f36
  • Loading branch information
jrhoun committed Apr 25, 2011
1 parent b9beebe commit 2872dc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ app.server.glassfish.zip.url=http://download.java.net/glassfish/v3/release/${app
/>
</copy>

<mkdir dir="${tcat.dir}/tomcat/temp" />

<replace file="${tcat.dir}/tomcat/conf/server.xml">
<replacetoken><![CDATA[xmlValidation="false" xmlNamespaceAware="false" deployXML="false">]]></replacetoken>
<replacevalue><![CDATA[xmlValidation="false" xmlNamespaceAware="false">]]></replacevalue>
Expand Down Expand Up @@ -1349,6 +1351,8 @@ release was successful.</echo>
</target>

<target name="zip-tcat">
<property name="tcat.dir" value="${app.server.parent.dir}/tcat-6.4.4" />

<antcall target="zip-executable">
<param name="zip.executable.file" value="liferay-portal-tcat-admin" />
<param name="zip.executable.dir" value="${tcat.dir}/admin" />
Expand Down

0 comments on commit 2872dc0

Please sign in to comment.