Loading plugins/org.etsi.mts.tdl.model/.classpath 0 → 100644 +7 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="gen-src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> plugins/org.etsi.mts.tdl.model/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /gen-src plugins/org.etsi.mts.tdl.model/.project 0 → 100644 +28 −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.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> </natures> </projectDescription> plugins/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF 0 → 100644 +17 −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 Bundle-Version: 1.3.1.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Export-Package: org.etsi.mts.tdl, org.etsi.mts.tdl.util, org.etsi.mts.tdl.structuredobjectives, 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 Bundle-ActivationPolicy: lazy plugins/org.etsi.mts.tdl.model/build.properties 0 → 100644 +10 −0 Original line number Diff line number Diff line # bin.includes = .,\ model/,\ META-INF/,\ plugin.xml,\ plugin.properties jars.compile.order = . source.. = src/ output.. = bin/ Loading
plugins/org.etsi.mts.tdl.model/.classpath 0 → 100644 +7 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="gen-src"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath>
plugins/org.etsi.mts.tdl.model/.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /gen-src
plugins/org.etsi.mts.tdl.model/.project 0 → 100644 +28 −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.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> </natures> </projectDescription>
plugins/org.etsi.mts.tdl.model/META-INF/MANIFEST.MF 0 → 100644 +17 −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 Bundle-Version: 1.3.1.qualifier Bundle-ClassPath: . Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Export-Package: org.etsi.mts.tdl, org.etsi.mts.tdl.util, org.etsi.mts.tdl.structuredobjectives, 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 Bundle-ActivationPolicy: lazy
plugins/org.etsi.mts.tdl.model/build.properties 0 → 100644 +10 −0 Original line number Diff line number Diff line # bin.includes = .,\ model/,\ META-INF/,\ plugin.xml,\ plugin.properties jars.compile.order = . source.. = src/ output.. = bin/