Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-01-11 02:24:32 +0000
committerIgor Fedorenko2011-01-11 02:24:32 +0000
commite4a38faf26a387ee8cbb6ff21ddf2ec8d6123e24 (patch)
tree4f0a28ccd83120e0f5689373cd2e1d37d0ef1271 /org.eclipse.m2e.jdt
parent31b68b7b2b8f36c0a5e35438a89585f6571610c3 (diff)
downloadm2e-core-e4a38faf26a387ee8cbb6ff21ddf2ec8d6123e24.tar.gz
m2e-core-e4a38faf26a387ee8cbb6ff21ddf2ec8d6123e24.tar.xz
m2e-core-e4a38faf26a387ee8cbb6ff21ddf2ec8d6123e24.zip
added lifecycle-mapping-metadata.xml to the build
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.jdt')
-rw-r--r--org.eclipse.m2e.jdt/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.m2e.jdt/build.properties b/org.eclipse.m2e.jdt/build.properties
index 14da2312..8bded135 100644
--- a/org.eclipse.m2e.jdt/build.properties
+++ b/org.eclipse.m2e.jdt/build.properties
@@ -13,7 +13,8 @@ bin.includes = META-INF/,\
plugin.xml,\
plugin.properties,\
.,\
- about.html
+ about.html,\
+ lifecycle-mapping-metadata.xml
jars.compile.order = .
source.. = src/
output.. = target/classes/

Back to the top