Skip to content

Commit

Permalink
add eclipse update site for 3.1.0-RC3 (spotbugs#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA authored Jun 30, 2017
1 parent c2799cc commit 45909e4
Show file tree
Hide file tree
Showing 10 changed files with 423 additions and 124 deletions.
20 changes: 10 additions & 10 deletions eclipse-candidate/artifacts.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version='1.0' encoding='UTF-8'?>
<?artifactRepository version='1.1.0'?>
<repository name='file:/Users/kengo/Documents/github/spotbugs/eclipsePlugin/build/site/eclipse-candidate/ - artifacts' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
<repository name='file:/home/ubuntu/spotbugs/eclipsePlugin/build/site/eclipse-candidate/ - artifacts' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
<properties size='2'>
<property name='p2.timestamp' value='1486302096884'/>
<property name='p2.timestamp' value='1497060677916'/>
<property name='p2.compressed' value='false'/>
</properties>
<mappings size='3'>
Expand All @@ -11,19 +11,19 @@
<rule filter='(&amp; (classifier=org.eclipse.update.feature))' output='${repoUrl}/features/${id}_${version}.jar'/>
</mappings>
<artifacts size='2'>
<artifact classifier='org.eclipse.update.feature' id='edu.umd.cs.findbugs.plugin.eclipse' version='3.1.0.20170205-1486302082588'>
<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='1876'/>
<property name='download.size' value='1876'/>
<property name='download.md5' value='4f83fd7fcabf35afe0d26c99cc2ada4b'/>
<property name='artifact.size' value='1861'/>
<property name='download.size' value='1861'/>
<property name='download.md5' value='33e959b3e0021f4e9b205dc7127c6bce'/>
<property name='download.contentType' value='application/zip'/>
</properties>
</artifact>
<artifact classifier='osgi.bundle' id='edu.umd.cs.findbugs.plugin.eclipse' version='3.1.0.20170205-1486302082588'>
<artifact classifier='osgi.bundle' id='com.github.spotbugs.plugin.eclipse' version='3.1.0.20170610-1497060633070'>
<properties size='3'>
<property name='artifact.size' value='6254204'/>
<property name='download.size' value='6254204'/>
<property name='download.md5' value='2b023b8eee2b291d5546549377e6223f'/>
<property name='artifact.size' value='5645947'/>
<property name='download.size' value='5645947'/>
<property name='download.md5' value='9ca33399c2b8e5867727fff56860b11f'/>
</properties>
</artifact>
</artifacts>
Expand Down
212 changes: 106 additions & 106 deletions eclipse-candidate/content.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions eclipse-candidate/site.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>

<description url="http://findbugs.cs.umd.edu/eclipse">
This is the Eclipse update site for FindBugs features.
<description url="https://spotbugs.github.io/eclipse-candidate">
This is the Eclipse update site for SpotBugs features.
</description>

<feature url="features/edu.umd.cs.findbugs.plugin.eclipse_3.1.0.20170205-1486302082588.jar"
id="edu.umd.cs.findbugs.plugin.eclipse"
version="3.1.0.20170205-1486302082588">
<category name="FindBugs"/>
<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="FindBugs" label="FindBugs">
<category-def name="SpotBugs" label="SpotBugs">
<description>
This is the Eclipse category for FindBugs features.
This is the Eclipse category for SpotBugs features.
</description>
</category-def>

Expand Down
30 changes: 30 additions & 0 deletions eclipse/artifacts.xml
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='(&amp; (classifier=osgi.bundle))' output='${repoUrl}/plugins/${id}_${version}.jar'/>
<rule filter='(&amp; (classifier=binary))' output='${repoUrl}/binary/${id}_${version}'/>
<rule filter='(&amp; (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>
249 changes: 249 additions & 0 deletions eclipse/content.xml

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions eclipse/site.xml
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>

0 comments on commit 45909e4

Please sign in to comment.