Browse Source

Dependency to Yakindu.base Job removed

benjamin.schwertfeger@gmail.com 13 years ago
parent
commit
173f8464ef

+ 0 - 12
releng/org.yakindu.sct.releng/hudson.README

@@ -10,15 +10,6 @@ Source-Code-Management:
 + SVN
 	URL: http://svn.codespot.com/a/eclipselabs.org/yakindu/SCT2/trunk/features
 	Location: sct2_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
     
 Build:
 + Execute Shell
@@ -31,9 +22,6 @@ Build:
 		cp -R sct2_repository/plugins/* build/
 		cp -R sct2_repository/features/* build/
 		cp -R sct2_repository/test-plugins/* build/
-		cp -R gmf_utils_repository/plugins/* build/
-		cp -R gmf_utils_repository/features/* build/
-		cp -R base_repository/plugins/* build/
 
 
 + Invoke Maven 3

+ 0 - 47
releng/org.yakindu.sct.releng/pom.xml

@@ -111,18 +111,6 @@
 		</plugins>
 	</build>
 
-	<repositories>
-		<repository>
-			<!-- Selected version of xtextUtils repository which is shipped with this 
-				repository -->
-			<!-- Todo: works only with a custom java keystore because of self signed 
-				ssl-cert, local results previous build in local repo are used as fallback -->
-			<id>xtextUtils</id>
-			<layout>p2</layout>
-			<url>${xtextUtilsRepository}/artifact/update-site/</url>
-		</repository>
-	</repositories>
-
 	<profiles>
 		<profile>
 			<id>Indigo.target</id>
@@ -177,41 +165,6 @@
 				</plugins>
 			</build>
 		</profile>
-		<profile>
-			<id>CI</id>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.tycho.extras</groupId>
-						<artifactId>tycho-p2-extras-plugin</artifactId>
-						<version>${tycho-version}</version>
-						<inherited>false</inherited>
-						<executions>
-							<execution>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>mirror</goal>
-								</goals>
-							</execution>
-						</executions>
-						<configuration>
-							<source>
-								<!-- source repositori(es) to mirror from -->
-								<repository>
-									<url>${xtextUtilsRepository}artifact/update-site/</url>
-									<layout>p2</layout>
-									<!-- sypported layouts are "p2-metadata", "p2-artifacts", and "p2" 
-										(for joint repositories) -->
-								</repository>
-							</source>
-
-							<destination>${project.build.directory}/xtextUtilsRepository</destination>
-							<compress>true</compress>
-						</configuration>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
 	</profiles>
 
 	<modules>

+ 23 - 19
releng/org.yakindu.sct.statechart.target/INDIGO.target

@@ -1,19 +1,23 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.6"?>
-
-<target name="INDIGO" sequenceNumber="5">
-<locations>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.emf.sdk.feature.group" version="2.7.0.v20110606-0949"/>
-<unit id="org.eclipse.gef.sdk.feature.group" version="3.7.0.v20110425-2050-7G7W-A5WNg9RDcRXDHeSRSTUiNLI"/>
-<unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="1.5.0.v20110426-2159-47D08xGD6ExNBM7CIJa3CIKK9t84"/>
-<unit id="org.eclipse.gmf.runtime.sdk.feature.group" version="1.5.0.v20110607-1200-67N09E9QnChoWswz-3wf_rz0kQ8Y"/>
-<unit id="org.eclipse.xtext.sdk.feature.group" version="2.0.0.v201106070531"/>
-<repository location="http://download.eclipse.org/releases/indigo"/>
-</location>
-<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.platform.ide" version="3.7.0.I20110613-1736"/>
-<repository location="http://download.eclipse.org/eclipse/updates/3.7/"/>
-</location>
-</locations>
-</target>
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.6"?>
+
+<target name="INDIGO" sequenceNumber="6">
+<locations>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.emf.sdk.feature.group" version="2.7.0.v20110606-0949"/>
+<unit id="org.eclipse.gef.sdk.feature.group" version="3.7.0.v20110425-2050-7G7W-A5WNg9RDcRXDHeSRSTUiNLI"/>
+<unit id="org.eclipse.gmf.runtime.notation.sdk.feature.group" version="1.5.0.v20110426-2159-47D08xGD6ExNBM7CIJa3CIKK9t84"/>
+<unit id="org.eclipse.gmf.runtime.sdk.feature.group" version="1.5.0.v20110607-1200-67N09E9QnChoWswz-3wf_rz0kQ8Y"/>
+<unit id="org.eclipse.xtext.sdk.feature.group" version="2.0.0.v201106070531"/>
+<repository location="http://download.eclipse.org/releases/indigo"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.eclipse.platform.ide" version="3.7.0.I20110613-1736"/>
+<repository location="http://download.eclipse.org/eclipse/updates/3.7/"/>
+</location>
+<location includeAllPlatforms="false" includeMode="planner" includeSource="true" type="InstallableUnit">
+<unit id="org.yakindu.base.feature.group" version="1.0.0.201201041403"/>
+<repository location="http://updates.yakindu.com/indigo/integration"/>
+</location>
+</locations>
+</target>