|
|
@ -138,13 +138,7 @@
|
|
|
|
</javac>
|
|
|
|
</javac>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- compiling htroot, htroot/yacy and htroot/htdocsdefault -->
|
|
|
|
<!-- compiling htroot, htroot/yacy and htroot/htdocsdefault -->
|
|
|
|
<javac srcdir="${htroot}/" destdir="${htroot}"
|
|
|
|
<javac srcdir="${htroot}/"
|
|
|
|
classpathref="project.class.path"
|
|
|
|
|
|
|
|
source="${javacSource}" target="${javacTarget}"/>
|
|
|
|
|
|
|
|
<javac srcdir="${htroot}/htdocsdefault" destdir="${htroot}/htdocsdefault"
|
|
|
|
|
|
|
|
classpathref="project.class.path"
|
|
|
|
|
|
|
|
source="${javacSource}" target="${javacTarget}"/>
|
|
|
|
|
|
|
|
<javac srcdir="${htroot}/yacy" destdir="${htroot}/yacy"
|
|
|
|
|
|
|
|
classpathref="project.class.path"
|
|
|
|
classpathref="project.class.path"
|
|
|
|
source="${javacSource}" target="${javacTarget}"/>
|
|
|
|
source="${javacSource}" target="${javacTarget}"/>
|
|
|
|
</target>
|
|
|
|
</target>
|
|
|
|