-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- In the future this Project would be split to examples, generator, activity storming
- Loading branch information
1 parent
1cf48e3
commit a041198
Showing
1,987 changed files
with
210,137 additions
and
208,413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>MyCore</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.buildship.core.gradleprojectbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
</natures> | ||
</projectDescription> | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>MyCore</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.buildship.core.gradleprojectbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
<nature>org.eclipse.buildship.core.gradleprojectnature</nature> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,39 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: MyCore;singleton:=true | ||
Automatic-Module-Name: MyCore | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-ClassPath: . | ||
Bundle-Vendor: %providerName | ||
Bundle-Localization: plugin | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Export-Package: modelingTest, | ||
modelingTest.impl, | ||
modelingTest.util, | ||
ActivityDiagramMetamodel, | ||
ActivityDiagramMetamodel.impl, | ||
ActivityDiagramMetamodel.util | ||
Require-Bundle: org.eclipse.core.runtime, | ||
org.eclipse.emf.ecore;visibility:=reexport | ||
Bundle-ActivationPolicy: lazy | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: MyCore;singleton:=true | ||
Automatic-Module-Name: MyCore | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-ClassPath: . | ||
Bundle-Vendor: %providerName | ||
Bundle-Localization: plugin | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 | ||
Export-Package: modelingTest, | ||
modelingTest.impl, | ||
modelingTest.util, | ||
ActivityDiagramMetamodel, | ||
ActivityDiagramMetamodel.impl, | ||
ActivityDiagramMetamodel.util, | ||
QueryPIM, | ||
QueryPIM.impl, | ||
QueryPIM.util, | ||
SecurityPIM, | ||
SecurityPIM.impl, | ||
SecurityPIM.util, | ||
ServicePIM, | ||
ServicePIM.impl, | ||
ServicePIM.util, | ||
StaticPIM, | ||
StaticPIM.impl, | ||
StaticPIM.util, | ||
DynamicPIM, | ||
DynamicPIM.impl, | ||
DynamicPIM.util, | ||
DomainPIM, | ||
DomainPIM.impl, | ||
DomainPIM.util | ||
Require-Bundle: org.eclipse.core.runtime, | ||
org.eclipse.emf.ecore;visibility:=reexport, | ||
org.eclipse.emf.ecore.xcore.lib, | ||
org.eclipse.xtext.xbase.lib | ||
Bundle-ActivationPolicy: lazy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.epsilon.migration.eclipse.dt.launching.MigrationLaunchConfigurationDelegate"> | ||
<intAttribute key="migratedModel" value="1"/> | ||
<listAttribute key="models"> | ||
<listEntry value="#Fri Dec 25 23:20:59 IRST 2020 aliases= reuseUnmodifiedFileBasedMetamodels=true modelFile=/MyCore/resources/examples/cargo/PIM/StaticPIM.model metamodelUri= concurrent=false type=EMF readOnLoad=true storeOnDisposal=false expand=false fileBasedMetamodelUri=platform\:/resource/MyCore/resources/mm/PIM/StaticPIMMetamodel-Flock.emf metamodelFile=/MyCore/resources/mm/PIM/StaticPIMMetamodel-Flock.emf cached=false name=Original modelUri=platform\:/resource/MyCore/resources/examples/cargo/PIM/StaticPIM.model isMetamodelFileBased=true"/> | ||
<listEntry value="#Fri Dec 25 23:20:53 IRST 2020 aliases= reuseUnmodifiedFileBasedMetamodels=true modelFile=/MyCore/resources/examples/cargo/PIM/DynamicPIM.model metamodelUri= concurrent=false type=EMF readOnLoad=false storeOnDisposal=true expand=false fileBasedMetamodelUri=platform\:/resource/MyCore/resources/mm/PIM/DynamicPIMMetamodel-Flock.emf metamodelFile=/MyCore/resources/mm/PIM/DynamicPIMMetamodel-Flock.emf cached=true name=Migrated modelUri=platform\:/resource/MyCore/resources/examples/cargo/PIM/DynamicPIM.model isMetamodelFileBased=true"/> | ||
</listAttribute> | ||
<intAttribute key="originalModel" value="0"/> | ||
<stringAttribute key="source" value="/MyCore/resources/modeling/migration/Static.mig"/> | ||
</launchConfiguration> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.