< prev index next >

core/JemmyAWTInput/build.xml

Print this page




  10  by Oracle in the LICENSE file that accompanied this code.
  11 
  12  This code is distributed in the hope that it will be useful, but WITHOUT
  13  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15  version 2 for more details (a copy is included in the LICENSE file that
  16  accompanied this code).
  17 
  18  You should have received a copy of the GNU General Public License version
  19  2 along with this work; if not, write to the Free Software Foundation,
  20  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 
  22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23  or visit www.oracle.com if you need additional information or have any
  24  questions.
  25  -->
  26 <project name="jemmy-awt-input" default="compile" basedir=".">
  27     <import file="${basedir}/../../make/build_template.xml"/>
  28     <property name="core.jar" location="../JemmyCore/build/JemmyCore.jar"/>
  29     <property name="version.file" value="org/jemmy/input/jemmy.properties"/>
  30     <property name="version.class" value="org.jemmy.input.Version"/>
  31     <property name="dependencies.classpath" value="${core.jar}"/>
  32     <target name="check-dependecies-impl">
  33         <available file="${core.jar}" property="dependencies.are.built"/>
  34     </target>
  35     <target name="build-dependecies-impl">
  36         <ant dir="${basedir}/../JemmyCore" target="jar" inheritAll="false"/>
  37     </target>
  38     <target name="test-dependecies-impl">
  39         <ant dir="${basedir}/../JemmyCore" target="test" inheritAll="false"/>
  40     </target>
  41 </project>
  42 
  43 


  10  by Oracle in the LICENSE file that accompanied this code.
  11 
  12  This code is distributed in the hope that it will be useful, but WITHOUT
  13  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  15  version 2 for more details (a copy is included in the LICENSE file that
  16  accompanied this code).
  17 
  18  You should have received a copy of the GNU General Public License version
  19  2 along with this work; if not, write to the Free Software Foundation,
  20  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  21 
  22  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  23  or visit www.oracle.com if you need additional information or have any
  24  questions.
  25  -->
  26 <project name="jemmy-awt-input" default="compile" basedir=".">
  27     <import file="${basedir}/../../make/build_template.xml"/>
  28     <property name="core.jar" location="../JemmyCore/build/JemmyCore.jar"/>
  29     <property name="version.file" value="org/jemmy/input/jemmy.properties"/>
  30     <property name="version.class" value="org.jemmy.input.awt.Version"/>
  31     <property name="dependencies.classpath" value="${core.jar}"/>
  32     <target name="check-dependecies-impl">
  33         <available file="${core.jar}" property="dependencies.are.built"/>
  34     </target>
  35     <target name="build-dependecies-impl">
  36         <ant dir="${basedir}/../JemmyCore" target="jar" inheritAll="false"/>
  37     </target>
  38     <target name="test-dependecies-impl">
  39         <ant dir="${basedir}/../JemmyCore" target="test" inheritAll="false"/>
  40     </target>
  41 </project>
  42 
  43 
< prev index next >