Author: bago
Date: Mon May 12 12:12:57 2008
New Revision: 655605
URL: http://svn.apache.org/viewvc?rev=655605&view=rev
Log:
Remove references to the www/website/xdocs/tools folders/properties in ant
build.
Modified:
james/jsieve/trunk/build.xml
james/jsieve/trunk/default.properties
Modified: james/jsieve/trunk/build.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/build.xml?rev=655605&r1=655604&r2=655605&view=diff
==============================================================================
--- james/jsieve/trunk/build.xml (original)
+++ james/jsieve/trunk/build.xml Mon May 12 12:12:57 2008
@@ -94,7 +94,6 @@
<fixcrlf srcdir="${java.dir}" includes="**/*.java" eol="lf" tab="remove"
tablength="4" />
<fixcrlf srcdir="${java.dir}" includes="**/*.html" eol="lf" tab="remove"
tablength="4" />
<fixcrlf srcdir="${test.dir}" includes="**/*.java" eol="lf" tab="remove"
tablength="4" />
- <fixcrlf srcdir="${xdocs.dir}" includes="**/*.xml" eol="lf" tab="remove"
tablength="4" />
<fixcrlf srcdir="${conf.dir}" includes="**/*.properties" eol="lf"
tab="remove" tablength="4" />
<fixcrlf srcdir="${testconf.dir}" includes="**/*.properties" eol="lf"
tab="remove" tablength="4" />
<fixcrlf srcdir="." includes="build.sh" eol="lf"/>
@@ -432,8 +431,6 @@
<fileset dir=".">
<include name="src/**"/>
<include name="lib/**"/>
- <include name="www/**"/>
- <include name="tools/**"/>
<include name="*.xml"/>
<include name="*.properties"/>
<include name="*.txt"/>
@@ -444,8 +441,6 @@
<tarfileset dir="." username="${name}" group="${name}">
<include name="src/**"/>
<include name="lib/**"/>
- <include name="www/**"/>
- <include name="tools/**"/>
<include name="*.xml"/>
<include name="*.properties"/>
<include name="*.txt"/>
@@ -466,7 +461,6 @@
<delete dir="${dist.base}"/>
<mkdir dir="${dist.base}"/>
<delete dir="${build.dir}"/>
- <delete dir="${www.dir}"/>
<delete dir='target'/>
</target>
@@ -485,11 +479,9 @@
<echo message=""/>
<echo message=" dist-lite --> generates unpacked distribution
(default)"/>
<echo message=" dist-lite-test --> tests the jarred classes"/>
- <echo message=" website --> makes all the docs and javadocs"/>
<echo message=" compile --> compiles the source code"/>
<echo message=" dist --> generates all the jSieve
distributions, packed"/>
<echo message=" clean --> cleans up the directory"/>
- <echo message=" xdocs --> creates the documentation for jSieve"/>
<echo message=" javadocs --> creates the Javadoc"/>
<echo message=""/>
<echo message=" See the comments inside the build.xml file for more
details."/>
Modified: james/jsieve/trunk/default.properties
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/default.properties?rev=655605&r1=655604&r2=655605&view=diff
==============================================================================
--- james/jsieve/trunk/default.properties (original)
+++ james/jsieve/trunk/default.properties Mon May 12 12:12:57 2008
@@ -86,8 +86,6 @@
javacc.dir=${src.dir}/main/jjtree
conf.dir=${src.dir}/main/resources
testconf.dir=${src.dir}/test/resources
-xdocs.dir=${src.dir}/site/xdoc
-docs.src=${xdocs.dir}
#
# distribution directories
@@ -96,15 +94,3 @@
dist.base = ${jsieve.dir}/dist
dist.name = ${name}-${version}
dist.dir = ${dist.base}/${dist.name}
-
-#
-# properties for the website directories
-#
-
-www.dir = ${jsieve.dir}/www
-
-#
-# tools properties
-#
-
-tools.dir=${jsieve.dir}/tools
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]