[java-metadata-aggregator] branch master updated: Correct Eclipse project names.
Ian Young
ian at iay.org.uk
Wed Oct 21 07:18:54 EDT 2015
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-metadata-aggregator.
The following commit(s) were added to refs/heads/master by this push:
new a69f00d Correct Eclipse project names.
a69f00d is described below
commit a69f00d3b2e0df99067a12b5afddeb29ba33a484
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Oct 21 12:17:09 2015 +0100
Correct Eclipse project names.
The aggregator-parent and aggregator-distribution projects had
the wrong Eclipse project names, probably because their directories
were renamed at some point in the past. Rename them to correspond with
their directory names, which is the convention we use elsewhere.
---
aggregator-distribution/.project | 2 +-
aggregator-parent/.project | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/aggregator-distribution/.project b/aggregator-distribution/.project
index 64e358d..771cdbb 100644
--- a/aggregator-distribution/.project
+++ b/aggregator-distribution/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>metadata-aggregator-standalone</name>
+ <name>aggregator-distribution</name>
<comment></comment>
<projects>
</projects>
diff --git a/aggregator-parent/.project b/aggregator-parent/.project
index 64ae468..3dc3d8c 100644
--- a/aggregator-parent/.project
+++ b/aggregator-parent/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>aggregator-project</name>
+ <name>aggregator-parent</name>
<comment></comment>
<projects>
</projects>
@@ -12,4 +12,4 @@
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
-</projectDescription>
\ No newline at end of file
+</projectDescription>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list