File tree 11 files changed +0
-170
lines changed
11 files changed +0
-170
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,6 @@ install_poms: \
452
452
install -m 644 backend/manager/modules/bll/pom.xml " $( DESTDIR) $( MAVENPOM_DIR) /$( PACKAGE_NAME) /bll.pom"
453
453
install -m 644 backend/manager/modules/builtin-extensions/pom.xml " $( DESTDIR) $( MAVENPOM_DIR) /$( PACKAGE_NAME) /builtin.pom"
454
454
install -m 644 backend/manager/modules/dal/pom.xml " $( DESTDIR) $( MAVENPOM_DIR) /$( PACKAGE_NAME) /dal.pom"
455
- install -m 644 backend/manager/modules/scheduler/pom.xml " $( DESTDIR) $( MAVENPOM_DIR) /$( PACKAGE_NAME) /scheduler.pom"
456
455
install -m 644 backend/manager/modules/searchbackend/pom.xml " $( DESTDIR) $( MAVENPOM_DIR) /$( PACKAGE_NAME) /searchbackend.pom"
457
456
install -m 644 backend/manager/modules/vdsbroker/pom.xml " $( DESTDIR) $( MAVENPOM_DIR) /$( PACKAGE_NAME) /vdsbroker.pom"
458
457
# restapi
Original file line number Diff line number Diff line change 70
70
<artifactId >branding</artifactId >
71
71
<version >${engine.version} </version >
72
72
</dependency >
73
- <dependency >
74
- <groupId >${engine.groupId} </groupId >
75
- <artifactId >scheduler</artifactId >
76
- <version >${engine.version} </version >
77
- <scope >provided</scope >
78
- <type >ejb</type >
79
- </dependency >
80
73
<dependency >
81
74
<groupId >${engine.groupId} </groupId >
82
75
<artifactId >utils</artifactId >
Original file line number Diff line number Diff line change 24
24
<module >dal</module >
25
25
<module >vdsbroker</module >
26
26
<module >builtin-extensions</module >
27
- <module >scheduler</module >
28
27
<module >searchbackend</module >
29
28
<module >aaa</module >
30
29
<module >auth-plugin</module >
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33
33
<artifactId >dal</artifactId >
34
34
<version >${engine.version} </version >
35
35
</dependency >
36
- <dependency >
37
- <groupId >${engine.groupId} </groupId >
38
- <artifactId >scheduler</artifactId >
39
- <version >${engine.version} </version >
40
- <scope >provided</scope >
41
- <type >ejb</type >
42
- </dependency >
43
36
<dependency >
44
37
<groupId >${engine.groupId} </groupId >
45
38
<artifactId >utils</artifactId >
Original file line number Diff line number Diff line change 20
20
<dependencies >
21
21
<!-- Internal Deps -->
22
22
<!-- ** JARs -->
23
- <dependency >
24
- <groupId >org.ovirt.engine.core</groupId >
25
- <artifactId >scheduler</artifactId >
26
- <version >${engine.version} </version >
27
- <type >jar</type >
28
- </dependency >
29
23
<dependency >
30
24
<groupId >org.ovirt.engine.core</groupId >
31
25
<artifactId >vdsbroker</artifactId >
72
66
</dependency >
73
67
74
68
<!-- ** EJB-JARs -->
75
- <dependency >
76
- <groupId >org.ovirt.engine.core</groupId >
77
- <artifactId >scheduler</artifactId >
78
- <version >${engine.version} </version >
79
- <type >ejb</type >
80
- </dependency >
81
-
82
69
<dependency >
83
70
<groupId >org.ovirt.engine.core</groupId >
84
71
<artifactId >bll</artifactId >
199
186
*.war/**,
200
187
META-INF/**,
201
188
lib/vdsbroker.jar/**,
202
- lib/scheduler.jar/**,
203
189
</packagingIncludes >
204
190
205
191
</configuration >
Original file line number Diff line number Diff line change @@ -826,7 +826,6 @@ done << __EOF__
826
826
%{engine_data}/logutils/logutils.jar
827
827
%{engine_ear}/bll.jar
828
828
%{engine_ear}/lib/vdsbroker.jar
829
- %{engine_ear}/lib/scheduler.jar
830
829
%{engine_jboss_modules}/common/org/ovirt/engine/api/interface-common-jaxrs/main/interface-common-jaxrs.jar
831
830
%{engine_jboss_modules}/common/org/ovirt/engine/api/restapi-definition/main/restapi-definition.jar
832
831
%{engine_jboss_modules}/common/org/ovirt/engine/api/restapi-jaxrs/main/restapi-jaxrs.jar
@@ -1128,14 +1127,12 @@ fi
1128
1127
%{_mavenpomdir}/ovirt-engine/bll.pom
1129
1128
%{_mavenpomdir}/ovirt-engine/builtin.pom
1130
1129
%{_mavenpomdir}/ovirt-engine/dal.pom
1131
- %{_mavenpomdir}/ovirt-engine/scheduler.pom
1132
1130
%{_mavenpomdir}/ovirt-engine/searchbackend.pom
1133
1131
%{_mavenpomdir}/ovirt-engine/vdsbroker.pom
1134
1132
%{_javadir}/ovirt-engine/aaa.jar
1135
1133
%{_javadir}/ovirt-engine/bll.jar
1136
1134
%{_javadir}/ovirt-engine/builtin.jar
1137
1135
%{_javadir}/ovirt-engine/dal.jar
1138
- %{_javadir}/ovirt-engine/scheduler.jar
1139
1136
%{_javadir}/ovirt-engine/searchbackend.jar
1140
1137
%{_javadir}/ovirt-engine/vdsbroker.jar
1141
1138
Original file line number Diff line number Diff line change 119
119
<xmvn .resolver.disableEffectivePom>true</xmvn .resolver.disableEffectivePom>
120
120
</properties >
121
121
</artifact >
122
- <artifact >
123
- <groupId >org.ovirt.engine.core</groupId >
124
- <artifactId >scheduler</artifactId >
125
- <extension >pom</extension >
126
- <version >4.5.7-SNAPSHOT</version >
127
- <path >/usr/share/maven-poms/ovirt-engine/scheduler.pom</path >
128
- <uuid >e335a998-4048-429a-94fa-9021e47b2bd6</uuid >
129
- <properties >
130
- <xmvn .resolver.disableEffectivePom>true</xmvn .resolver.disableEffectivePom>
131
- </properties >
132
- </artifact >
133
- <artifact >
134
- <groupId >org.ovirt.engine.core</groupId >
135
- <artifactId >scheduler</artifactId >
136
- <version >4.5.7-SNAPSHOT</version >
137
- <path >/usr/share/java/ovirt-engine/scheduler.jar</path >
138
- <uuid >b1edfa78-a9ff-4786-bf64-0650a2320ef6</uuid >
139
- <properties >
140
- <xmvn .resolver.disableEffectivePom>true</xmvn .resolver.disableEffectivePom>
141
- </properties >
142
- </artifact >
143
122
<artifact >
144
123
<groupId >org.ovirt.engine.core</groupId >
145
124
<artifactId >searchbackend</artifactId >
You can’t perform that action at this time.
0 commit comments