Loading plugins/Prototypes/org.etsi.mts.tdl.model/.classpath 0 → 100644 +8 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src-gen"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> plugins/Prototypes/org.etsi.mts.tdl.model/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /src-gen plugins/Prototypes/org.etsi.mts.tdl.model/.project 0 → 100644 +50 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.etsi.mts.tdl.model</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.ocl.pivot.ui.oclbuilder</name> <arguments> <dictionary> <key>disabledExtensions</key> <value>*,essentialocl</value> </dictionary> <dictionary> <key>disabledPaths</key> <value>bin/**,target/**</value> </dictionary> <dictionary> <key>enabledExtensions</key> <value>ecore,ocl,oclinecore,oclstdlib,uml</value> </dictionary> <dictionary> <key>enabledPaths</key> <value>**</value> </dictionary> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</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.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.ocl.pivot.ui.oclnature</nature> </natures> </projectDescription> plugins/Prototypes/org.etsi.mts.tdl.model/.settings/org.eclipse.jdt.core.prefs 0 → 100644 +7 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.8 plugins/Prototypes/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF 0 → 100644 +27 −0 Original line number Diff line number Diff line Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.etsi.mts.tdl.model;singleton:=true Automatic-Module-Name: org.etsi.mts.tdl.model Bundle-Version: 1.4.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.etsi.mts.tdl, org.etsi.mts.tdl.extendedconfigurations, org.etsi.mts.tdl.extendedconfigurations.impl, org.etsi.mts.tdl.extendedconfigurations.util, org.etsi.mts.tdl.impl, org.etsi.mts.tdl.util, org.etsi.mts.tdl.structuredobjectives, org.etsi.mts.tdl.structuredobjectives.impl, org.etsi.mts.tdl.structuredobjectives.util Require-Bundle: org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport, org.eclipse.emf.ecore.xmi;visibility:=reexport, org.eclipse.ocl.pivot, org.eclipse.ocl.xtext.essentialocl, org.eclipse.ocl.xtext.essentialocl.ui;bundle-version="1.1.0" Eclipse-LazyStart: true Bundle-ActivationPolicy: lazy Loading
plugins/Prototypes/org.etsi.mts.tdl.model/.classpath 0 → 100644 +8 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src-gen"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath>
plugins/Prototypes/org.etsi.mts.tdl.model/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /src-gen
plugins/Prototypes/org.etsi.mts.tdl.model/.project 0 → 100644 +50 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.etsi.mts.tdl.model</name> <comment></comment> <projects> </projects> <buildSpec> <buildCommand> <name>org.eclipse.ocl.pivot.ui.oclbuilder</name> <arguments> <dictionary> <key>disabledExtensions</key> <value>*,essentialocl</value> </dictionary> <dictionary> <key>disabledPaths</key> <value>bin/**,target/**</value> </dictionary> <dictionary> <key>enabledExtensions</key> <value>ecore,ocl,oclinecore,oclstdlib,uml</value> </dictionary> <dictionary> <key>enabledPaths</key> <value>**</value> </dictionary> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</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.pde.PluginNature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.ocl.pivot.ui.oclnature</nature> </natures> </projectDescription>
plugins/Prototypes/org.etsi.mts.tdl.model/.settings/org.eclipse.jdt.core.prefs 0 → 100644 +7 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 org.eclipse.jdt.core.compiler.compliance=1.8 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=1.8
plugins/Prototypes/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF 0 → 100644 +27 −0 Original line number Diff line number Diff line Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.etsi.mts.tdl.model;singleton:=true Automatic-Module-Name: org.etsi.mts.tdl.model Bundle-Version: 1.4.0.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.etsi.mts.tdl, org.etsi.mts.tdl.extendedconfigurations, org.etsi.mts.tdl.extendedconfigurations.impl, org.etsi.mts.tdl.extendedconfigurations.util, org.etsi.mts.tdl.impl, org.etsi.mts.tdl.util, org.etsi.mts.tdl.structuredobjectives, org.etsi.mts.tdl.structuredobjectives.impl, org.etsi.mts.tdl.structuredobjectives.util Require-Bundle: org.eclipse.core.runtime, org.eclipse.emf.ecore;visibility:=reexport, org.eclipse.emf.ecore.xmi;visibility:=reexport, org.eclipse.ocl.pivot, org.eclipse.ocl.xtext.essentialocl, org.eclipse.ocl.xtext.essentialocl.ui;bundle-version="1.1.0" Eclipse-LazyStart: true Bundle-ActivationPolicy: lazy