[jbosstools-commits] JBoss Tools SVN: r22969 - in workspace/dgolovin/org.company.component.core: .settings and 6 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 23 14:54:11 EDT 2010


Author: dgolovin
Date: 2010-06-23 14:54:11 -0400 (Wed, 23 Jun 2010)
New Revision: 22969

Added:
   workspace/dgolovin/org.company.component.core/.classpath
   workspace/dgolovin/org.company.component.core/.project
   workspace/dgolovin/org.company.component.core/.settings/
   workspace/dgolovin/org.company.component.core/.settings/org.eclipse.jdt.core.prefs
   workspace/dgolovin/org.company.component.core/META-INF/
   workspace/dgolovin/org.company.component.core/META-INF/MANIFEST.MF
   workspace/dgolovin/org.company.component.core/build.properties
   workspace/dgolovin/org.company.component.core/pom.xml
   workspace/dgolovin/org.company.component.core/src/
   workspace/dgolovin/org.company.component.core/src/org/
   workspace/dgolovin/org.company.component.core/src/org/company/
   workspace/dgolovin/org.company.component.core/src/org/company/component/
   workspace/dgolovin/org.company.component.core/src/org/company/component/core/
   workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite1.java
   workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite2.java
   workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite3.java
Log:
Share project "org.company.component.core" into "https://svn.jboss.org/repos/jbosstools"

Added: workspace/dgolovin/org.company.component.core/.classpath
===================================================================
--- workspace/dgolovin/org.company.component.core/.classpath	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/.classpath	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>


Property changes on: workspace/dgolovin/org.company.component.core/.classpath
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/.project
===================================================================
--- workspace/dgolovin/org.company.component.core/.project	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/.project	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.company.component.core</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>


Property changes on: workspace/dgolovin/org.company.component.core/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- workspace/dgolovin/org.company.component.core/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/.settings/org.eclipse.jdt.core.prefs	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,8 @@
+#Wed Jun 23 09:53:25 PDT 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6


Property changes on: workspace/dgolovin/org.company.component.core/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/META-INF/MANIFEST.MF
===================================================================
--- workspace/dgolovin/org.company.component.core/META-INF/MANIFEST.MF	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/META-INF/MANIFEST.MF	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Core Component
+Bundle-SymbolicName: org.company.component.core
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: org.junit


Property changes on: workspace/dgolovin/org.company.component.core/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/build.properties
===================================================================
--- workspace/dgolovin/org.company.component.core/build.properties	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/build.properties	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .


Property changes on: workspace/dgolovin/org.company.component.core/build.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/pom.xml
===================================================================
--- workspace/dgolovin/org.company.component.core/pom.xml	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/pom.xml	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,107 @@
+<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.company.component</groupId>
+	<artifactId>core</artifactId>
+	<version>1.0.0-SNAPSHOT</version>
+	<packaging>eclipse-test-plugin</packaging>
+
+	<properties>
+		<tychoVersion>0.9.0-SNAPSHOT</tychoVersion>
+	</properties>
+	
+	<profiles>
+		<profile>
+			<id>helios</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+			</activation>
+			<repositories>
+				<repository>
+					<id>helios</id>
+					<url>http://download.eclipse.org/releases/helios/</url>
+					<layout>p2</layout>
+					<snapshots>
+						<enabled>true</enabled>
+					</snapshots>
+					<releases>
+						<enabled>true</enabled>
+					</releases>
+				</repository>
+			</repositories>
+		</profile>
+	</profiles>
+		
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>tycho-maven-plugin</artifactId>
+				<version>${tychoVersion}</version>
+				<extensions>true</extensions>
+			</plugin>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>target-platform-configuration</artifactId>
+				<version>${tychoVersion}</version>
+				<configuration>
+					<resolver>p2</resolver>
+					<ignoreTychoRepositories>true</ignoreTychoRepositories>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>maven-osgi-test-plugin</artifactId>
+				<version>${tychoVersion}</version>
+				<configuration>
+					<dependencies>
+						<dependency>
+							<type>p2-installable-unit</type>
+							<artifactId>org.eclipse.platform.ide</artifactId>
+							<version>0.0.0</version>
+						</dependency>
+					</dependencies>
+					<skip>false</skip>
+					<argLine>-Dparam1=v1 -Dparam2=v2</argLine>
+					<product>org.eclipse.sdk.ide</product>
+					<application>org.eclipse.ui.ide.workbench</application>
+					<parallel>true</parallel>
+					<includes>
+						<include>org/company/component/core/TestSuite1.class</include>
+					</includes>
+				</configuration>
+				<executions>
+					<execution>
+						<id>suite2</id>
+						<phase>integration-test</phase>
+						<configuration>
+							<skip>false</skip>
+							<argLine>-Dparam1=v3 -Dparam2=v4</argLine>
+							<includes>
+								<include>org/company/component/core/TestSuite2.class</include>
+							</includes>
+						</configuration>
+						<goals>
+							<goal>test</goal>
+						</goals>
+					</execution>
+					<execution>
+						<id>suite3</id>
+						<phase>integration-test</phase>
+						<configuration>
+							<skip>false</skip>
+							<argLine>-Dparam1=v5 -Dparam2=v6</argLine>
+							<includes>
+								<include>org/company/component/core/TestSuite3.class</include>
+							</includes>
+						</configuration>
+						<goals>
+							<goal>test</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
\ No newline at end of file


Property changes on: workspace/dgolovin/org.company.component.core/pom.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite1.java
===================================================================
--- workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite1.java	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite1.java	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,20 @@
+package org.company.component.core;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+public class TestSuite1 extends TestCase{
+	public static Test suite() {
+		TestSuite suite = new TestSuite();
+		suite.addTestSuite(TestSuite1.class);
+		return suite;
+	}
+
+	public void test1Suite1() {
+		assertTrue("Test1 failed", false);
+	}
+	
+	public void test2Suite1() {
+	}	
+}


Property changes on: workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite1.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite2.java
===================================================================
--- workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite2.java	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite2.java	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,20 @@
+package org.company.component.core;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+
+public class TestSuite2 extends TestCase{
+	public static Test suite() {
+		TestSuite suite = new TestSuite();
+		suite.addTestSuite(TestSuite2.class);
+		return suite;
+	}
+
+	public void test1Suite2() {
+	}
+	
+	public void test2Suite2() {
+	}	
+}


Property changes on: workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite2.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite3.java
===================================================================
--- workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite3.java	                        (rev 0)
+++ workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite3.java	2010-06-23 18:54:11 UTC (rev 22969)
@@ -0,0 +1,20 @@
+package org.company.component.core;
+
+import junit.framework.Test;
+import junit.framework.TestCase;
+import junit.framework.TestSuite;
+
+
+public class TestSuite3 extends TestCase{
+	public static Test suite() {
+		TestSuite suite = new TestSuite();
+		suite.addTestSuite(TestSuite3.class);
+		return suite;
+	}
+
+	public void test1Suite3() {
+	}
+	
+	public void test2Suite3() {
+	}	
+}
\ No newline at end of file


Property changes on: workspace/dgolovin/org.company.component.core/src/org/company/component/core/TestSuite3.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list