Author: pete.muir(a)jboss.org
Date: 2008-02-26 12:53:44 -0500 (Tue, 26 Feb 2008)
New Revision: 7482
Modified:
branches/Seam_2_0/build/ci.build.xml
Log:
minor
Modified: branches/Seam_2_0/build/ci.build.xml
===================================================================
--- branches/Seam_2_0/build/ci.build.xml 2008-02-26 17:48:47 UTC (rev 7481)
+++ branches/Seam_2_0/build/ci.build.xml 2008-02-26 17:53:44 UTC (rev 7482)
@@ -9,7 +9,7 @@
<property name="seam.dir" value="${basedir}/../" />
<property name="dist.location" value="${seam.dir}/dist" />
- <property name="dist.ref.dir" value="${dist.location}/ref" />
+ <property name="doc.ref.dir"
value="${seam.dir}/doc/Seam_Reference_Guide" />
<import file="common.build.xml" />
@@ -82,7 +82,7 @@
</target>
<target name="deployDocumentation" depends="initdav,
initpoms">
- <deploy pom="${docs.pom}"
jar="${dist.ref.dir}/en/pdf/seam_reference.pdf" unique="false"
repositoryId="snapshots.jboss.org"/>
+ <deploy pom="${docs.pom}"
jar="${doc.ref.dir}/target/docbook/pdf/Seam_Reference_Guide.pdf"
unique="false" repositoryId="snapshots.jboss.org"/>
</target>
<macrodef name="build">
Show replies by date