⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build.xml

📁 这是一款用swt做的外贸统计系统
💻 XML
字号:
<?xml version="1.0"?>
<project name="FatJar Statics.jar (experimental)" default="main" basedir=".">
    <!-- this file was created by Fat-Jar Eclipse Plug-in -->
    <!-- the ANT-Export is in a very early stage, so this -->
    <!-- is only experimental, ANT 1.6 or above is        -->
    <!-- required, feedback is always welcome:            -->
    <!--       http://sourceforge.net/projects/fjep       -->
    <!-- uncomment the following lines if using ANT outside Eclipse -->
    <!--
        <property name="fjepPath" value="plugins/net.sf.fjep.fatjar_0.0.27/fatjar.jar"/>
        <taskdef name="fatjar.build" classname="net.sf.fjep.anttask.FJBuildTask" classpath="${fjepPath}"/>
        <typedef name="fatjar.manifest" classname="net.sf.fjep.anttask.FJManifestType" classpath="${fjepPath}"/>
        <typedef name="fatjar.exclude" classname="net.sf.fjep.anttask.FJExcludeType" classpath="${fjepPath}"/>
        <typedef name="fatjar.jarsource" classname="net.sf.fjep.anttask.FJJarSourceType" classpath="${fjepPath}"/>
        <typedef name="fatjar.filesource" classname="net.sf.fjep.anttask.FJFileSourceType" classpath="${fjepPath}"/>
    -->
    <!-- uncomment the above lines to use ANT outside of Eclipse -->
    <target name="main">
        <fatjar.build output="Statics.jar">
            <fatjar.manifest mainclass="com.dc.WinMain"/>
            <fatjar.filesource path="F:\eclipse\workspace\Statics" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.osgi_3.2.2.R32x_v20070118.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.ui.forms_3.2.0.v20060602.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.core.commands_3.2.0.I20060605-1400.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.equinox.common_3.2.0.v20060603.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.core.runtime_3.2.0.v20060603.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.text_3.2.0.v20060605-1400.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.swt.win32.win32.x86_3.2.2.v3236.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.jface_3.2.2.M20061214-1200.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.jface.text_3.2.2.r322_v20070104.jar" relpath=""/>
            <fatjar.jarsource file="F:\eclipse\plugins\org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar" relpath=""/>
        </fatjar.build>
    </target>
</project>

⌨️ 快捷键说明

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