*) Removing compile statement for www directory

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1139 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 19 years ago
parent b86d1085e2
commit 3037c1e73b

@ -75,7 +75,7 @@
<!-- determining if the .svn directory exists -->
<condition property="svnEntriesFileExists">
<available file=".svn/entries" />
</condition>
</condition>
<!--
if the .svn directory exists we try to determine the real
@ -215,12 +215,6 @@
classpathref="project.class.path"
debug="true" debuglevel="lines,vars,source"
source="${javacSource}" target="${javacTarget}"/>
<!-- compile www directory -->
<javac srcdir="${www}/"
classpathref="project.class.path"
debug="true" debuglevel="lines,vars,source"
source="${javacSource}" target="${javacTarget}"/>
</target>
<!-- compiling optional content parsers and building install packages -->

Loading…
Cancel
Save