Skip to content

Commit

Permalink
Deployment 0.7.2, closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
de-jcup committed Oct 5, 2016
1 parent 8d95f19 commit 260c689
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion egradle-feature-junit/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.egradle.eclipse.feature.junit"
label="EGradle JUnit Integration"
version="0.7.1.beta"
version="0.7.2.beta"
provider-name="Albert Tregnaghi"
plugin="de.jcup.egradle.eclipse.plugin.branding">

Expand Down
2 changes: 1 addition & 1 deletion egradle-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="de.jcup.egradle.eclipse.feature"
label="EGradle"
version="0.7.1.beta"
version="0.7.2.beta"
provider-name="Albert Tregnaghi"
plugin="de.jcup.egradle.eclipse.plugin.branding">

Expand Down
2 changes: 1 addition & 1 deletion egradle-plugin-branding/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGradle
Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.branding;singleton:=true
Bundle-Version: 0.7.1.beta
Bundle-Version: 0.7.2.beta
Bundle-Vendor: Albert Tregnaghi
4 changes: 2 additions & 2 deletions egradle-plugin-junit-contribution/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGradle Junit contribution
Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.junit.contribution;singleton:=true
Bundle-Version: 0.7.1.beta
Bundle-Version: 0.7.2.beta
Bundle-Activator: de.jcup.egradle.eclipse.junit.contribution.Activator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jdt.core,
org.eclipse.jdt.junit;bundle-version="3.6.0",
de.jcup.egradle.eclipse.plugin.main;bundle-version="0.7.1",
de.jcup.egradle.eclipse.plugin.main;bundle-version="0.7.2",
org.eclipse.core.resources,
org.eclipse.debug.core,
org.eclipse.debug.ui,
Expand Down
2 changes: 1 addition & 1 deletion egradle-plugin-main/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EGradle
Bundle-SymbolicName: de.jcup.egradle.eclipse.plugin.main;singleton:=true
Bundle-Version: 0.7.1.beta
Bundle-Version: 0.7.2.beta
Bundle-Activator: de.jcup.egradle.eclipse.Activator
Bundle-Vendor: Albert Tregnaghi
Require-Bundle: org.eclipse.ui,
Expand Down
Binary file modified egradle-updatesite/artifacts.jar
Binary file not shown.
Binary file modified egradle-updatesite/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions egradle-updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<feature url="features/de.jcup.egradle.eclipse.feature_0.7.1.beta.jar" id="de.jcup.egradle.eclipse.feature" version="0.7.1.beta">
<category name="site.egradle.category.beta"/>
</feature>
<feature url="features/de.jcup.egradle.eclipse.feature_0.7.2.beta.jar" id="de.jcup.egradle.eclipse.feature" version="0.7.2.beta">
<category name="site.egradle.category.beta"/>
</feature>
<category-def name="site.egradle.category.beta" label="Beta-Versions">
<description>
Beta versions of egradle
Expand Down

0 comments on commit 260c689

Please sign in to comment.