Commit 150d564f authored by Pakulin's avatar Pakulin
Browse files

Added jardesc & MANIFEST to automate jar creation

parent 4f51c786
Loading
Loading
Loading
Loading

tools/XmlDiff/MANFEST

0 → 100644
+9 −0
Original line number Diff line number Diff line
Manifest-Version: 1.0
Created-By: Nikolay Pakulin npak@ispras.ru (ETSI STF 475)
Name: org/etsi/mts/ttcn/part9/xmldiff/
Specification-Title: Utility to compare XML files
Specification-Version: 0.1
Specification-Vendor: STF 475
Implementation-Title: org.etsi.mts.ttcn.part9.xmldiff 
Implementation-Version: build01
Implementation-Vendor: STF 475
+16 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
    <jar path="/home/pakula/Desktop/XmlDiff.jar"/>
    <options buildIfNeeded="true" compress="true" descriptionLocation="/XmlDiff/xmldiff.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
    <storedRefactorings deprecationInfo="true" structuralOnly="false"/>
    <selectedProjects/>
    <manifest generateManifest="false" manifestLocation="/XmlDiff/MANFEST" manifestVersion="1.0" reuseManifest="true" saveManifest="true" usesManifest="true">
        <sealing sealJar="false">
            <packagesToSeal/>
            <packagesToUnSeal/>
        </sealing>
    </manifest>
    <selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
        <javaElement handleIdentifier="=XmlDiff/src"/>
    </selectedElements>
</jardesc>