Skip to content

Commit

Permalink
easier export
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbesen committed Jul 31, 2017
1 parent 79b608d commit 102f5c6
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BBEncryptionCracker/export.jardesc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
<jar path="/home/yannis/Schreibtisch/BB/Encryptioncracker.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/BBEncryptionCracker/export.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" 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">
<javaElement handleIdentifier="=BBEncryptionCracker/src"/>
<file path="/BBEncryptionCracker/.classpath"/>
</selectedElements>
</jardesc>
17 changes: 17 additions & 0 deletions Server/BesenBoincServer/export.jardesc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
<jar path="/home/yannis/Schreibtisch/BB/Server.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/BesenBoincServer/export.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
<manifest generateManifest="true" mainClassHandleIdentifier="=BesenBoincServer/src&lt;Core{Starter.java[Starter" manifestLocation="" manifestVersion="1.0" reuseManifest="false" saveManifest="false" usesManifest="true">
<sealing sealJar="true">
<packagesToSeal/>
<packagesToUnSeal/>
</sealing>
</manifest>
<selectedElements exportClassFiles="true" exportJavaFiles="false" exportOutputFolder="false">
<javaElement handleIdentifier="=BesenBoincServer/src"/>
<file path="/BesenBoincServer/.classpath"/>
</selectedElements>
</jardesc>
17 changes: 17 additions & 0 deletions test-factorial/BBTestprogram/export.jardesc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
<jar path="/home/yannis/Schreibtisch/BB/Test.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/BBTestprogram/export.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" 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">
<javaElement handleIdentifier="=BBTestprogram/src"/>
<file path="/BBTestprogram/.classpath"/>
</selectedElements>
</jardesc>
18 changes: 18 additions & 0 deletions test-primefinder/BBPrimeFinder/export.jardesc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jardesc>
<jar path="/home/yannis/Schreibtisch/BB/PrimeFinder.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/BBPrimeFinder/export.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="true" 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">
<folder path="/BBPrimeFinder/mrbesen"/>
<javaElement handleIdentifier="=BBPrimeFinder/src"/>
<file path="/BBPrimeFinder/.classpath"/>
</selectedElements>
</jardesc>

0 comments on commit 102f5c6

Please sign in to comment.