mirror of
https://github.com/mirror/jdownloader.git
synced 2024-11-23 20:19:50 +00:00
build>full
git-svn-id: svn://svn.jdownloader.org/jdownloader/trunk@22740 ebf7c1c2-ba36-0410-9fe8-c592906822b4
This commit is contained in:
parent
e584221e42
commit
728d90d6e7
@ -45,30 +45,30 @@
|
||||
|
||||
<!-- Build dependencies -->
|
||||
|
||||
<javac srcdir="${dep.awu}/src" excludes="**/test/**" debug="${debug}" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<javac srcdir="${dep.awu}/src" excludes="**/test/**" verbose="true" debug="${debug}" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<classpath refid="classpath" />
|
||||
|
||||
</javac>
|
||||
|
||||
<javac srcdir="${dep.myjd}/src" excludes="**/test/**" debug="${debug}" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<javac srcdir="${dep.myjd}/src" excludes="**/test/**" verbose="true" debug="${debug}" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<classpath refid="classpath" />
|
||||
|
||||
</javac>
|
||||
|
||||
<javac srcdir="${dep.browser}/src" excludes="" debug="${debug}" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<javac srcdir="${dep.browser}/src" excludes="" debug="${debug}" verbose="true" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<classpath refid="classpath" />
|
||||
|
||||
</javac>
|
||||
|
||||
|
||||
|
||||
<javac srcdir="${dep.updateclient}/src" excludes="" debug="${debug}" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<javac srcdir="${dep.updateclient}/src" excludes="" verbose="true" debug="${debug}" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<classpath refid="classpath" />
|
||||
|
||||
</javac>
|
||||
|
||||
|
||||
<javac srcdir="src" debug="${debug}" excludes="jd/utils/dev/*,org/jdownloader/extensions/langfileeditor/**/*,org/jdownloader/extensions/neembuu/**/*,org/jdownloader/extensions/remoteserv/**/*" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<javac srcdir="src" debug="${debug}" verbose="true" excludes="jd/utils/dev/*,org/jdownloader/extensions/langfileeditor/**/*,org/jdownloader/extensions/neembuu/**/*,org/jdownloader/extensions/remoteserv/**/*" destdir="${cls}" encoding="UTF-8" source="1.6" target="1.6" includeantruntime="false">
|
||||
<classpath refid="classpath" />
|
||||
|
||||
</javac>
|
||||
|
Loading…
Reference in New Issue
Block a user