jar-names.xml.svn-base

来自「cqME :java framework for TCK test.」· SVN-BASE 代码 · 共 116 行

SVN-BASE
116
字号
<!--  $Id$  Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved.  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER  This program is free software; you can redistribute it and/or  modify it under the terms of the GNU General Public License version  2 only, as published by the Free Software Foundation.  This program is distributed in the hope that it will be useful, but  WITHOUT ANY WARRANTY; without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU  General Public License version 2 for more details (a copy is  included at /legal/license.txt).  You should have received a copy of the GNU General Public License  version 2 along with this work; if not, write to the Free Software  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA  Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa  Clara, CA 95054 or visit www.sun.com if you need additional  information or have any questions.--><project name="jar-names">  <!-- All framework jars should be defined here -->  <target name="set-jar-names" depends="load-and-set-properties">    <property name="j2mefw_jt.jar"        location="${tcklib}/j2mefw_jt.jar"/>    <property name="interviewlib.jar"        location="${tcklib}/interviewlib.jar"/>    <property name="midp_httpsrvr.jar"        location="${tcklib}/midp_httpsrvr.jar"/>      <property name="exported_midp_httpsrvr.jar"        location="${tcklib}/exported_midp_httpsrvr.jar"/>      <property name="cldc_httpsrvr.jar"        location="${tcklib}/cldc_httpsrvr.jar"/>      <property name="jkssigner.jar"        location="${tcklib}/jkssigner.jar"/>    <property name="tckbuild.jar"        location="${tcklib}/tckbuild.jar"/>      <property name="xlet_agent.jar"        location="${tcklib}/xlet_agent.jar"/>    <property name="main_agent.jar"        location="${tcklib}/main_agent.jar"/>    <property name="applet_agent.jar"        location="${tcklib}/applet_agent.jar"/>    <property name="cldc_agent.jar"        location="${tcklib}/cldc_agent.jar"/>      <property name="midp_agent.jar"        location="${tcklib}/midp_agent.jar"/>      <property name="midp_guiagent.jar"        location="${tcklib}/midp_guiagent.jar"/>      <property name="midp_export_guiagent.jar"        location="${tcklib}/midp_export_guiagent.jar"/>      <property name="rmsreader.jar"        location="${tcklib}/rmsreader.jar"/>      <property name="midp_agent10.jar"        location="${tcklib}/midp_agent10.jar"/>      <property name="client.jar"        location="${tcklib}/client.jar"/>    <property name="midp_httpclnt.jar"        location="${tcklib}/midp_httpclnt.jar"/>    <property name="cldc_httpclnt.jar"        location="${tcklib}/cldc_httpclnt.jar"/>    <property name="midp_xprtclnt.jar"        location="${tcklib}/midp_xprtclnt.jar"/>    <property name="datagram_commServer"        location="${tcklib}/datagram_commServer.jar"/>    <property name="datagram_commClient"        location="${tcklib}/datagram_commClient.jar"/>    <property name="j2me_communication.jar"        location="${tcklib}/j2me_communication.jar"/>    <property name="j2me_messaging.jar"        location="${tcklib}/j2me_messaging.jar"/>    <property name="cdc_messaging.jar"        location="${tcklib}/cdc_messaging.jar"/>    <property name="j2me_commClients.jar"        location="${tcklib}/j2me_commClients.jar"/>    <property name="j2me_httpCommServer.jar"        location="${tcklib}/j2me_httpCommServer.jar"/>    <property name="midp_testlibs.jar"        location="${tcklib}/midp_testlibs"/>  </target></project>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?