Changeset 30 in tmcsimulator for trunk/IDE_metadata/Eclipse


Ignore:
Timestamp:
04/27/2016 07:42:04 PM (10 years ago)
Author:
bokumura
Message:

Removed target to build everything into one jar in Eclipse ant build.

Location:
trunk/IDE_metadata/Eclipse
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE_metadata/Eclipse

    • Property svn:ignore set to
      deploy
  • trunk/IDE_metadata/Eclipse/build.xml

    r18 r30  
    5454 
    5555 
    56     <echo message="Packaging TMC into a single JAR at ${deploy.jar}"/> 
    5756 
    5857    <delete dir="${deploy.dir}"/> 
    5958    <mkdir dir="${deploy.dir}"/> 
    6059 
    61     <jar destfile="${deploy.dir}/temp_final.jar" filesetmanifest="skip"> 
    62         <zipgroupfileset dir="${workdir}/lib" includes="xercesImpl.jar"/> 
    63  
    64         <manifest> 
    65             <attribute name="Main-Class" value="${main.class}"/> 
    66         </manifest> 
    67     </jar> 
    68  
    69     <zip destfile="${deploy.jar}"> 
    70         <zipfileset src="${deploy.dir}/temp_final.jar" 
    71         excludes="META-INF/*.SF, META-INF/*.DSA, META-INF/*.RSA"/> 
    72     </zip> 
    73  
    74     <delete file="${deploy.dir}/temp_final.jar"/> 
    75  
     60     
    7661    <!--                   *** Build CAD Server Only Jar ***         --> 
    7762      <jar destfile="${deploy.dir}/CADserver.jar" 
Note: See TracChangeset for help on using the changeset viewer.