Parcourir la source

Yakindu.base created and set for base atrifacts

benjamin.schwertfeger@gmail.com il y a 13 ans
Parent
commit
cb24706535

+ 3 - 3
de.itemis.gmf.utils/features/de.itemis.gmf.runtime.commons-feature/pom.xml

@@ -4,10 +4,10 @@
 	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.sct</groupId>
-		<artifactId>org.yakindu.sct.releng</artifactId>
+		<groupId>de.itemis.utils</groupId>
+		<artifactId>de.itemis.utils.releng</artifactId>
 		<version>1.0.0-SNAPSHOT</version>
-		<relativePath>../org.yakindu.sct.releng/pom.xml</relativePath>
+		<relativePath>../de.itemis.xtext.utils.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.gmf.runtime.commons</artifactId>
 	<packaging>eclipse-feature</packaging>

+ 3 - 3
de.itemis.gmf.utils/plugins/de.itemis.gmf.runtime.commons/pom.xml

@@ -4,10 +4,10 @@
 	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.sct</groupId>
-		<artifactId>org.yakindu.sct.releng</artifactId>
+		<groupId>de.itemis.utils</groupId>
+		<artifactId>de.itemis.utils.releng</artifactId>
 		<version>1.0.0-SNAPSHOT</version>
-		<relativePath>../org.yakindu.sct.releng/pom.xml</relativePath>
+		<relativePath>../de.itemis.xtext.utils.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>de.itemis.gmf.runtime.commons</artifactId>
 	<groupId>de.itemis.utils.plugins</groupId>

+ 18 - 2
de.itemis.xtext.utils/releng/de.itemis.xtext.utils.releng/hudson.README

@@ -10,6 +10,18 @@ Source-Code-Management:
 + 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:
 + Execute Shell
@@ -18,14 +30,18 @@ Build:
 		   rm -fr build
 		fi
 		mkdir build
-		cp -R releng 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 install
+		clean verify
 	POM File
 		../build/de.itemis.xtext.utils.releng/pom.xml
 	Profiles

+ 5 - 0
de.itemis.xtext.utils/releng/de.itemis.xtext.utils.releng/pom.xml

@@ -162,6 +162,10 @@
 	</profiles>
 
 	<modules>
+		<module>../org.yakindu.base.types</module>
+		<module>../org.yakindu.base.types.scope</module>
+		<module>../de.itemis.gmf.runtime.commons</module>
+		<module>../de.itemis.gmf.runtime.commons-feature</module>
 		<module>../de.itemis.xtext.utils.target</module>
 		<module>../de.itemis.xtext.utils.repository</module>
 		<module>../de.itemis.xtext.utils.gmf</module>
@@ -170,6 +174,7 @@
 		<module>../de.itemis.xtext.utils.jface</module>
 		<module>../de.itemis.xtext.utils.jface-feature</module>
 		<module>../de.itemis.xtext.utils.jface.source-feature</module>
+		<module>../org.yakindu.base-feature</module>
 	</modules>
 
 </project>

+ 3 - 3
plugins/org.yakindu.base.types.scope/pom.xml

@@ -4,10 +4,10 @@
 	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.sct</groupId>
-		<artifactId>org.yakindu.sct.releng</artifactId>
+		<groupId>de.itemis.utils</groupId>
+		<artifactId>de.itemis.utils.releng</artifactId>
 		<version>1.0.0-SNAPSHOT</version>
-		<relativePath>../org.yakindu.sct.releng/pom.xml</relativePath>
+		<relativePath>../de.itemis.xtext.utils.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.yakindu.base.types.scope</artifactId>
 	<groupId>org.yakindu.base.plugins</groupId>

+ 3 - 3
plugins/org.yakindu.base.types/pom.xml

@@ -4,10 +4,10 @@
 	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.sct</groupId>
-		<artifactId>org.yakindu.sct.releng</artifactId>
+		<groupId>de.itemis.utils</groupId>
+		<artifactId>de.itemis.utils.releng</artifactId>
 		<version>1.0.0-SNAPSHOT</version>
-		<relativePath>../org.yakindu.sct.releng/pom.xml</relativePath>
+		<relativePath>../de.itemis.xtext.utils.releng/pom.xml</relativePath>
 	</parent>
 	<artifactId>org.yakindu.base.types</artifactId>
 	<groupId>org.yakindu.base.plugins</groupId>