forked from spotbugs/spotbugs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add eclipse update site for 3.1.0-RC3 (spotbugs#16)
- Loading branch information
Showing
10 changed files
with
423 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+1.83 KB
....eclipse_3.1.0.20170205-1486302082588.jar → ....eclipse_3.1.0.20170610-1497060633070.jar
Binary file not shown.
Binary file renamed
BIN
+5.96 MB
....eclipse_3.1.0.20170205-1486302082588.jar → ....eclipse_3.1.0.20170610-1497060633070.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<?artifactRepository version='1.1.0'?> | ||
<repository name='file:/home/ubuntu/spotbugs/eclipsePlugin/build/site/eclipse/ - artifacts' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'> | ||
<properties size='2'> | ||
<property name='p2.timestamp' value='1497060681435'/> | ||
<property name='p2.compressed' value='false'/> | ||
</properties> | ||
<mappings size='3'> | ||
<rule filter='(& (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/> | ||
<rule filter='(& (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/> | ||
<rule filter='(& (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/> | ||
</mappings> | ||
<artifacts size='2'> | ||
<artifact classifier='org.eclipse.update.feature' id='com.github.spotbugs.plugin.eclipse' version='3.1.0.20170610-1497060633070'> | ||
<properties size='4'> | ||
<property name='artifact.size' value='1815'/> | ||
<property name='download.size' value='1815'/> | ||
<property name='download.md5' value='7b27761fa4710dde749405826ce29cc3'/> | ||
<property name='download.contentType' value='application/zip'/> | ||
</properties> | ||
</artifact> | ||
<artifact classifier='osgi.bundle' id='com.github.spotbugs.plugin.eclipse' version='3.1.0.20170610-1497060633070'> | ||
<properties size='3'> | ||
<property name='artifact.size' value='5645947'/> | ||
<property name='download.size' value='5645947'/> | ||
<property name='download.md5' value='9ca33399c2b8e5867727fff56860b11f'/> | ||
</properties> | ||
</artifact> | ||
</artifacts> | ||
</repository> |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+1.77 KB
eclipse/features/com.github.spotbugs.plugin.eclipse_3.1.0.20170610-1497060633070.jar
Binary file not shown.
Binary file added
BIN
+5.38 MB
eclipse/plugins/com.github.spotbugs.plugin.eclipse_3.1.0.20170610-1497060633070.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<site> | ||
|
||
<description url="https://spotbugs.github.io/eclipse"> | ||
This is the Eclipse update site for SpotBugs features. | ||
</description> | ||
|
||
<feature url="features/com.github.spotbugs.plugin.eclipse_3.1.0.20170610-1497060633070.jar" | ||
id="com.github.spotbugs.plugin.eclipse" | ||
version="3.1.0.20170610-1497060633070"> | ||
<category name="SpotBugs"/> | ||
</feature> | ||
|
||
<category-def name="SpotBugs" label="SpotBugs"> | ||
<description> | ||
This is the Eclipse category for SpotBugs features. | ||
</description> | ||
</category-def> | ||
|
||
</site> |