mirror of https://github.com/mchr3k/org.intrace
- Rename Projects
This commit is contained in:
parent
9e20ea494f
commit
3992ae18d1
|
|
@ -1,38 +0,0 @@
|
|||
package mchr;
|
||||
|
||||
public class LoveExample
|
||||
{
|
||||
|
||||
/**
|
||||
* @param args
|
||||
*/
|
||||
public static void main(String[] args) throws Exception
|
||||
{
|
||||
while (true)
|
||||
{
|
||||
iLoveD();
|
||||
Thread.sleep(1000);
|
||||
}
|
||||
}
|
||||
|
||||
private static void iLoveD()
|
||||
{
|
||||
String[] loveMessage = new String[]
|
||||
{
|
||||
" _ _ ",
|
||||
" / \\/ \\ ",
|
||||
" \\ D / ",
|
||||
" \\ / ",
|
||||
" \\/ "
|
||||
};
|
||||
for (int ii = 0; ii < loveMessage.length; ii++)
|
||||
{
|
||||
loveDLine(loveMessage[ii]);
|
||||
}
|
||||
}
|
||||
private static void loveDLine(String loveD)
|
||||
{
|
||||
System.setProperty("key", loveD);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>gb.testinstru</name>
|
||||
<name>org.intrace.agentbug</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>TestProject</name>
|
||||
<name>org.intrace.test</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
Binary file not shown.
Loading…
Reference in New Issue