Browse Source

Removed deprecated releng folder for base build

Andreas Muelder 9 years ago
parent
commit
66c902588f

+ 0 - 2
releng/org.yakindu.base.releng/.gitignore

@@ -1,2 +0,0 @@
-/bin/
-/target/

+ 0 - 11
releng/org.yakindu.base.releng/.project

@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.yakindu.base.releng</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-	</buildSpec>
-	<natures>
-	</natures>
-</projectDescription>

+ 0 - 2
releng/org.yakindu.base.releng/.settings/org.eclipse.core.resources.prefs

@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-encoding/<project>=UTF-8

+ 0 - 2
releng/org.yakindu.base.releng/.settings/org.eclipse.core.runtime.prefs

@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-line.separator=\n

+ 0 - 88
releng/org.yakindu.base.releng/hudson.README

@@ -1,88 +0,0 @@
-To execute this build as a Hudson build job, you have to configure the following:
-JobName: YAKINDU_Base_CI
-
-Source-Code-Management:
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/releng
-	Location: releng
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/de.itemis.xtext.utils/plugins
-	Location: XtextUtils_repository/plugins
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/de.itemis.xtext.utils/features
-	Location: XtextUtils_repository/features
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/de.itemis.gmf.utils/plugins
-	Location: gmf_utils_repository/plugins
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/de.itemis.gmf.utils/features
-	Location: gmf_utils_repository/features
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/plugins
-	Location: base_repository/plugins
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/features
-	Location: base_repository/features
-
-Build environment:
-+ Send files or execute commands over SSH after the build runs
-	Server: Yakindu Projects.itemis.de
-	Command:
-		if [ -e base/kepler/snapshot ]; then 
-		 if [ -e base/kepler/snapshot_backup ]; then
-		  rm -r base/kepler/snapshot_backup;
-		 fi
-		 mv base/kepler/snapshot base/kepler/snapshot_backup;
-		fi
-+ Send files or execute commands over SSH after the build runs
-	Server: Yakindu Projects.itemis.de
-	Source files: update-site/**
-	Remove prefix: update-site
-	Remote directory: base/kepler/snapshot
-	Command:
-		if [ -e base/kepler/snapshot -a -e base/kepler/snapshot_backup ]; then
-		 rm -r base/kepler/snapshot_backup;
-		fi
-
-Build:
-+ Execute Shell
-    Command 
-    	if [ -d "build" ]; then
-		   rm -fr build
-		fi
-		mkdir build
-		cp -R releng/* build/
-		cp -R XtextUtils_repository/plugins/* build/
-		cp -R XtextUtils_repository/features/* build/
-		cp -R gmf_utils_repository/plugins/* build/
-		cp -R gmf_utils_repository/features/* build/
-		cp -R base_repository/plugins/* build/
-		cp -R base_repository/features/* build/
-
-
-+ Invoke Maven 3
-	Goals
-		clean verify -s ../build/org.yakindu.base.releng/settings.xml
-	POM File
-		../build/org.yakindu.base.releng/pom.xml
-	Properties
-	Profiles
-	JVM Options
-
-+ Execute Shell
-	Command
-		if [ -d "update-site" ]; then
-			rm -fr update-site
-		fi
-		mkdir update-site
-		cp -R build/org.yakindu.base.repository/target/repository/* update-site/
-		
-	
-Post-Build-Actions:
-+ Publish JUnit Test Results
-	Testreports in XML format
-		**/target/surefire-reports/*.xml
-+ Archive the artifacs
-	Files to archive
-		update-site/**
-		

+ 0 - 61
releng/org.yakindu.base.releng/hudson.promote.README

@@ -1,61 +0,0 @@
-To execute this build as a Hudson build job, you have to configure the following:
-
-Parameterized-build:
-+ Run Parameter
-	Name: promotionSource
-	Project: YAKINDU_Base_CI
-	Description: Select the build to be promoted.
-
-+ Selection
-	Name: promotionTarget
-	Selections:
-		kepler/integration
-		kepler/milestones
-		kepler/releases
-		juno/integration
-		juno/milestones
-		juno/releases
-	Description:
-		Select the update site to promote to.
-+ Selection
-	Name: appendToExistingRepository
-	Selections:
-		true
-		false
-	Description:
-		If set to false no existing repository is mirrored before and the existing one is replaced, if there is one.
-		This should only be set to false, if the promotion is to a new repository location.
-
-Source-Code-Management:
-+ SVN
-	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/BASE/trunk/releng
-	Location: releng
- 
-Build:
-
-+ Invoke Maven 3
-	Goals
-		clean install
-	POM File
-		promote-pom.xml
-	Properties
-		promotionSource=${env.promotionSource}
-		promotionTarget=${env.promotionTarget}
-		AppendToExistingRepository=${env.appendToExistingRepository}
-	Profiles
-	JVM Options
-		
-	
-Post-Build-Actions:
-+ Send build artifacts over SSH
-	Name: Yakindu Update Site
-	Source files: releng/org.yakindu.base.releng/target/local-update-site/**
-	Remove prefix: releng/org.yakindu.base.releng/target/local-update-site
-	Remote directory: /yakindu/${promotionTarget}
-
-Post-Build-Actions:
-+ Send build artifacts over SSH
-	Name: Yakindu Update Site
-	Source files: releng/org.yakindu.base.releng/target/local-update-site/**
-	Remove prefix: releng/org.yakindu.base.releng/target/local-update-site
-	Remote directory: /yakindu/${promotionTarget}

+ 0 - 452
releng/org.yakindu.base.releng/pom.xml

@@ -1,452 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.yakindu.base</groupId>
-	<artifactId>org.yakindu.base.releng</artifactId>
-	<version>2.5.0-SNAPSHOT</version>
-	<packaging>pom</packaging>
-
-	<!-- this is the parent POM from which all modules inherit common settings -->
-	<properties>
-		<tycho-version>0.22.0</tycho-version>
-		<antrun-version>1.6</antrun-version>
-		<tycho-extras-version>0.22.0</tycho-extras-version>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-	</properties>
-	<build>
-		<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 -->
-				<groupId>org.eclipse.tycho</groupId>
-				<artifactId>tycho-maven-plugin</artifactId>
-				<version>${tycho-version}</version>
-				<extensions>true</extensions>
-			</plugin>
-			<plugin>
-				<groupId>org.fornax.toolsupport</groupId>
-				<artifactId>fornax-oaw-m2-plugin</artifactId>
-				<version>3.4.0</version>
-			</plugin>
-			<!-- Convert mappings in about.mappings -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<version>${antrun-version}</version>
-				<executions>
-					<execution>
-						<id>replace-build-token</id>
-						<phase>generate-sources</phase>
-						<configuration>
-							<target>
-								<taskdef resource="net/sf/antcontrib/antcontrib.properties"
-									classpathref="maven.plugin.classpath" />
-								<if>
-									<available file="about.mappings" />
-									<then>
-										<echo
-											message="Replacing @build@ token within about.mappings with build id." />
-										<replace file="about.mappings">
-											<replacefilter token="@build@"
-												value="${unqualifiedVersion}.${buildQualifier}" />
-										</replace>
-									</then>
-								</if>
-								<if>
-									<available file="javadocOptions.txt" />
-									<then>
-										<echo
-											message="Replacing @build@ token within javadocOptions.txt with build id." />
-										<replace file="javadocOptions.txt">
-											<replacefilter token="@build@"
-												value="${unqualifiedVersion}.${buildQualifier}" />
-										</replace>
-									</then>
-								</if>
-							</target>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-					<execution>
-						<id>replace-back-build-token</id>
-						<phase>verify</phase>
-						<configuration>
-							<target>
-								<taskdef resource="net/sf/antcontrib/antcontrib.properties"
-									classpathref="maven.plugin.classpath" />
-								<if>
-									<available file="about.mappings" />
-									<then>
-										<echo
-											message="Replacing back build id within about.mappings with @build@ token." />
-										<replace file="about.mappings">
-											<replacefilter token="${unqualifiedVersion}.${buildQualifier}"
-												value="@build@" />
-										</replace>
-									</then>
-								</if>
-								<if>
-									<available file="javadocOptions.txt" />
-									<then>
-										<echo
-											message="Replacing back build id within javadocOptions.txt with @build@ token." />
-										<replace file="javadocOptions.txt">
-											<replacefilter token="${unqualifiedVersion}.${buildQualifier}"
-												value="@build@" />
-										</replace>
-									</then>
-								</if>
-							</target>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-				</executions>
-				<dependencies>
-					<dependency>
-						<groupId>ant-contrib</groupId>
-						<artifactId>ant-contrib</artifactId>
-						<version>20020829</version>
-					</dependency>
-				</dependencies>
-			</plugin>
-			<!-- Configure sources (Source feature has to be added to category manually) -->
-			<plugin>
-				<groupId>org.eclipse.tycho</groupId>
-				<artifactId>tycho-source-plugin</artifactId>
-				<version>${tycho-version}</version>
-				<executions>
-					<execution>
-						<id>attach-source</id>
-						<goals>
-							<goal>plugin-source</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.eclipse.tycho.extras</groupId>
-				<artifactId>tycho-source-feature-plugin</artifactId>
-				<version>${tycho-extras-version}</version>
-				<executions>
-					<execution>
-						<id>source-feature</id>
-						<phase>package</phase>
-						<goals>
-							<goal>source-feature</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<groupId>org.eclipse.tycho</groupId>
-				<artifactId>tycho-p2-plugin</artifactId>
-				<version>${tycho-version}</version>
-				<executions>
-					<execution>
-						<id>attached-p2-metadata</id>
-						<phase>package</phase>
-						<goals>
-							<goal>p2-metadata</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-			<!-- pack plugins with pack200, which are smaller class files (Part I) -->
-			<plugin>
-				<groupId>org.eclipse.tycho.extras</groupId>
-				<artifactId>tycho-pack200a-plugin</artifactId>
-				<version>${tycho-extras-version}</version>
-				<executions>
-					<execution>
-						<id>pack200-normalize</id>
-						<goals>
-							<goal>normalize</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-		<pluginManagement>
-			<plugins>
-				<!-- Avoid the generation of maven archive information in the META-INF 
-					folder -->
-				<plugin>
-					<groupId>org.eclipse.tycho</groupId>
-					<artifactId>tycho-packaging-plugin</artifactId>
-					<version>${tycho-version}</version>
-					<configuration>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-clean-plugin</artifactId>
-					<version>2.4.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.eclipse.xtend</groupId>
-					<artifactId>xtend-maven-plugin</artifactId>
-					<version>2.8.3</version>
-					<configuration>
-						<!-- need to prefix by basedir to generate to currently built module -->
-						<outputDirectory>${basedir}/xtend-gen</outputDirectory>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.eclipse.tycho</groupId>
-					<artifactId>tycho-p2-repository-plugin</artifactId>
-					<configuration>
-						<includeAllDependencies>true</includeAllDependencies>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.eclipse.tycho.extras</groupId>
-					<artifactId>tycho-source-feature-plugin</artifactId>
-					<version>${tycho-extras-version}</version>
-					<executions>
-						<execution>
-							<id>source-feature</id>
-							<phase>package</phase>
-							<goals>
-								<goal>source-feature</goal>
-							</goals>
-						</execution>
-					</executions>
-				</plugin>
-				<!-- Base configuration of target environments -->
-				<plugin>
-					<groupId>org.eclipse.tycho</groupId>
-					<artifactId>target-platform-configuration</artifactId>
-					<version>${tycho-version}</version>
-					<configuration>
-						<!-- Necessary for pack200 files -->
-						<includePackedArtifacts>true</includePackedArtifacts>
-						<environments>
-							<environment>
-								<os>linux</os>
-								<ws>gtk</ws>
-								<arch>x86</arch>
-							</environment>
-							<environment>
-								<os>linux</os>
-								<ws>gtk</ws>
-								<arch>x86_64</arch>
-							</environment>
-							<environment>
-								<os>win32</os>
-								<ws>win32</ws>
-								<arch>x86</arch>
-							</environment>
-							<environment>
-								<os>win32</os>
-								<ws>win32</ws>
-								<arch>x86_64</arch>
-							</environment>
-							<environment>
-								<os>macosx</os>
-								<ws>cocoa</ws>
-								<arch>x86_64</arch>
-							</environment>
-						</environments>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-	<pluginRepositories>
-		<pluginRepository>
-			<id>eclipse-xtend</id>
-			<url>http://build.eclipse.org/common/xtend/maven</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>true</enabled>
-			</snapshots>
-		</pluginRepository>
-		<pluginRepository>
-			<id>fornax</id>
-			<url>http://www.fornax-platform.org/m2/repository</url>
-			<releases>
-				<enabled>true</enabled>
-			</releases>
-			<snapshots>
-				<enabled>false</enabled>
-			</snapshots>
-		</pluginRepository>
-	</pluginRepositories>
-	<profiles>
-		<profile>
-			<id>Mars.target</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho</groupId>
-						<artifactId>target-platform-configuration</artifactId>
-						<version>${tycho-version}</version>
-						<configuration>
-							<!-- Necessary for pack200 files -->
-							<includePackedArtifacts>true</includePackedArtifacts>
-							<!-- add target file content to target platform -->
-							<target>
-								<artifact>
-									<groupId>org.yakindu.base</groupId>
-									<artifactId>org.yakindu.base.target</artifactId>
-									<version>2.5.0-SNAPSHOT</version>
-									<classifier>Mars</classifier>
-								</artifact>
-							</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-		<profile>
-			<id>Luna.target</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho</groupId>
-						<artifactId>target-platform-configuration</artifactId>
-						<version>${tycho-version}</version>
-						<configuration>
-							<!-- Necessary for pack200 files -->
-							<includePackedArtifacts>true</includePackedArtifacts>
-							<!-- add target file content to target platform -->
-							<target>
-								<artifact>
-									<groupId>org.yakindu.base</groupId>
-									<artifactId>org.yakindu.base.target</artifactId>
-									<version>2.5.0-SNAPSHOT</version>
-									<classifier>Luna</classifier>
-								</artifact>
-							</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-		<profile>
-			<id>Neon.target</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho</groupId>
-						<artifactId>target-platform-configuration</artifactId>
-						<version>${tycho-version}</version>
-						<configuration>
-							<!-- Necessary for pack200 files -->
-							<includePackedArtifacts>true</includePackedArtifacts>
-							<!-- add target file content to target platform -->
-							<target>
-								<artifact>
-									<groupId>org.yakindu.base</groupId>
-									<artifactId>org.yakindu.base.target</artifactId>
-									<version>2.5.0-SNAPSHOT</version>
-									<classifier>Neon</classifier>
-								</artifact>
-							</target>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-		<profile>
-			<id>enableSigning</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>de.itemis.signing</groupId>
-						<artifactId>itemis-jarsigner</artifactId>
-						<version>0.0.3</version>
-						<configuration>
-							<sshKey>${ssh.key}</sshKey>
-						</configuration>
-						<executions>
-							<execution>
-								<id>sign</id>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-								<phase>package</phase>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-			<pluginRepositories>
-				<pluginRepository>
-					<id>nexus-projects.itemis.de</id>
-					<url>https://projects.itemis.de/nexus/content/groups/maven-plugins/</url>
-					<releases>
-						<enabled>true</enabled>
-					</releases>
-					<snapshots>
-						<enabled>true</enabled>
-					</snapshots>
-				</pluginRepository>
-				<!-- Fornax Workflow Runner plugin -->
-				<pluginRepository>
-					<id>fornax</id>
-					<url>http://www.fornax-platform.org/m2/repository</url>
-					<releases>
-						<enabled>true</enabled>
-					</releases>
-					<snapshots>
-						<enabled>false</enabled>
-					</snapshots>
-				</pluginRepository>
-				<!-- <pluginRepository> -->
-				<!-- <id>eclipse-xtend</id> -->
-				<!-- <url>http://build.eclipse.org/common/xtend/maven</url> -->
-				<!-- </pluginRepository> -->
-			</pluginRepositories>
-		</profile>
-	</profiles>
-
-	<modules>
-		<module>../org.yakindu.base.target</module>
-
-		<module>../org.yakindu.base.types</module>
-		<module>../org.yakindu.base.types.test</module>
-		<module>../org.yakindu.base.types.edit</module>
-
-		<module>../org.yakindu.base.expressions</module>
-		<module>../org.yakindu.base.expressions.edit</module>
-		<module>../org.yakindu.base.expressions.ui</module>
-
-		<module>../org.yakindu.base.gmf.runtime</module>
-		<module>../org.yakindu.base.gmf.runtime-feature</module>
-		<module>../org.yakindu.base.xtext.utils.gmf</module>
-		<module>../org.yakindu.base.xtext.utils.gmf-feature</module>
-		<module>../org.yakindu.base.xtext.utils.jface</module>
-		<module>../org.yakindu.base.xtext.utils.jface-feature</module>
-		<module>../org.yakindu.base-feature</module>
-		<module>../org.yakindu.base.repository</module>
-	</modules>
-
-</project>

+ 0 - 102
releng/org.yakindu.base.releng/promote-pom.xml

@@ -1,102 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>org.yakindu.base</groupId>
-		<artifactId>org.yakindu.base.releng</artifactId>
-		<version>2.5.0-SNAPSHOT</version>
-		<relativePath>../org.yakindu.base.releng/pom.xml</relativePath>
-	</parent>
-	<artifactId>de.itemis.xtext.utils.promote</artifactId>
-	<packaging>pom</packaging>
-
-	<properties>
-		<tycho-extras-version>0.22.0</tycho-extras-version>
-		<!-- scp settings for publishing udpdate site -->
-	</properties>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.eclipse.tycho.extras</groupId>
-				<artifactId>tycho-p2-extras-plugin</artifactId>
-				<version>${tycho-extras-version}</version>
-				<inherited>false</inherited>
-				<executions>
-					<execution>
-						<id>appendYakinduBase</id>
-						<phase>package</phase>
-						<goals>
-							<goal>mirror</goal>
-						</goals>
-						<configuration>
-							<source>
-								<!-- source repositori(es) to mirror from -->
-								<repository>
-									<url>${promotionSource}artifact/update-site/</url>
-									<layout>p2</layout>
-									<!-- sypported layouts are "p2-metadata", "p2-artifacts", and "p2" 
-										(for joint repositories) -->
-								</repository>
-							</source>
-
-							<destination>${local.update.site}</destination>
-							<compress>true</compress>
-							<append>true</append>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<profiles>
-		<profile>
-			<!-- This profile is activated by default, if the remote repository should be extended. -->
-			<!-- Deactivate if no remote repository should be copied to append artifacts -->
-			<id>CopySource</id>
-			<activation>
-				<property>
-					<name>appendToExistingRepository</name>
-					<value>!false</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho.extras</groupId>
-						<artifactId>tycho-p2-extras-plugin</artifactId>
-						<version>${tycho-extras-version}</version>
-						<inherited>false</inherited>
-						<executions>
-							<execution>
-								<id>copyRemoteSite</id>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>mirror</goal>
-								</goals>
-								<configuration>
-									<source>
-										<!-- source repositori(es) to mirror from -->
-										<repository>
-											<url>${updateSiteUrl}</url>
-											<layout>p2</layout>
-											<!-- sypported layouts are "p2-metadata", "p2-artifacts", and 
-												"p2" (for joint repositories) -->
-										</repository>
-									</source>
-
-									<destination>${local.update.site}</destination>
-									<compress>true</compress>
-									<append>false</append>
-								</configuration>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-
-</project>

+ 0 - 20
releng/org.yakindu.base.releng/settings.xml

@@ -1,20 +0,0 @@
-<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
-                      http://maven.apache.org/xsd/settings-1.1.0.xsd">
-	<localRepository />
-	<interactiveMode />
-	<usePluginRegistry />
-	<offline />
-	<pluginGroups />
-	<servers>
-		<server>
-			<id>nexus-projects.itemis.de</id>
-			<username>${P2_SERVER_USER}</username>
-			<password>${P2_SERVER_PASSWORD}</password>
-		</server>
-	</servers>
-	<proxies />
-	<profiles />
-	<activeProfiles />
-</settings>