Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2013-12-06 20:20:35 +0000
committerGerrit Code Review @ Eclipse.org2013-12-10 17:21:52 +0000
commitd89f2eedb84aef5ea0c883bebb8ffffaaf725cae (patch)
tree2843d25faf1e9e03a47e509d9d1d4d70487a7652 /plugins/org.eclipse.osee.display.api
parentca3993f030d7ae636a8d2c8607d5655f2dbb049e (diff)
downloadorg.eclipse.osee-d89f2eedb84aef5ea0c883bebb8ffffaaf725cae.tar.gz
org.eclipse.osee-d89f2eedb84aef5ea0c883bebb8ffffaaf725cae.tar.xz
org.eclipse.osee-d89f2eedb84aef5ea0c883bebb8ffffaaf725cae.zip
bug[ats_ATS3925]: Create ATS server side module
Create ATS server side maven module and eclipse feature to better manage ATS dependencies. Attach server side ATS test bundles. Change-Id: If744d17f2fa5718d1b27be4ca8da557fbb12d51d
Diffstat (limited to 'plugins/org.eclipse.osee.display.api')
-rw-r--r--plugins/org.eclipse.osee.display.api/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.display.api/pom.xml b/plugins/org.eclipse.osee.display.api/pom.xml
index ad1da9307f1..a9270dbe2fa 100644
--- a/plugins/org.eclipse.osee.display.api/pom.xml
+++ b/plugins/org.eclipse.osee.display.api/pom.xml
@@ -5,9 +5,9 @@
<parent>
<groupId>org.eclipse.osee</groupId>
- <artifactId>org.eclipse.osee.x.server.parent</artifactId>
+ <artifactId>org.eclipse.osee.x.ats.parent</artifactId>
<version>0.16.0-SNAPSHOT</version>
- <relativePath>../../plugins/org.eclipse.osee.x.server.parent</relativePath>
+ <relativePath>../../plugins/org.eclipse.osee.x.ats.parent</relativePath>
</parent>
<artifactId>org.eclipse.osee.display.api</artifactId>

Back to the top