Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-10-12 18:41:00 +0000
committerRoberto E. Escobar2012-10-12 18:41:00 +0000
commit05c14f5e1ec08b7fe331998df078d7ad427a2815 (patch)
treee9f3b0b5cf001086ab75231468fab8b76445a9cb /plugins/org.eclipse.osee.client.parent/pom.xml
parentdc395a039c080b5dc3414dc34fa809bb9d435daf (diff)
downloadorg.eclipse.osee-05c14f5e1ec08b7fe331998df078d7ad427a2815.tar.gz
org.eclipse.osee-05c14f5e1ec08b7fe331998df078d7ad427a2815.tar.xz
org.eclipse.osee-05c14f5e1ec08b7fe331998df078d7ad427a2815.zip
feature[bgz_391218]: Create ats.reports project and reports refactor
Create AtsReport extension point Create common BirtReportViewerTab to reduce code duplication Update code to use operations to prevent locking the UI Update manifest version numbers, (incubation) designation, and dependencies Code clean-up
Diffstat (limited to 'plugins/org.eclipse.osee.client.parent/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.client.parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.client.parent/pom.xml b/plugins/org.eclipse.osee.client.parent/pom.xml
index 34ab9f70a96..c1c13f3e344 100644
--- a/plugins/org.eclipse.osee.client.parent/pom.xml
+++ b/plugins/org.eclipse.osee.client.parent/pom.xml
@@ -55,6 +55,7 @@
<module>../../plugins/org.eclipse.osee.ats.config.demo</module>
<module>../../plugins/org.eclipse.osee.ats.impl</module>
+ <module>../../plugins/org.eclipse.osee.ats.reports</module>
<module>../../plugins/org.eclipse.osee.ats.reports.burndown</module>
<module>../../plugins/org.eclipse.osee.ats.reports.efficiency</module>
<module>../../plugins/org.eclipse.osee.ats.reports.split</module>

Back to the top