lib/ext/glimmer/config.rb in glimmer-dsl-swt-4.17.0.0 vs lib/ext/glimmer/config.rb in glimmer-dsl-swt-4.17.1.0
- old
+ new
@@ -31,14 +31,9 @@
'org.eclipse.swt.browser',
'org.eclipse.swt.custom',
'org.eclipse.swt.dnd',
]
- # This may be configured with extra sample directories from custom widget/shell gems
- # following the convention of a `samples/subdirectory` where subdirectory is the
- # custom widget/shell name or something representative of a group of samples (e.g. c_date_time).
- SAMPLE_DIRECTORIES = []
-
class << self
# Tells Glimmer to import SWT packages into including class (default: true)
def import_swt_packages=(value)
@@import_swt_packages = value
end