@@ -17,13 +17,13 @@ public static void main(String[] args) throws IOException{
17
17
BufferedReader f ;
18
18
if (args .length ==1 ) {
19
19
if (args [0 ].equals ("eclipse" )) {
20
- f =mreader ("src/usacotools .java" );
20
+ f =mreader ("src/javatools .java" );
21
21
}else {
22
- f =mreader ("usacotools .java" );
22
+ f =mreader ("javatools .java" );
23
23
}
24
24
25
25
}else {
26
- f =mreader ("usacotools .java" );
26
+ f =mreader ("javatools .java" );
27
27
}
28
28
29
29
print ("build" );
@@ -35,20 +35,20 @@ public static void main(String[] args) throws IOException{
35
35
full =full +st +"\n " ;
36
36
}
37
37
String text =full .replace ("if(!(lock)) {return null;}" , "" );
38
- text =text .replace ("public abstract class usacotools" ,"public abstract class utools " );
38
+ text =text .replace ("public abstract class usacotools" ,"public abstract class jt " );
39
39
print (text );
40
- PrintWriter pw =mwriter ("utools .java" );
40
+ PrintWriter pw =mwriter ("jt .java" );
41
41
if (args [0 ].equals ("eclipse" )) {
42
- pw =mwriter ("src/utools .java" );
42
+ pw =mwriter ("src/jt .java" );
43
43
}else {
44
44
45
45
}
46
46
pw .println (text );
47
47
pw .close ();
48
- print ("utools .java is the one you should copy into your code but usacotools is the one you should extend" );
48
+ print ("jt .java is the one you should copy into your code but usacotools is the one you should extend" );
49
49
try {
50
- print ("utools .java SHA256: " +sha256 (text ));
51
- print ("usacotools .java SHA256: " +sha256 (full ));
50
+ print ("jt .java SHA256: " +sha256 (text ));
51
+ print ("javatools .java SHA256: " +sha256 (full ));
52
52
}catch (Exception e ) {
53
53
e .printStackTrace ();
54
54
}
0 commit comments