Changed Eclipse project name to match repo name.

This commit is contained in:
akwizgran
2011-07-14 23:12:27 +01:00
parent e25b7353ba
commit 4d8641e590
2 changed files with 20 additions and 20 deletions

6
.gitignore vendored
View File

@@ -1,3 +1,3 @@
/windows-jre /windows-jre
/Briar /Briar
/bin /bin

View File

@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>briar-prototype</name> <name>prototype</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>
<buildSpec> <buildSpec>
<buildCommand> <buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name> <name>org.eclipse.jdt.core.javabuilder</name>
<arguments> <arguments>
</arguments> </arguments>
</buildCommand> </buildCommand>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.jdt.core.javanature</nature>
</natures> </natures>
</projectDescription> </projectDescription>