File tree Expand file tree Collapse file tree 17 files changed +111
-98
lines changed
hawkbit-runtime/hawkbit-simple-ui
src/main/java/org/eclipse/hawkbit/ui/simple Expand file tree Collapse file tree 17 files changed +111
-98
lines changed Original file line number Diff line number Diff line change 241241 </execution >
242242 </executions >
243243 </plugin >
244+ <plugin >
245+ <groupId >org.apache.maven.plugins</groupId >
246+ <artifactId >maven-source-plugin</artifactId >
247+ <executions >
248+ <execution >
249+ <id >attach-sources</id >
250+ <goals >
251+ <goal >jar</goal >
252+ </goals >
253+ </execution >
254+ </executions >
255+ </plugin >
244256 </plugins >
245257 </build >
246258
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui ;
10+ package org .eclipse .hawkbit .ui . simple ;
1111
12- import org .eclipse .hawkbit .ui .view .util .Utils ;
12+ import org .eclipse .hawkbit .ui .simple . view .util .Utils ;
1313import feign .Client ;
1414import feign .Contract ;
1515import feign .Feign ;
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui ;
11-
12- import org .eclipse .hawkbit .ui .view .RolloutView ;
13- import org .eclipse .hawkbit .ui .view .TargetView ;
14- import org .eclipse .hawkbit .ui .security .AuthenticatedUser ;
15- import org .eclipse .hawkbit .ui .view .AboutView ;
16- import org .eclipse .hawkbit .ui .view .DistributionSetView ;
17- import org .eclipse .hawkbit .ui .view .SoftwareModuleView ;
10+ package org .eclipse .hawkbit .ui . simple ;
11+
12+ import org .eclipse .hawkbit .ui .simple . view .TargetView ;
13+ import org .eclipse .hawkbit .ui .simple . view .RolloutView ;
14+ import org .eclipse .hawkbit .ui .simple . security .AuthenticatedUser ;
15+ import org .eclipse .hawkbit .ui .simple . view .AboutView ;
16+ import org .eclipse .hawkbit .ui .simple . view .DistributionSetView ;
17+ import org .eclipse .hawkbit .ui .simple . view .SoftwareModuleView ;
1818import com .vaadin .flow .component .Unit ;
1919import com .vaadin .flow .component .applayout .AppLayout ;
2020import com .vaadin .flow .component .applayout .DrawerToggle ;
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui ;
10+ package org .eclipse .hawkbit .ui . simple ;
1111
1212import com .vaadin .flow .component .page .AppShellConfigurator ;
1313import com .vaadin .flow .server .PWA ;
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui .security ;
10+ package org .eclipse .hawkbit .ui .simple . security ;
1111
1212import com .vaadin .flow .spring .security .AuthenticationContext ;
1313import org .springframework .stereotype .Component ;
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui .security ;
10+ package org .eclipse .hawkbit .ui .simple . security ;
1111
12- import org .eclipse .hawkbit .ui .view .LoginView ;
12+ import org .eclipse .hawkbit .ui .simple . view .LoginView ;
1313import com .vaadin .flow .spring .security .VaadinWebSecurity ;
1414import org .springframework .context .annotation .Bean ;
1515import org .springframework .context .annotation .Configuration ;
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui .view ;
10+ package org .eclipse .hawkbit .ui .simple . view ;
1111
12- import org .eclipse .hawkbit .ui .MainLayout ;
12+ import org .eclipse .hawkbit .ui .simple . MainLayout ;
1313import com .vaadin .flow .component .html .H2 ;
1414import com .vaadin .flow .component .html .Image ;
1515import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui .view ;
10+ package org .eclipse .hawkbit .ui .simple . view ;
1111
1212public interface Constants {
1313
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui .view ;
11-
12- import org .eclipse .hawkbit .ui .HawkbitClient ;
13- import org .eclipse .hawkbit .ui .view . util . Filter ;
14- import org .eclipse .hawkbit .ui .MainLayout ;
15- import org .eclipse .hawkbit .ui .view .util .SelectionGrid ;
16- import org .eclipse .hawkbit .ui .view .util .TableView ;
17- import org .eclipse .hawkbit .ui .view .util .Utils ;
10+ package org .eclipse .hawkbit .ui .simple . view ;
11+
12+ import org .eclipse .hawkbit .ui .simple . MainLayout ;
13+ import org .eclipse .hawkbit .ui .simple . HawkbitClient ;
14+ import org .eclipse .hawkbit .ui .simple . view . util . Filter ;
15+ import org .eclipse .hawkbit .ui .simple . view .util .SelectionGrid ;
16+ import org .eclipse .hawkbit .ui .simple . view .util .TableView ;
17+ import org .eclipse .hawkbit .ui .simple . view .util .Utils ;
1818import com .vaadin .flow .component .Component ;
1919import com .vaadin .flow .component .Key ;
2020import com .vaadin .flow .component .button .Button ;
Original file line number Diff line number Diff line change 77 *
88 * SPDX-License-Identifier: EPL-2.0
99 */
10- package org .eclipse .hawkbit .ui .view ;
10+ package org .eclipse .hawkbit .ui .simple . view ;
1111
12- import org .eclipse .hawkbit .ui .security .AuthenticatedUser ;
12+ import org .eclipse .hawkbit .ui .simple . security .AuthenticatedUser ;
1313import com .vaadin .flow .component .login .LoginI18n ;
1414import com .vaadin .flow .component .login .LoginOverlay ;
1515import com .vaadin .flow .router .BeforeEnterEvent ;
You can’t perform that action at this time.
0 commit comments