Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2011-10-15 02:44:21 +0000
committerRoberto E. Escobar2011-10-15 02:44:21 +0000
commit6e84909cc72b1037d9a71aebe47236f80a998986 (patch)
treed46861b68bdcaeda5822e994db2e61e8d0e950a7 /plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml
parentec64dd05599669815ff8cfab3bb725fae1d8ff87 (diff)
downloadorg.eclipse.osee-6e84909cc72b1037d9a71aebe47236f80a998986.tar.gz
org.eclipse.osee-6e84909cc72b1037d9a71aebe47236f80a998986.tar.xz
org.eclipse.osee-6e84909cc72b1037d9a71aebe47236f80a998986.zip
feature[ats_Q9NLC]: Create type caches in orcs bundles
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml
new file mode 100644
index 00000000000..284a3849b9b
--- /dev/null
+++ b/plugins/org.eclipse.osee.framework.core.dsl.integration.test/pom.xml
@@ -0,0 +1,30 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.osee</groupId>
+ <artifactId>org.eclipse.osee.x.server.parent</artifactId>
+ <version>0.9.9-SNAPSHOT</version>
+ <relativePath>../../plugins/org.eclipse.osee.x.server.parent</relativePath>
+ </parent>
+
+ <artifactId>org.eclipse.osee.framework.core.dsl.integration.test</artifactId>
+ <packaging>eclipse-test-plugin</packaging>
+ <name>ORCS DSL Test- (Incubation)</name>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <testSuite>org.eclipse.osee.framework.core.dsl.integration</testSuite>
+ <testClass>org.eclipse.osee.framework.core.dsl.integration.AllDslIntegrationTestSuite</testClass>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project> \ No newline at end of file

Back to the top