Skip to content

Commit

Permalink
Released v1.1.0.201405041848.
Browse files Browse the repository at this point in the history
  • Loading branch information
reprogrammer committed May 4, 2014
1 parent a7caedc commit ba1e82b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/checker.framework.cascade.updatesite/site.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/checker.framework.cascade_1.0.0.201404221308.jar" id="checker.framework.cascade" version="1.0.0.201404221308">
<feature url="features/checker.framework.cascade_1.1.0.201405041848.jar" id="checker.framework.cascade" version="1.1.0.201405041848">
<category name="Cascade"/>
</feature>
<category-def name="Cascade" label="Cascade"/>
Expand Down
2 changes: 1 addition & 1 deletion plugins/checker.framework.cascade/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="checker.framework.cascade"
label="checker.framework.cascade"
version="1.0.0.qualifier">
version="1.1.0.qualifier">

<description>
%description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: checker.framework.change.propagator
Bundle-SymbolicName: checker.framework.change.propagator
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: checker.framework.change.propagator.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
Expand Down
3 changes: 2 additions & 1 deletion plugins/checker.framework.change.propagator/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source.. = src/
source.. = src/,\
test/
output.. = bin/
bin.includes = META-INF/,\
.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: checker.framework.errorcentric.view
Bundle-SymbolicName: checker.framework.errorcentric.view;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Activator: checker.framework.errorcentric.view.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/checker.framework.quickfixes/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: checker.framework.quickfixes
Bundle-SymbolicName: checker.framework.quickfixes;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: checker.framework.eclipse.plugin;bundle-version="1.1.5",
org.eclipse.jdt.ui,
org.eclipse.core.runtime;bundle-version="3.8.0",
Expand Down

0 comments on commit ba1e82b

Please sign in to comment.