Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Added script to create jar-file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomquist committed Dec 19, 2010
1 parent 28744d3 commit fd5337d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions build.jardesc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="MacRoman" standalone="no"?>
<jardesc>
<jar path="ErrorReporter/android-error-reporter.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/ErrorReporter/build.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
<manifest generateManifest="true" manifestLocation="" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true">
<sealing sealJar="false">
<packagesToSeal/>
<packagesToUnSeal/>
</sealing>
</manifest>
<selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
<file path="/ErrorReporter/LICENCE.txt"/>
<file path="/ErrorReporter/README.mkdn"/>
<javaElement handleIdentifier="=ErrorReporter/src"/>
</selectedElements>
</jardesc>

0 comments on commit fd5337d

Please sign in to comment.