Set Luna target platform
diff --git a/releng/org.eclipse.amalgam.releng/pom.xml b/releng/org.eclipse.amalgam.releng/pom.xml
index 83dd548..0196667 100644
--- a/releng/org.eclipse.amalgam.releng/pom.xml
+++ b/releng/org.eclipse.amalgam.releng/pom.xml
@@ -75,7 +75,7 @@
                 <groupId>org.eclipse.amalgam</groupId>
                 <artifactId>org.eclipse.amalgam.releng</artifactId>
                 <version>1.4.0-SNAPSHOT</version>
-                <classifier>target_platforms/kepler</classifier>
+                <classifier>target_platforms/luna</classifier>
             </artifact>
         </target>
        <environments>
diff --git a/releng/org.eclipse.amalgam.releng/target_platforms/luna.target b/releng/org.eclipse.amalgam.releng/target_platforms/luna.target
new file mode 100644
index 0000000..8af1a11
--- /dev/null
+++ b/releng/org.eclipse.amalgam.releng/target_platforms/luna.target
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.8"?><target name="kepler" sequenceNumber="0">
+<locations>
+<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.emf.sdk.feature.group" version="2.10.0.v20131111-0356"/>
+<unit id="org.eclipse.platform.feature.group" version="4.4.0.v20131030-2000"/>
+<repository location="http://download.eclipse.org/releases/luna"/>
+</location>
+</locations>
+</target>
diff --git a/releng/org.eclipse.amalgam.releng/target_platforms/luna.targetplatform b/releng/org.eclipse.amalgam.releng/target_platforms/luna.targetplatform
new file mode 100644
index 0000000..fc80492
--- /dev/null
+++ b/releng/org.eclipse.amalgam.releng/target_platforms/luna.targetplatform
@@ -0,0 +1,8 @@
+target "kepler"
+
+location "http://download.eclipse.org/releases/luna" {
+	with source,allEnvironments
+	org.eclipse.emf.sdk.feature.group
+	org.eclipse.platform.feature.group
+}
+