Author: xavier
Date: Fri Jan 12 10:13:26 2007
New Revision: 495674
URL: http://svn.apache.org/viewvc?view=rev&rev=495674
Log:
slight review of the packaging
Modified:
incubator/ivy/trunk/build.properties
incubator/ivy/trunk/build.xml
Modified: incubator/ivy/trunk/build.properties
URL:
http://svn.apache.org/viewvc/incubator/ivy/trunk/build.properties?view=diff&rev=495674&r1=495673&r2=495674
==============================================================================
--- incubator/ivy/trunk/build.properties (original)
+++ incubator/ivy/trunk/build.properties Fri Jan 12 10:13:26 2007
@@ -6,9 +6,9 @@
test.build.dir=${basedir}/build/test
artifacts.build.dir=${basedir}/build/artifact
distrib.dir=${basedir}/build/distrib
-doc.build.dir=${basedir}/doc/ivy
+doc.build.dir=${basedir}/doc/reports
test.xml.dir=${build.dir}/test-report
-test.report.dir=${doc.build.dir}/test-report
+test.report.dir=${doc.build.dir}/test
javadoc.build.dir=${doc.build.dir}/api
doc.src.dir=${basedir}/src/doc
dxml.doc.file=${doc.src.dir}/ivy-book.xml
Modified: incubator/ivy/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/ivy/trunk/build.xml?view=diff&rev=495674&r1=495673&r2=495674
==============================================================================
--- incubator/ivy/trunk/build.xml (original)
+++ incubator/ivy/trunk/build.xml Fri Jan 12 10:13:26 2007
@@ -276,7 +276,7 @@
<zipfileset dir="${basedir}/test/buildlist"
prefix="ivy-${build.version}/test/buildlist"/>
<zipfileset dir="${basedir}/test/triggers"
prefix="ivy-${build.version}/test/triggers"/>
<zipfileset dir="${basedir}/test/xsl"
prefix="ivy-${build.version}/test/xsl"/>
- <zipfileset dir="${src.dir}/fr/jayasoft/ivy/xml"
includes="ivy.xsd" fullpath="ivy-${build.version}/ivy.xsd"/>
+ <zipfileset dir="${src.dir}/org/apache/ivy/xml"
includes="ivy.xsd" fullpath="ivy-${build.version}/ivy.xsd"/>
<zipfileset dir="${basedir}" includes="LICENSE.txt"
fullpath="ivy-${build.version}/LICENSE.txt"/>
<zipfileset dir="${basedir}" includes="CHANGES.txt"
fullpath="ivy-${build.version}/CHANGES.txt"/>
<zipfileset dir="${basedir}" includes="ivyconf.xml"
fullpath="ivy-${build.version}/ivyconf.xml"/>