Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-12-31 07:48:07 +0000
committerEike Stepper2017-12-31 07:48:07 +0000
commit0baa4436acdf0aa9dc3c2cbd1a4aca210e2e2274 (patch)
treea49b2ed9d3f05dfebdba85245a0759bad65078ca /plugins/org.eclipse.emf.cdo.ecore.retrofit
parent861b149e55ea55790d960d7c25f47f8b869efa11 (diff)
downloadcdo-0baa4436acdf0aa9dc3c2cbd1a4aca210e2e2274.tar.gz
cdo-0baa4436acdf0aa9dc3c2cbd1a4aca210e2e2274.tar.xz
cdo-0baa4436acdf0aa9dc3c2cbd1a4aca210e2e2274.zip
[528979] Migrate build to Maven/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ecore.retrofit')
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/about.mappings2
-rw-r--r--plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml12
2 files changed, 13 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.mappings b/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.mappings
index bddaab4310..28e3764743 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.mappings
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/about.mappings
@@ -3,4 +3,4 @@
# java.io.Properties file (ISO 8859-1 with "\" escapes)
# This file does not need to be translated.
-0=@build@ \ No newline at end of file
+0=${build.qualifier} \ No newline at end of file
diff --git a/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml b/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml
index 3d62e90cc9..26c9a22dfd 100644
--- a/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml
+++ b/plugins/org.eclipse.emf.cdo.ecore.retrofit/pom.xml
@@ -28,4 +28,16 @@
<version>4.2.500-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
+ <build>
+ <resources>
+ <resource>
+ <directory>.</directory>
+ <filtering>true</filtering>
+ <includes>
+ <include>about.mappings</include>
+ </includes>
+ </resource>
+ </resources>
+ </build>
+
</project>

Back to the top