Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
parg committed Aug 24, 2017
1 parent b9adc36 commit 946f764
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
/.classpath
/.project
*.class
*.DS_Store
*.biglybt
*.zip
*.jar
*.bak
2 changes: 2 additions & 0 deletions plugin.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
plugin.class=com.aelitis.plugins.rcmplugin.RCMPlugin
plugin.name=Swarm Discoveries
plugin.id=aercm
plugin.version=0.6.5

41 changes: 20 additions & 21 deletions rcmplugin.jardesc
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<jardesc>
<jar path="aercm/aercm.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/aercm/rcmplugin.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="true" exportOutputFolder="false">
<file path="/aercm/plugin.properties"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.skins"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.resources"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.columns"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.internat"/>
</selectedElements>
</jardesc>
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<jardesc>
<jar path="aercm/aercm.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/aercm/rcmplugin.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="true" exportOutputFolder="false">
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.skins"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.resources"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.columns"/>
<javaElement handleIdentifier="=aercm/&lt;com.aelitis.plugins.rcmplugin.internat"/>
</selectedElements>
</jardesc>

0 comments on commit 946f764

Please sign in to comment.