- Rename Projects

This commit is contained in:
Martin Hare Robertson 2010-04-14 00:30:39 +01:00
parent 9e20ea494f
commit 3992ae18d1
14 changed files with 2 additions and 40 deletions

View File

@ -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);
}
}

View File

@ -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>

View File

@ -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.