Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-12-07 23:35:49 +0000
committerRoberto E. Escobar2012-12-07 23:35:49 +0000
commit7bc10345dcd1d987fff273f3c8422cb78ee9541c (patch)
tree2e1a0c4a29563e3aad2a38eb8d9888ecebf89e04 /features/org.eclipse.osee.framework.ui.feature
parent34adecee5cd23783de309148c0f5e5c7753fb55c (diff)
downloadorg.eclipse.osee-7bc10345dcd1d987fff273f3c8422cb78ee9541c.tar.gz
org.eclipse.osee-7bc10345dcd1d987fff273f3c8422cb78ee9541c.tar.xz
org.eclipse.osee-7bc10345dcd1d987fff273f3c8422cb78ee9541c.zip
bug[ats_SKW6F]: Make calendar combo platform independent
Remove use of nebula CalendarCombo. Customize and use swt DateTime instead. Bug: 391332 Change-Id: I6a24669715b2276e97f129b8ce52944a3a011b31
Diffstat (limited to 'features/org.eclipse.osee.framework.ui.feature')
-rw-r--r--features/org.eclipse.osee.framework.ui.feature/feature.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.framework.ui.feature/feature.xml b/features/org.eclipse.osee.framework.ui.feature/feature.xml
index fb582a21d3e..14e7ac9a6ee 100644
--- a/features/org.eclipse.osee.framework.ui.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.ui.feature/feature.xml
@@ -53,7 +53,6 @@
<import plugin="com.lowagie.text"/>
<import plugin="org.apache.commons.lang"/>
<import plugin="org.apache.xerces"/>
- <import plugin="org.eclipse.nebula.widgets.calendarcombo"/>
<import plugin="org.eclipse.osee.framework.core.message"/>
<import plugin="org.eclipse.osee.framework.core.model"/>
<import plugin="org.eclipse.osee.framework.database.init"/>

Back to the top