Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/Main.java @ 7868

Last change on this file since 7868 was 6080, checked in by mholper, 13 years ago

creating ECJClient using all four subservice Projects #1441

File size: 438 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5
6/**
7 *
8 * @author MartinH
9 */
10public class Main {
11
12   
13
14    /**
15     * @param args the command line arguments
16     */
17    public static void main(String[] args) {
18        administrationservice.Main.main(args);
19        authservice.Main.main(args);
20        runcreationservice.Main.main(args);
21        queryservice.Main.main(args);
22    }
23}
Note: See TracBrowser for help on using the repository browser.