Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvladt2011-02-14 16:53:44 +0000
committervladt2011-02-14 16:53:44 +0000
commit9bb87c690b618c13a36315e260a715058eeb658c (patch)
tree397dbe9279b9c261800a10ccb8be18ac636ced6a /org.eclipse.m2e.site
parentfccfc7150a741a6f80c4385c3efc0c7809b2f464 (diff)
downloadm2e-core-9bb87c690b618c13a36315e260a715058eeb658c.tar.gz
m2e-core-9bb87c690b618c13a36315e260a715058eeb658c.tar.xz
m2e-core-9bb87c690b618c13a36315e260a715058eeb658c.zip
335872: Renamed org.eclipse.m2e.logging->org.eclipse.m2e.logback.configuration and org.eclipse.m2e.logging.feature->org.eclipse.m2e.logback.feature
Diffstat (limited to 'org.eclipse.m2e.site')
-rw-r--r--org.eclipse.m2e.site/category.xml2
-rw-r--r--org.eclipse.m2e.site/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.m2e.site/category.xml b/org.eclipse.m2e.site/category.xml
index edc70e55..c0342bff 100644
--- a/org.eclipse.m2e.site/category.xml
+++ b/org.eclipse.m2e.site/category.xml
@@ -6,7 +6,7 @@
<feature url="features/org.eclipse.m2e.feature_0.0.0.jar" id="org.eclipse.m2e.feature" version="0.0.0">
<category name="m2e"/>
</feature>
- <feature url="features/org.eclipse.m2e.logging.feature_0.0.0.jar" id="org.eclipse.m2e.logging.feature" version="0.0.0">
+ <feature url="features/org.eclipse.m2e.logback.feature_0.0.0.jar" id="org.eclipse.m2e.logback.feature" version="0.0.0">
<category name="m2e"/>
</feature>
<category-def name="m2e" label="Maven Integration for Eclipse"/>
diff --git a/org.eclipse.m2e.site/feature.xml b/org.eclipse.m2e.site/feature.xml
index a32a728b..95c6fe55 100644
--- a/org.eclipse.m2e.site/feature.xml
+++ b/org.eclipse.m2e.site/feature.xml
@@ -14,6 +14,6 @@
version="0.0.0"/>
<includes
- id="org.eclipse.m2e.logging.feature"
+ id="org.eclipse.m2e.logback.feature"
version="0.0.0"/>
</feature>

Back to the top