build.xml (e2f0c31b) build.xml (cc697cd0)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 58 unchanged lines hidden (view full) ---

67 <!-- create output directories -->
68 <mkdir dir="${classes}"/>
69 <mkdir dir="${classes.test}"/>
70 <mkdir dir="${dist}"/>
71 </target>
72
73 <target name="compile" depends="init">
74 <javac debug="${debug}" debuglevel="lines,vars,source" destdir="${classes}" classpathref="classpath"
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements. See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the

--- 58 unchanged lines hidden (view full) ---

67 <!-- create output directories -->
68 <mkdir dir="${classes}"/>
69 <mkdir dir="${classes.test}"/>
70 <mkdir dir="${dist}"/>
71 </target>
72
73 <target name="compile" depends="init">
74 <javac debug="${debug}" debuglevel="lines,vars,source" destdir="${classes}" classpathref="classpath"
75 source="${sourcelevel}" verbose="${verbose}">
75 source="${sourcelevel}" verbose="${verbose}" includeantruntime="false">
76 <src path="src"/>
77 </javac>
78 </target>
79
80 <target name="xcucheck" depends="init">
81 <condition property="no.merge.present">
82 <not>
83 <available file="${out}/misc/${target}/merge/org/openoffice/Office/Custom/WikiExtension.xcu" type="file"/>

--- 142 unchanged lines hidden ---
76 <src path="src"/>
77 </javac>
78 </target>
79
80 <target name="xcucheck" depends="init">
81 <condition property="no.merge.present">
82 <not>
83 <available file="${out}/misc/${target}/merge/org/openoffice/Office/Custom/WikiExtension.xcu" type="file"/>

--- 142 unchanged lines hidden ---