An error occurred while loading the file. Please try again.
  • Kai-Holger Brassel's avatar
    New release 1.1.0 · 85e919ec
    Kai-Holger Brassel authored
     * Switch from EMF Forms to Sirius
     * Replace QuantityLong and QuantityDouble by Quantity (only doubles)
     * Switch from JDK 15 to JDK 16
     * Add obligatory annotation for minnimal and maximal values
     * Allow dimensionless and/or nullable Quantites
     * Tests for nullable and dimensionless Quantites
    85e919ec
MANIFEST.MF 674 bytes
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: de.hftstuttgart.cityunits.model.edit;singleton:=true
Automatic-Module-Name: de.hftstuttgart.cityunits.model.edit
Bundle-Version: 1.1.0
Bundle-ClassPath: .
Bundle-Activator: de.hftstuttgart.cityunits.model.quantities.provider.QuantitiesEditPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: de.hftstuttgart.cityunits.model.quantities.provider
Require-Bundle: org.eclipse.core.runtime,
 de.hftstuttgart.cityunits.model;visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy