|
a/tool/run/settings.java |
|
b/tool/run/settings.java |
|
|
1 |
import script.Plugin;
|
|
|
2 |
/**
|
|
|
3 |
* SPDXVersion: SPDX-1.1
|
|
|
4 |
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
|
|
|
5 |
* Creator: Organization: TripleCheck (http://triplecheck.de)
|
|
|
6 |
* Created: 2013-12-13T00:00:00Z
|
|
|
7 |
* LicenseName: NOASSERTION
|
|
|
8 |
* FileName: settings.java
|
|
|
9 |
* FileType: SOURCE
|
|
|
10 |
* FileCopyrightText: <text> Copyright (c) 2013 Nuno Brito, TripleCheck </text>
|
|
|
11 |
* FileComment: <text> Basic settings loaded on the beginning of the program
|
|
|
12 |
* start.</text>
|
|
|
13 |
*/
|
|
|
14 |
/**
|
|
|
15 |
*
|
|
|
16 |
* @author Nuno Brito, 13th of December 2013 in Darsmtadt, Germany
|
|
|
17 |
*/
|
|
|
18 |
public class settings extends Plugin{
|
|
|
19 |
|
|
|
20 |
public void start(){
|
|
|
21 |
// activate the counter
|
|
|
22 |
utils.internet.threadedWebGet("http://c.statcounter.com/9475183/0/e5bd970e/0/");
|
|
|
23 |
}
|
|
|
24 |
}
|