File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed
org.emoflon.ilp.dependencies
org.emoflon.ilp.updatesite Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Dependencies
4
4
Bundle-SymbolicName : org.emoflon.ilp.dependencies
5
- Bundle-Version : 0.0.1
5
+ Bundle-Version : 0.0.2
6
6
Bundle-ClassPath : cplex-22.1.1.jar,
7
7
glpk-java-4.65.jar,
8
8
glpk-java-javadoc-4.65.jar,
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.emoflon.ilp.group</groupId >
10
10
<artifactId >org.emoflon.ilp.parent</artifactId >
11
- <version >0.0.1 </version >
11
+ <version >0.0.2 </version >
12
12
</parent >
13
13
14
14
<groupId >org.emoflon.ilp.group</groupId >
15
15
<artifactId >org.emoflon.ilp.dependencies</artifactId >
16
- <version >0.0.1 </version >
16
+ <version >0.0.2 </version >
17
17
<packaging >eclipse-plugin</packaging >
18
18
19
19
</project >
Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" org.emoflon.ilp.feature"
4
4
label =" eMoflon-ILP"
5
- version =" 0.0.1 " >
5
+ version =" 0.0.2 " >
6
6
7
7
<description >
8
8
eMoflon-ILP plug-in
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.emoflon.ilp.group</groupId >
8
8
<artifactId >org.emoflon.ilp.parent</artifactId >
9
- <version >0.0.1 </version >
9
+ <version >0.0.2 </version >
10
10
</parent >
11
11
12
12
<groupId >org.emoflon.ilp.group</groupId >
13
13
<artifactId >org.emoflon.ilp.feature</artifactId >
14
- <version >0.0.1 </version >
14
+ <version >0.0.2 </version >
15
15
<packaging >eclipse-feature</packaging >
16
16
17
17
</project >
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Tests
4
4
Bundle-SymbolicName : org.emoflon.ilp.tests
5
- Bundle-Version : 0.0.1
5
+ Bundle-Version : 0.0.2
6
6
Require-Bundle : org.junit,
7
7
junit-jupiter-api,
8
- org.emoflon.ilp;bundle-version="0.0.1 ",
9
- org.emoflon.ilp.dependencies;bundle-version="0.0.1 "
8
+ org.emoflon.ilp;bundle-version="0.0.2 ",
9
+ org.emoflon.ilp.dependencies;bundle-version="0.0.2 "
10
10
Automatic-Module-Name : org.emoflon.ilp.tests
11
11
Bundle-RequiredExecutionEnvironment : JavaSE-17
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.emoflon.ilp.group</groupId >
10
10
<artifactId >org.emoflon.ilp.parent</artifactId >
11
- <version >0.0.1 </version >
11
+ <version >0.0.2 </version >
12
12
</parent >
13
13
14
14
<groupId >org.emoflon.ilp.group</groupId >
15
15
<artifactId >org.emoflon.ilp.tests</artifactId >
16
- <version >0.0.1 </version >
16
+ <version >0.0.2 </version >
17
17
<packaging >eclipse-test-plugin</packaging >
18
18
19
19
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<site >
3
- <feature url =" features/org.emoflon.ilp.feature_0.0.1 .qualifier.jar" id =" org.emoflon.ilp.feature" version =" 0.0.1 .qualifier" >
3
+ <feature url =" features/org.emoflon.ilp.feature_0.0.2 .qualifier.jar" id =" org.emoflon.ilp.feature" version =" 0.0.2 .qualifier" >
4
4
<category name =" emoflon-ilp" />
5
5
</feature >
6
6
<category-def name =" emoflon-ilp" label =" eMoflon-ILP" >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.emoflon.ilp.group</groupId >
8
8
<artifactId >org.emoflon.ilp.parent</artifactId >
9
- <version >0.0.1 </version >
9
+ <version >0.0.2 </version >
10
10
</parent >
11
11
12
12
<groupId >org.emoflon.ilp.group</groupId >
13
13
<artifactId >org.emoflon.ilp.updatesite</artifactId >
14
- <version >0.0.1 </version >
14
+ <version >0.0.2 </version >
15
15
<packaging >eclipse-repository</packaging >
16
16
17
17
<build >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Ilp
4
4
Bundle-SymbolicName : org.emoflon.ilp
5
- Bundle-Version : 0.0.1
5
+ Bundle-Version : 0.0.2
6
6
Automatic-Module-Name : org.emoflon.ilp
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-17
8
8
Require-Bundle : org.junit,
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.emoflon.ilp.group</groupId >
10
10
<artifactId >org.emoflon.ilp.parent</artifactId >
11
- <version >0.0.1 </version >
11
+ <version >0.0.2 </version >
12
12
</parent >
13
13
14
14
<groupId >org.emoflon.ilp.group</groupId >
15
15
<artifactId >org.emoflon.ilp</artifactId >
16
- <version >0.0.1 </version >
16
+ <version >0.0.2 </version >
17
17
<packaging >eclipse-plugin</packaging >
18
18
19
19
<reporting >
You can’t perform that action at this time.
0 commit comments