Skip to content

Commit e6219ab

Browse files
author
Eric Bodden
committed
changing version number to 2.4.0
1 parent 706d3bf commit e6219ab

File tree

5 files changed

+8
-13
lines changed

5 files changed

+8
-13
lines changed

eclipse/ca.mcgill.sable.lib/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin
44
id="ca.mcgill.sable.soot.lib"
55
name="ca.mcgill.sable.soot.lib"
6-
version="2.3.0"
6+
version="2.4.0"
77
provider-name="Sable Research Group, McGill University">
88

99
<runtime>

eclipse/ca.mcgill.sable.soot.feature/feature.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="ca.mcgill.sable.soot.feature"
44
label="Soot Eclipse Plugin"
5-
version="2.3.0"
5+
version="2.4.0"
66
provider-name="Sable Research Group, McGill University">
77

88
<description>
@@ -54,25 +54,20 @@ Boston, MA 02111-1307, USA.
5454
id="ca.mcgill.sable.soot"
5555
download-size="0"
5656
install-size="0"
57-
version="2.3.0"
57+
version="2.4.0"
5858
unpack="false"/>
5959

6060
<plugin
6161
id="ca.mcgill.sable.soot.help"
6262
download-size="0"
6363
install-size="0"
64-
version="2.3.0"
64+
version="2.4.0"
6565
unpack="false"/>
6666

6767
<plugin
6868
id="ca.mcgill.sable.soot.lib"
6969
download-size="0"
7070
install-size="0"
71-
version="2.3.0"
72-
unpack="true"/>
73-
<!-- Eric Bodden:
74-
In the above, unpack must be true because SootClasspathVariableInitializer right now looks
75-
for the sootclasses.jar in the file system. I don't think that we can change that, due to Eclipse's architecture.
76-
-->
71+
version="2.4.0"/>
7772

7873
</feature>

eclipse/ca.mcgill.sable.soot.help/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin
33
id="ca.mcgill.sable.soot.help"
44
name="ca.mcgill.sable.soot.help"
5-
version="2.3.0"
5+
version="2.4.0"
66
provider-name="Sable Research Group, McGill University">
77

88

eclipse/ca.mcgill.sable.soot.updatesite/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/ca.mcgill.sable.soot.feature_2.3.0.jar" id="ca.mcgill.sable.soot.feature" version="2.3.0">
3+
<feature url="features/ca.mcgill.sable.soot.feature_2.4.0.jar" id="ca.mcgill.sable.soot.feature" version="2.4.0">
44
<category name="Soot"/>
55
</feature>
66
<category-def name="Soot" label="Soot"/>

eclipse/ca.mcgill.sable.soot/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plugin
44
id="ca.mcgill.sable.soot"
55
name="ca.mcgill.sable.soot"
6-
version="2.3.0"
6+
version="2.4.0"
77
provider-name="Sable Research Group, McGill University"
88
class="ca.mcgill.sable.soot.SootPlugin">
99

0 commit comments

Comments
 (0)