Skip to content
Success

Changes

Summary

  1. Changed migration menu entry (details)
  2. Updated MigrationHelper: Prevented unlimited unzip operation (details)
  3. Added migration of ChannelFillConditions: new attribute "relation" is added (details)
  4. Extended converters features: added converters to 2.1.0 (details)
  5. Updated bndrun file to include 2.1 converters in headless application (details)
  6. Updated target and p2 repo to Eclipse 2020-06 (details)
  7. Added mailmap file to support git log commands (details)
  8. AmaltheaResourceExpression: Replaced use of  java.nio with eclipse.core.resources (details)
  9. AmaltheaModelMigrationHandler: Replaced use of  java.nio with eclipse.core.resources (details)
Commit 2efff6d1dee64f1007483ed1212b337d7b379429 by Harald Mackamul
Changed migration menu entry
The file was modified plugins/org.eclipse.app4mc.amalthea.converters.ui/fragment.e4xmi
The file was modified tests/org.eclipse.app4mc.amalthea.converters.081.tests/src/org/eclipse/app4mc/amalthea/converters081/tests/HwConverterTest.java
Commit b9ae9d6b0a5876f07f3c311689493815ce4ff5b8 by Harald Mackamul
Updated MigrationHelper: Prevented unlimited unzip operation
The file was modified plugins/org.eclipse.app4mc.amalthea.converters.common/src/org/eclipse/app4mc/amalthea/converters/common/MigrationHelper.java
Commit ae8fb48127a1bb3964b0b4162d09ce775d387e0f by Harald Mackamul
Added migration of ChannelFillConditions: new attribute "relation" is added
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/.settings/org.eclipse.core.resources.prefs
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/src/org/eclipse/app4mc/amalthea/converters210/tests/NamespaceConverterTest.java
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/.project
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/src/org/eclipse/app4mc/amalthea/converters210/tests/ConditionConverterTest.java
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/.settings/org.eclipse.jdt.core.prefs
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/build.properties
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/src/org/eclipse/app4mc/amalthea/converters210/impl/ConditionConverter.java
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/OSGI-INF/org.eclipse.app4mc.amalthea.converters210.impl.ConditionConverter.xml
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/TestModels/input/conditions/conditions.amxmi
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/about.html
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/src/org/eclipse/app4mc/amalthea/converters210/tests/Abstract210ConverterTest.java
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/no_deploy.txt
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/META-INF/MANIFEST.MF
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/build.properties
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/.settings/org.eclipse.core.resources.prefs
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/META-INF/MANIFEST.MF
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/.settings/org.eclipse.pde.ds.annotations.prefs
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/.settings/org.eclipse.jdt.core.prefs
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/.project
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/.classpath
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/epl-2.0.html
The file was addedplugins/org.eclipse.app4mc.amalthea.converters.210/.classpath
The file was addedtests/org.eclipse.app4mc.amalthea.converters.210.tests/TestModels/input/namespace/model.amxmi
Commit e9022765102fec2e7129b14821866cedc9e7526e by Harald Mackamul
Extended converters features: added converters to 2.1.0
The file was modified features/org.eclipse.app4mc.amalthea.converters.sdk/feature.xml
The file was modified features/org.eclipse.app4mc.amalthea.converters.headless/feature.xml
Commit 3b1832e5307d2b520dfa06dfa41250bf0e540500 by Harald Mackamul
Updated bndrun file to include 2.1 converters in headless application
The file was modified releng/org.eclipse.app4mc.converters.product/amalthea_migration.bndrun
Commit fd4ab80f7532c2191d6c05bb3fc604183aed43a3 by Harald Mackamul
Updated target and p2 repo to Eclipse 2020-06
The file was modified releng/org.eclipse.app4mc.converters.target/org.eclipse.app4mc.converters.target.tpd
The file was modified releng/org.eclipse.app4mc.converters.p2repo/pom.xml
The file was modified releng/org.eclipse.app4mc.converters.target/org.eclipse.app4mc.converters.target.target
Commit 7b0512b9efc97ced8f909a85a93f144ebc610293 by Harald Mackamul
Added mailmap file to support git log commands
The file was added.mailmap
Commit 5df26564fcf5661c0ee23bb66998e99d4b029543 by Harald Mackamul
AmaltheaResourceExpression: Replaced use of  java.nio with eclipse.core.resources

- this fixes problems with resources that are not mapped to the file system (e.g. link to sourcecontrol)
The file was modified plugins/org.eclipse.app4mc.amalthea.converters.ui/src/org/eclipse/app4mc/amalthea/converters/ui/handlers/AmaltheaResourceExpression.java
Commit 6e43a470d42404470de57cd8e30ff8d197813c19 by Harald Mackamul
AmaltheaModelMigrationHandler: Replaced use of  java.nio with eclipse.core.resources

- only use local files as input for migration
The file was modified plugins/org.eclipse.app4mc.amalthea.converters.ui/src/org/eclipse/app4mc/amalthea/converters/ui/handlers/AmaltheaModelMigrationHandler.java