Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2016-01-27 21:12:46 +0000
committerRyan D. Brooks2016-01-27 21:12:46 +0000
commit89e4e93fe47df9a14c01a67f1f45b8e76a9e23d7 (patch)
treee057ebbb28946ca53bfb6c341c0e1a488abb484f /plugins/org.eclipse.osee.x.ats.parent/pom.xml
parent39e82b83d3b7f84c99165d8e1f312f39dafe7405 (diff)
downloadorg.eclipse.osee-89e4e93fe47df9a14c01a67f1f45b8e76a9e23d7.tar.gz
org.eclipse.osee-89e4e93fe47df9a14c01a67f1f45b8e76a9e23d7.tar.xz
org.eclipse.osee-89e4e93fe47df9a14c01a67f1f45b8e76a9e23d7.zip
refactor: Create shared org.eclipse.osee.ats.demo.api
Diffstat (limited to 'plugins/org.eclipse.osee.x.ats.parent/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.x.ats.parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.x.ats.parent/pom.xml b/plugins/org.eclipse.osee.x.ats.parent/pom.xml
index 475da995640..9993be1f4e5 100644
--- a/plugins/org.eclipse.osee.x.ats.parent/pom.xml
+++ b/plugins/org.eclipse.osee.x.ats.parent/pom.xml
@@ -18,6 +18,7 @@
<modules>
<module>../../plugins/org.eclipse.osee.ats.api</module>
+ <module>../../plugins/org.eclipse.osee.ats.demo.api</module>
<module>../../plugins/org.eclipse.osee.ats.dsl</module>
<module>../../plugins/org.eclipse.osee.ats.dsl.integration</module>

Back to the top