Bug 541741: [Releng] Add target id to repository name

Change-Id: Ibd2f6f3e5065ee8d55a02064287ac246c303f8b7
diff --git a/releng/pom.xml b/releng/pom.xml
index 7e147be..20dbb7a 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -48,6 +48,7 @@
 		<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
 		
 		<statet.version>4.0.0</statet.version>
+		<statet.target.id>E201812</statet.target.id>
 		<statet.build.timestamp>${maven.build.timestamp}</statet.build.timestamp>
 		<statet.build.type></statet.build.type>
 		<statet.build.id>${statet.build.type}${statet.build.timestamp}</statet.build.id>
diff --git a/releng/statet-repository/pom.xml b/releng/statet-repository/pom.xml
index c7bd669..ef871a7 100644
--- a/releng/statet-repository/pom.xml
+++ b/releng/statet-repository/pom.xml
@@ -57,8 +57,8 @@
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-p2-repository-plugin</artifactId>
 				<configuration>
-					<repositoryName>Eclipse StatET ${statet.version} (Build ${statet.build.id})</repositoryName>
-					<finalName>statet-repository-incubation-${statet.version}-${statet.build.id}</finalName>
+					<repositoryName>Eclipse StatET ${statet.version} (Target: ${statet.target.id}, Build ${statet.build.id})</repositoryName>
+					<finalName>statet-repository-${statet.target.id}-incubation-${statet.version}-${statet.build.id}</finalName>
 				</configuration>
 			</plugin>
 		</plugins>