From 4d8641e59013d159e28440b65a48b567a9a1a614 Mon Sep 17 00:00:00 2001 From: akwizgran <akwizgran@users.sourceforge.net> Date: Thu, 14 Jul 2011 23:12:27 +0100 Subject: [PATCH] Changed Eclipse project name to match repo name. --- .gitignore | 6 +++--- .project | 34 +++++++++++++++++----------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 10f6769007..e57536479b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/windows-jre -/Briar -/bin +/windows-jre +/Briar +/bin diff --git a/.project b/.project index 6c3dba207c..69fc6e96bc 100644 --- a/.project +++ b/.project @@ -1,17 +1,17 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>briar-prototype</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>prototype</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> -- GitLab