Ver código fonte

Migrated build to Luna

Andreas Mülder 11 anos atrás
pai
commit
a2a14e1e02

+ 0 - 52
releng/org.yakindu.sct.releng/build/allElements.xml

@@ -1,52 +0,0 @@
-<project name="allElements Delegator">
-	<property name="defaultAssemblyEnabled" value="true" />
-
-	<!-- ===================================================================== 	-->
-	<!-- Run a given ${target} on all elements being built						-->
-	<!-- By default ${topLevelElementType} and ${topLevelElementId} should be	-->
-	<!-- defined in the builder's build.properties file.  You can customize by	-->
-	<!-- setting the type/id values directly here.								-->
-	<!-- You can add additional calls to ${genericTargets} to build more top 	-->
-	<!-- level elements.									   					-->
-	<!--																		-->
-	<!-- The top level must exist in the ${buildDirectory}, ${baseLocation} or	-->
-	<!-- ${pluginPath} locations.												-->
-	<!-- ===================================================================== 	-->
-	<target name="allElementsDelegator">
-		<ant antfile="${genericTargets}" target="${target}">
-			<property name="type" value="${topLevelElementType}" />
-			<property name="id" value="${topLevelElementId}" />
-		</ant>
-	</target>
-
-	<!-- ====================================================================== -->
-	<!--  The default assemble target, this will be called to assemble each		-->
-	<!--  config if a custom assemble target is not defined.					-->
-	<!-- The following properties will be defined:								-->
-	<!-- 		config : The configuration being assembled eg "win32.win32.x86"	-->
-	<!-- 		element: The element being assembled eg "org.eclipse.sdk"		-->
-	<!-- 		assembleScriptName: The assemble script to be called			-->
-	<!-- ====================================================================== -->
-	<target name="defaultAssemble">
-		<ant antfile="${assembleScriptName}" dir="${buildDirectory}" />
-	</target>
-
-	<!-- =====================================================================	-->
-	<!-- Custom targets to assemble the built elements for particular 			-->
-	<!-- configurations.  These generally call the generated assemble scripts 	-->
-	<!-- (named in  ${assembleScriptName}) but may also add pre and post		-->
-	<!-- processing      														-->
-	<!-- Add one target for each root element and each configuration for which	-->
-	<!-- custom processing is desired. Replace element.id with the id of the 	-->
-	<!-- top level element being built.  A property with a matching name must 	-->
-	<!-- be defined for this custom target to be called instead of the 			-->
-	<!-- defaultAssemble target above.											-->
-	<!--	Example:  name="assemble.org.eclipse.sdk"							-->
-	<!--	Example:  name="assemble.org.eclipse.sdk.win32.win32.x86"			-->
-	<!-- ====================================================================== -->
-	<property name="assemble.element.id[.config.spec]" value="true" />
-	<target name="assemble.element.id[.config.spec]">
-		<ant antfile="${assembleScriptName}" dir="${buildDirectory}" />
-	</target>
-
-</project>

+ 0 - 258
releng/org.yakindu.sct.releng/build/build.properties

@@ -1,258 +0,0 @@
-###############################################################################
-# Copyright (c) 2003, 2006 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-# 
-# Contributors:
-#     IBM Corporation - initial API and implementation
-###############################################################################
-
-###############################################################################
-#
-# Server Configuration
-#
-###############################################################################
-
-# The directory into which the build elements are fetched and where
-# the build takes place.
-
-buildDirectory=${buildWorkspace}/buildDirectory
-
-#####################
-# Parameters describing how and where to execute the build.
-# Typical users need only update the following properties:
-#    baseLocation - where things you are building against are installed
-#    bootclasspath - The base jars to compile against (typicaly rt.jar)
-#    configs - the list of {os, ws, arch} configurations to build.  
-#
-# Of course any of the settings here can be overridden by spec'ing 
-# them on the command line (e.g., -DbaseLocation=d:/eclipse
-
-#The type of the top level element we are building,  generally "feature"
-topLevelElementType = feature
-#The id of the top level element we are building
-topLevelElementId = org.yakindu.sct.sdk
-
-############# PACKAGING CONTROL #############
-runPackager=true
-
-#Set the name of the archive that will result from the product build.
-#archiveNamePrefix=
-
-# The prefix that will be used in the generated archive.
-archivePrefix=eclipse
-
-# The location underwhich all of the build output will be collected.
-collectingFolder=${archivePrefix}
-
-# The list of {os, ws, arch} configurations to build.  This 
-# value is a '&' separated list of ',' separate triples.  For example, 
-#     configs=win32,win32,x86 & linux,motif,x86
-# By default the value is *,*,*
-configs = *, *, *
-#configs=win32, win32, x86 & \
-#	win32,win32,x86_64 & \
-#	win32,win32,wpf & \
-#	linux, gtk, ppc & \
-#	linux, gtk, x86 & \
-#	linux, gtk, x86_64 & \
-#	linux, motif, x86 & \
-#	solaris, motif, sparc & \
-#	solaris, gtk, sparc & \
-#	aix, motif, ppc & \
-#	hpux, motif, ia64_32 & \
-#	macosx, carbon, ppc & \
-#	macosx, carbon, x86 & \
-#	macosx, cocoa, ppc & \
-#	macosx, cocoa, x86 & \
-#	macosx, cocoa, x86_64
-
-# By default PDE creates one archive (result) per entry listed in the configs property.
-# Setting this value to true will cause PDE to only create one output containing all 
-# artifacts for all the platforms listed in the configs property.
-# To control the output format for the group, add a "group, group, group - <format>" entry to the
-# archivesFormat. 
-#groupConfigurations=true
-
-#The format of the archive. By default a zip is created using antZip.
-#The list can only contain the configuration for which the desired format is different than zip.
-#archivesFormat=win32, win32, x86 - antZip& \
-#	linux, gtk, ppc - antZip &\
-#    linux, gtk, x86 - antZip& \
-#	linux, gtk, x86_64 - antZip& \
-# linux, motif, x86 - antZip& \
-#	solaris, motif, sparc - antZip& \
-#	solaris, gtk, sparc - antZip& \
-#	aix, motif, ppc - antZip& \
-#	hpux, motif, PA_RISC - antZip& \
-#	macosx, carbon, ppc - antZip
-archivesFormat=	*, *, * - antZip
-
-#Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles.
-allowBinaryCycles = true
-
-#Sort bundles depenedencies across all features instead of just within a given feature.
-#flattenDependencies = true
-
-#Parallel compilation, requires flattenedDependencies=true
-#parallelCompilation=true
-#parallelThreadCount=
-#parallelThreadsPerProcessor=
-	
-#Set to true if you want the output to be ready for an update jar (no site.xml generated)
-#outputUpdateJars = false
-
-#Set to true for Jnlp generation
-#codebase should be a URL that will be used as the root of all relative URLs in the output.
-#generateJnlp=false
-#jnlp.codebase=<codebase url>
-#jnlp.j2se=<j2se version>
-#jnlp.locale=<a locale>
-#jnlp.generateOfflineAllowed=true or false generate <offlineAllowed/> attribute in the generated features
-#jnlp.configs=${configs}			#uncomment to filter the content of the generated jnlp files based on the configuration being built
-
-#Set to true if you want to sign jars
-#signJars=false
-#sign.alias=<alias>
-#sign.keystore=<keystore location>
-#sign.storepass=<keystore password>
-#sign.keypass=<key password>
-
-#Arguments to send to the zip executable
-zipargs=
-
-#Arguments to send to the tar executable
-tarargs=
-
-#Control the creation of a file containing the version included in each configuration - on by default 
-#generateVersionsLists=false
-
-############## BUILD NAMING CONTROL ################
-# Type of build.  Used in naming the build output.  Typically this value is
-# one of I, N, M, S, ...
-buildType=N
-
-# ID of the build.  Used in naming the build output.
-buildId=${buildTimestamp}
-
-# Label for the build.  Used in naming the build output
-buildLabel=${buildType}.${buildId}
-
-#The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde.
-#The value will only be applied to plugin or features indicating build.properties, qualifier = context 
-#forceContextQualifier=<the value for the qualifier>
-
-#Enable / disable the generation of a suffix for the features that use .qualifier. 
-#The generated suffix is computed according to the content of the feature   
-generateFeatureVersionSuffix=true
-
-############# BASE CONTROL #############
-# Settings for the base Eclipse components and Java class libraries 
-# against which you are building.
-# Base location for anything the build needs to compile against.  For example,
-# in most RCP app or a plug-in,  the baseLocation should be the location of a previously
-# installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack.
-
-base=${buildWorkspace}/base
-baseLocation=
-
-#Folder containing repositories whose content is needed to compile against
-repoBaseLocation=${buildWorkspace}/repoBase
-#Folder where the content of the repositories from ${repoBaseLocation} will be made available as a form suitable to be compiled against
-#transformedRepoLocation=${base}/transformedRepos
-transformedRepoLocation=${buildWorkspace}/transformedRepo
-
-#Os/Ws/Arch/nl of the eclipse specified by baseLocation
-#baseos=linux
-#basews=gtk
-#basearch=x86_64
-
-#this property indicates whether you want the set of plug-ins and features to be considered during the build to be limited to the ones reachable from the features / plugins being built
-filteredDependencyCheck=false
-
-#this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
-resolution.devMode=false
-
-#pluginPath is a list of locations in which to find plugins and features.  This list is separated by the platform file separator (; or :)
-#a location is one of:  
-#- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo
-#- a directory that contains a /plugins or /features subdirectory
-#- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
-#pluginPath=
-
-skipBase=true
-
-############# MAP FILE CONTROL ################
-# This section defines CVS tags to use when fetching the map files from the repository.
-# If you want to fetch the map file from repository / location, change the getMapFiles target in the customTargets.xml
-skipMaps=true
-
-############ REPOSITORY CONTROL ###############
-# This section defines properties parameterizing the repositories where plugins, fragments
-# bundles and features are being obtained from. 
-
-# The tags to use when fetching elements to build.
-# By default thebuilder will use whatever is in the maps.  
-# This value takes the form of a comma separated list of repository identifier (like used in the map files) and the 
-# overriding value
-# For example fetchTag=CVS=HEAD, SVN=v20050101
-# fetchTag=HEAD
-skipFetch=true
-
-############# JAVA COMPILER OPTIONS ##############
-# The location of the Java jars to compile against.  Typically the rt.jar for your JDK/JRE
-#bootclasspath=${java.home}/lib/rt.jar
-
-#build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter"
-
-# specific JRE locations to compile against. These values are used to compile bundles specifying a 
-# Bundle-RequiredExecutionEnvironment. Uncomment and set values for environments that you support
-#CDC-1.0/Foundation-1.0= /path/to/rt.jar
-#CDC-1.1/Foundation-1.1=
-#OSGi/Minimum-1.0=
-#OSGi/Minimum-1.1=
-#JRE-1.1=
-#J2SE-1.2=
-#J2SE-1.3=${J2SE-1.3-dir}/lib/rt.jar:${J2SE-1.3-dir}/lib/sunrsasign.jar:${J2SE-1.3-dir}/lib/javaplugin.jar:${J2SE-1.3-dir}/lib/i18n.jar
-#J2SE-1.4=${J2SE-1.4-dir}/lib/charsets.jar:${J2SE-1.4-dir}/lib/jce.jar:${J2SE-1.4-dir}/lib/jsse.jar:${J2SE-1.4-dir}/lib/rt.jar:${J2SE-1.4-dir}/lib/sunrsasign.jar
-#J2SE-1.5=${J2SE-1.5-dir}/lib/charsets.jar:${J2SE-1.5-dir}/lib/deploy.jar:${J2SE-1.5-dir}/lib/javaws.jar:${J2SE-1.5-dir}/lib/jce.jar:${J2SE-1.5-dir}/lib/jsse.jar:${J2SE-1.5-dir}/lib/plugin.jar:${J2SE-1.5-dir}/lib/rt.jar
-#JavaSE-1.6=${JavaSE-1.6-dir}/lib/charsets.jar:${JavaSE-1.6-dir}/lib/deploy.jar:${JavaSE-1.6-dir}/lib/javaws.jar:${JavaSE-1.6-dir}/lib/jce.jar:${JavaSE-1.6-dir}/lib/jsse.jar:${JavaSE-1.6-dir}/lib/plugin.jar:${JavaSE-1.6-dir}/lib/rt.jar
-#PersonalJava-1.1=
-#PersonalJava-1.2=
-#CDC-1.0/PersonalBasis-1.0=
-#CDC-1.0/PersonalJava-1.0=
-#CDC-1.1/PersonalBasis-1.1=
-#CDC-1.1/PersonalJava-1.1=
-
-# Specify the output format of the compiler log when eclipse jdt is used
-logExtension=.log
-
-# Whether or not to include debug info in the output jars
-javacDebugInfo=false 
-
-# Whether or not to fail the build if there are compiler errors
-javacFailOnError=true
-
-# Enable or disable verbose mode of the compiler
-javacVerbose=true
-
-# Extra arguments for the compiler. These are specific to the java compiler being used.
-#compilerArg=
-
-# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
-javacSource=1.5
-
-# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
-javacTarget=1.5
-
-#p2.flavor=tooling
-p2.category.definition=file:${buildWorkspace}/releng/category.xml
-#p2.metadata.repo=file:${buildDirectory}/p2_repository
-#p2.artifact.repo=file:${buildDirectory}/p2_repository
-		
-#collect the generated artifacts and place them inside the repository
-p2.gathering=true
-p2.build.repo=file:${buildDirectory}/build_local_repository
-#p2.context.repos=file:${buildWorkspace}/../../XTEXT_UTILS/lastSuccessfulBuild/artifact/buildDirectory/build_local_repository/

+ 0 - 40
releng/org.yakindu.sct.releng/build/build.xml

@@ -1,40 +0,0 @@
-<project name="run.xml" default="all" basedir=".">
-
-	<!-- include additional libraries -->
-	<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="${libs}/ant-contrib-1.0b3.jar" />
-
-	<property environment="env" />
-	<!-- change this property if the build.properties is placed in another folder -->
-	<property name="${builder}" value="${basedir}" />
-	
-	<!-- load the property configurations -->
-	<property file="${builder}/build.properties" />
-
-	<target name="pde-build">
-		<trycatch property="errorMsg">
-			<try>
-				<property name="compilerArg" value="-encoding UTF-8" />
-
-				<!-- call PDE build script -->
-				<path id="pde.build.script.path">
-					<fileset dir="${launcherLocation}/plugins">
-						<include name="org.eclipse.pde.build_*/scripts/build.xml" />
-					</fileset>
-				</path>
-				<property name="pde.build.script.path" refid="pde.build.script.path" />
-
-				<echo message="Calling pde build script: ${pde.build.script.path} with builder ${builder}" />
-				<ant antfile="${pde.build.script.path}">
-					<property name="builder" value="${builder}" />
-				</ant>
-			</try>
-			<catch>
-				<fail message="PDE Build failed: ${errorMsg}" />
-			</catch>
-		</trycatch>
-	</target>
-
-	<target name="all">
-		<antcall target="pde-build" />
-	</target>
-</project>

+ 0 - 168
releng/org.yakindu.sct.releng/build/customTargets.xml

@@ -1,168 +0,0 @@
-<project name="Build specific targets and properties" default="noDefault">
-
-	<!-- ===================================================================== -->
-	<!-- Run a given ${target} on all elements being built -->
-	<!-- Add on <ant> task for each top level element being built. -->
-	<!-- ===================================================================== -->
-	<available property="allElementsFile" file="${builder}/allElements.xml" value="${builder}/allElements.xml" />
-	<property name="allElementsFile" location="${eclipse.pdebuild.templates}/headless-build/allElements.xml" />
-
-	<import file="${allElementsFile}" />
-	<target name="allElements">
-		<antcall target="allElementsDelegator" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- ===================================================================== -->
-	<target name="getBaseComponents" unless="skipBase">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Check out map files from correct repository -->
-	<!-- Replace values for mapsCheckoutTag as desired. -->
-	<!-- ===================================================================== -->
-	<target name="getMapFiles" depends="checkLocalMaps">
-	</target>
-
-	<target name="checkLocalMaps">
-		<available property="skipMaps" file="${buildDirectory}/maps" />
-	</target>
-
-	<!-- ===================================================================== -->
-
-	<target name="clean" unless="noclean">
-		<antcall target="allElements">
-			<param name="target" value="cleanElement" />
-		</antcall>
-	</target>
-
-	<target name="gatherLogs">
-		<mkdir dir="${buildDirectory}/${buildLabel}/compilelogs" />
-		<antcall target="allElements">
-			<param name="target" value="gatherLogs" />
-		</antcall>
-		<unzip dest="${buildDirectory}/${buildLabel}/compilelogs" overwrite="true">
-			<fileset dir="${buildDirectory}/features">
-				<include name="**/*.log.zip" />
-			</fileset>
-		</unzip>
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before setup -->
-	<!-- ===================================================================== -->
-	<target name="preSetup">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after setup but before starting the build proper -->
-	<!-- ===================================================================== -->
-	<target name="postSetup">
-		<antcall target="getBaseComponents" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before fetching the build elements -->
-	<!-- ===================================================================== -->
-	<target name="preFetch">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after fetching the build elements -->
-	<!-- ===================================================================== -->
-	<target name="postFetch">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before the repositories are being processed -->
-	<!-- ===================================================================== -->
-	<target name="preProcessRepos">
-		<!-- xtext utils -->
-		<p2.mirror source="https://builds.itemis.de/jenkins/job/XTEXT_UTILS/lastSuccessfulBuild/artifact/buildDirectory/build_local_repository/" destination="file:${repoBaseLocation}/xtext_utils_repository">
-			<iu id="de.itemis.xtext.utils.jface.feature.group" />
-			<iu id="de.itemis.xtext.utils.gmf.feature.group" />
-		</p2.mirror>
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after the repositories have been processed -->
-	<!-- ===================================================================== -->
-	<target name="postProcessRepos">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before generating the build scripts. -->
-	<!-- ===================================================================== -->
-	<target name="preGenerate">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after generating the build scripts. -->
-	<!-- ===================================================================== -->
-	<target name="postGenerate">
-		<antcall target="clean" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before running the build.xmls for the elements being built. -->
-	<!-- ===================================================================== -->
-	<target name="preProcess">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after running the build.xmls for the elements being built. -->
-	<!-- ===================================================================== -->
-	<target name="postProcess">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before running assemble. -->
-	<!-- ===================================================================== -->
-	<target name="preAssemble">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after  running assemble. -->
-	<!-- ===================================================================== -->
-	<target name="postAssemble">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do before running package. -->
-	<!-- ===================================================================== -->
-	<target name="prePackage">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after  running package. -->
-	<!-- ===================================================================== -->
-	<target name="postPackage">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do after the build is done. -->
-	<!-- ===================================================================== -->
-	<target name="postBuild">
-		<antcall target="gatherLogs" />
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do to test the build results -->
-	<!-- ===================================================================== -->
-	<target name="test">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Steps to do to publish the build results -->
-	<!-- ===================================================================== -->
-	<target name="publish">
-	</target>
-
-	<!-- ===================================================================== -->
-	<!-- Default target                                                        -->
-	<!-- ===================================================================== -->
-	<target name="noDefault">
-		<echo message="You must specify a target when invoking this file" />
-	</target>
-
-</project>

+ 3 - 4
releng/org.yakindu.sct.releng/hudson.promote.README

@@ -9,13 +9,12 @@ Parameterized-build:
 + Selection
 	Name: promotionTarget
 	Selections:
-		kepler/nightly
+		luna/integration
+		luna/milestones
+		luna/releases
 		kepler/integration
 		kepler/milestones
 		kepler/releases
-		juno/integration
-		juno/milestones
-		juno/releases
 	Description:
 		Select the update site to promote to.
 

BIN
releng/org.yakindu.sct.releng/lib/ant-contrib-1.0b3.jar


+ 14 - 98
releng/org.yakindu.sct.releng/pom.xml

@@ -10,24 +10,18 @@
 
 	<!-- this is the parent POM from which all modules inherit common settings -->
 	<properties>
-		<tycho-version>0.18.1</tycho-version>
-		<tycho-extras-version>0.18.1</tycho-extras-version>
+		<tycho-version>0.20.0</tycho-version>
+		<tycho-extras-version>0.20.0</tycho-extras-version>
 		<antrun-version>1.6</antrun-version>
 		<p2.base.repository>file:../org.yakindu.base.repository/target/repository</p2.base.repository>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 		<testFailureIgnore>true</testFailureIgnore>
 	</properties>
 	<build>
-		<!--resources> <resource> <directory> [your folder here] </directory> </resource> 
-			</resources -->
 		<plugins>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-resources-plugin</artifactId>
-				<version>2.5</version>
-				<configuration>
-					<encoding>UTF-8</encoding>
-				</configuration>
 			</plugin>
 			<plugin>
 				<!-- enable tycho build extension -->
@@ -162,41 +156,6 @@
 					</execution>
 				</executions>
 			</plugin>
-			<!-- TODO sign here -->
-			<!-- pack plugins with pack200, which are smaller class files (Part II) 
-				and add them to p2-metadata -->
-			<plugin>
-				<groupId>org.eclipse.tycho.extras</groupId>
-				<artifactId>tycho-pack200b-plugin</artifactId>
-				<version>${tycho-extras-version}</version>
-				<executions>
-					<execution>
-						<id>pack200-pack</id>
-						<goals>
-							<goal>pack</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<!-- Then, alter p2-metadata to make the .pack.gz and the source bundles 
-				visible from other modules -->
-			<plugin>
-				<groupId>org.eclipse.tycho</groupId>
-				<artifactId>tycho-p2-plugin</artifactId>
-				<version>${tycho-version}</version>
-				<executions>
-					<execution>
-						<id>p2-metadata</id>
-						<goals>
-							<goal>p2-metadata</goal>
-						</goals>
-						<phase>package</phase>
-					</execution>
-				</executions>
-				<configuration>
-					<defaultP2Metadata>false</defaultP2Metadata>
-				</configuration>
-			</plugin>
 			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>target-platform-configuration</artifactId>
@@ -236,25 +195,6 @@
 						<encoding>UTF-8</encoding>
 					</configuration>
 				</plugin>
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>build-helper-maven-plugin</artifactId>
-					<version>1.3</version>
-					<executions>
-						<execution>
-							<id>add-source</id>
-							<phase>generate-sources</phase>
-							<goals>
-								<goal>add-source</goal>
-							</goals>
-							<configuration>
-								<sources>
-									<source>${project.build.directory}/xtend-gen</source>
-								</sources>
-							</configuration>
-						</execution>
-					</executions>
-				</plugin>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-clean-plugin</artifactId>
@@ -263,7 +203,7 @@
 				<plugin>
 					<groupId>org.fornax.toolsupport</groupId>
 					<artifactId>fornax-oaw-m2-plugin</artifactId>
-					<version>3.3.0</version>
+					<version>3.4.0</version>
 				</plugin>
 				<plugin>
 					<groupId>org.eclipse.tycho.extras</groupId>
@@ -282,7 +222,7 @@
 				<plugin>
 					<groupId>org.eclipse.xtend</groupId>
 					<artifactId>xtend-maven-plugin</artifactId>
-					<version>2.4.2</version>
+					<version>2.4.3</version>
 					<configuration>
 						<!-- need to prefix by basedir to generate to currently built module -->
 						<outputDirectory>${basedir}/xtend-gen</outputDirectory>
@@ -315,11 +255,6 @@
 						<arguments>-Prelease</arguments>
 					</configuration>
 				</plugin>
-				<plugin>
-					<groupId>org.eclipse.dash.maven</groupId>
-					<artifactId>eclipse-signing-maven-plugin</artifactId>
-					<version>1.0.2</version>
-				</plugin>
 				<plugin>
 					<!-- Base configuration of target environments -->
 					<groupId>org.eclipse.tycho</groupId>
@@ -371,10 +306,10 @@
 				<enabled>false</enabled>
 			</snapshots>
 		</pluginRepository>
-		<pluginRepository>
-			<id>eclipse-xtend</id>
-			<url>http://build.eclipse.org/common/xtend/maven</url>
-		</pluginRepository>
+<!-- 		<pluginRepository> -->
+<!-- 			<id>eclipse-xtend</id> -->
+<!-- 			<url>http://build.eclipse.org/common/xtend/maven</url> -->
+<!-- 		</pluginRepository> -->
 	</pluginRepositories>
 
 	<repositories>
@@ -397,11 +332,11 @@
 				</property>
 			</activation>
 			<properties>
-				<p2.base.repository>https://projects.itemis.de/data/yakindu/base/kepler/snapshot/</p2.base.repository>
+				<p2.base.repository>https://projects.itemis.de/data/yakindu/base/luna/snapshot/</p2.base.repository>
 			</properties>
 		</profile>
 		<profile>
-			<id>Indigo.target</id>
+			<id>Kepler.target</id>
 			<build>
 				<plugins>
 					<plugin>
@@ -415,7 +350,7 @@
 									<groupId>org.yakindu.base</groupId>
 									<artifactId>org.yakindu.base.target</artifactId>
 									<version>2.2.0-SNAPSHOT</version>
-									<classifier>Juno</classifier>
+									<classifier>Kepler</classifier>
 								</artifact>
 							</target>
 						</configuration>
@@ -424,13 +359,10 @@
 			</build>
 		</profile>
 		<profile>
-			<id>Kepler.target</id>
+			<id>Luna.target</id>
 			<activation>
-				<!-- ActiveByDefault does not work because of macosx-profile with is 
-					triggered by property -->
-				<!-- <activeByDefault>true</activeByDefault> -->
 				<property>
-					<name>!noKeplerTarget</name>
+					<name>!noLunaTarget</name>
 				</property>
 			</activation>
 			<build>
@@ -446,7 +378,7 @@
 									<groupId>org.yakindu.base</groupId>
 									<artifactId>org.yakindu.base.target</artifactId>
 									<version>2.2.0-SNAPSHOT</version>
-									<classifier>Kepler</classifier>
+									<classifier>Luna</classifier>
 								</artifact>
 							</target>
 						</configuration>
@@ -505,22 +437,6 @@
 							</execution>
 						</executions>
 					</plugin>
-					<!-- pack plugins with pack200, which are smaller class files (Part 
-						II) and add them to p2-metadata -->
-					<!-- Configured again to place behind jarsigner in same phase -->
-					<plugin>
-						<groupId>org.eclipse.tycho.extras</groupId>
-						<artifactId>tycho-pack200b-plugin</artifactId>
-						<version>${tycho-extras-version}</version>
-						<executions>
-							<execution>
-								<id>pack200-pack</id>
-								<goals>
-									<goal>pack</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
 				</plugins>
 			</build>
 			<pluginRepositories>

+ 0 - 83
releng/org.yakindu.sct.releng/scripts/p2.xml

@@ -1,83 +0,0 @@
-<project name="P2 related tasks">
-
-	<taskdef resource="net/sf/antcontrib/antlib.xml" classpath="../lib/ant-contrib-1.0b3.jar" />
-
-	<target name="p2.director">
-		<echo message="Installing ${p2.installIU} in version ${p2.version} from ${p2.artifact.repo} into ${p2.install.path}" />
-
-		<!-- see if a version was specified or not -->
-		<var name="installIU" value="${p2.installIU}"/>
-		<if>
-			<and>
-				<isset property="p2.version" />
-				<not>
-					<equals arg1="${p2.version}" arg2="" />
-				</not>
-			</and>
-			<then>
-				<echo message="Setting install IU to ${p2.installIU}/${p2.version}." />
-				<var name="installIU" value="${p2.installIU}/${p2.version}" />
-			</then>
-		</if>
-
-		<exec executable="${p2.builder}/eclipse" dir="${p2.builder}" failonerror="true">
-			<!--<arg line="-vm ${JavaSE-1.6-dir}/bin/java" />-->
-			<arg line="-application org.eclipse.equinox.p2.director" />
-			<arg line="-data ${p2.builder.workspace}" />
-			<arg line="-clean" />
-			<arg line="-nosplash" />
-			<arg line="-debug" />
-			<arg line="-consoleLog" />
-			<arg line="--launcher.suppressErrors" />
-			<arg line="-installIU ${installIU}" />
-			<arg line="-profile ${p2.profile}" />
-			<arg line="-profileProperties org.eclipse.update.install.features=true" />
-			<arg line="-p2.os ${p2.os}" />
-			<arg line="-p2.ws ${p2.ws}" />
-			<arg line="-p2.arch ${p2.arch}" />
-			<arg line="-metadataRepository ${p2.metadata.repo}" />
-			<arg line="-artifactRepository ${p2.artifact.repo}" />
-			<arg line="-destination ${p2.install.path}" />
-			<arg line="-bundlepool ${p2.install.path}" />
-			<arg line="-roaming" />
-			<arg line="-vmargs" />
-			<arg line="-Xms256m -Xmx1024m -XX:MaxPermSize=256m" />
-			<!--<arg line="-Declipse.p2.data.area=${p2.install.path}/p2" />-->
-			<arg line="-Declipse.p2.MD5Check=false" />
-		</exec>
-
-		<!-- delete the metadata cache as well as the artifacts for unzipped bundles -->
-		<delete failonerror="false" includeEmptyDirs="true" dir="${p2.install.path}/p2/org.eclipse.equinox.p2.core/cache" />
-
-		<delete dir="${p2.builder.workspace}" />
-		<echo message="done." />
-	</target>
-
-
-	<target name="p2.metadata.generator">
-		<echo message="Generating P2 meta data from ${p2.generator.source} into ${p2.generator.repository}" />
-
-		<property name="p2.generator.workspace" value="${p2.builder.workspace}" />
-		<mkdir dir="${p2.generator.workspace}" />
-
-		<exec executable="${p2.builder}/eclipse" dir="${p2.builder}" failonerror="true">
-			<!--<arg line="-vm ${JavaSE-1.6-dir}/bin/java" />-->
-			<arg line="-application org.eclipse.equinox.p2.metadata.generator.EclipseGenerator" />
-			<arg line="-data ${p2.generator.workspace}" />
-			<arg line="-clean" />
-			<arg line="-nosplash" />
-			<arg line="-debug" />
-			<arg line="-consoleLog" />
-			<arg line="--launcher.suppressErrors" />
-			<arg line="-source ${p2.generator.source}" />
-			<arg line="-publishArtifacts" />
-			<arg line="-metadataRepository ${p2.generator.repository}" />
-			<arg line="-artifactRepository ${p2.generator.repository}" />
-			<arg line="-vmargs" />
-			<arg line="-Xms256m -Xmx1024m -XX:MaxPermSize=256m" />
-		</exec>
-
-		<delete dir="${p2.generator.workspace}" />
-		<echo message="done." />
-	</target>
-</project>

+ 0 - 18
releng/org.yakindu.sct.releng/settings.xml

@@ -14,24 +14,6 @@
 			<password>${P2_SERVER_PASSWORD}</password>
 		</server>
 	</servers>
-	<mirrors>
-		<mirror>
-			<id>Reserve</id>
-			<name>itemis</name>
-			<url>http://reserve.itemis.de/eclipse/releases/indigo</url>
-			<mirrorOf>indigo</mirrorOf>
-			<layout>p2</layout>
-			<mirrorOfLayouts>p2</mirrorOfLayouts>
-		</mirror>
-		<mirror>
-			<id>Reserve3</id>
-			<name>eclipse37</name>
-			<url>http://reserve.itemis.de/eclipse/eclipse/updates/3.7</url>
-			<mirrorOf>eclipse37</mirrorOf>
-			<layout>p2</layout>
-			<mirrorOfLayouts>p2</mirrorOfLayouts>
-		</mirror>
-	</mirrors>
 	<proxies />
 	<profiles />
 	<activeProfiles />

+ 0 - 11
releng/org.yakindu.sct.repository.full/pom.xml

@@ -11,15 +11,4 @@
 	</parent>
 	<artifactId>org.yakindu.sct.repository.full</artifactId>
 	<packaging>eclipse-repository</packaging>
-
-	<properties>
-		<eclipse.mirror.url>http://mirror.netcologne.de/eclipse</eclipse.mirror.url>
-		<distro.work.dir>${project.build.directory}/distro/work</distro.work.dir>
-		<distro.dir>${project.build.directory}/distro</distro.dir>
-		
-		<profile>epp.package.java</profile>
-		<features>org.eclipse.xtext.sdk.feature.group,org.eclipse.xtend.sdk.feature.group,org.yakindu.sct.feature.group</features>
-		<!-- TODO ,org.eclipse.gmf.runtime.emf.clipboard.core.patch.feature.group -->
-		<update.sites>${project.baseUri}/target/repository,${p2.target.repository},${p2.base.repository}</update.sites>
-	</properties>
 </project>

+ 0 - 12
releng/org.yakindu.sct.repository/pom.xml

@@ -11,16 +11,4 @@
 	</parent>
 	<artifactId>org.yakindu.sct.repository</artifactId>
 	<packaging>eclipse-repository</packaging>
-
-	<properties>
-		<eclipse.mirror.url>http://mirror.netcologne.de/eclipse</eclipse.mirror.url>
-		<distro.work.dir>${project.build.directory}/distro/work</distro.work.dir>
-		<distro.dir>${project.build.directory}/distro</distro.dir>
-
-		<profile>epp.package.java</profile>
-		<features>org.eclipse.xtext.sdk.feature.group,org.eclipse.xtend.sdk.feature.group,org.yakindu.sct.feature.group</features>
-		<!-- TODO ,org.eclipse.gmf.runtime.emf.clipboard.core.patch.feature.group -->
-		<update.sites>${project.baseUri}/target/repository,${p2.target.repository},${p2.base.repository}</update.sites>
-	</properties>
-
 </project>