Loading plugins/org.etsi.mts.tdl.graphical.labels.data.ui/.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/org.etsi.mts.tdl.graphical.labels.data.ui/.project 0 → 100644 +34 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.etsi.mts.tdl.graphical.labels.data.ui</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> <buildCommand> <name>org.eclipse.xtext.ui.shared.xtextBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.xtext.ui.shared.xtextNature</nature> </natures> </projectDescription> plugins/org.etsi.mts.tdl.graphical.labels.data.ui/.settings/org.eclipse.core.resources.prefs 0 → 100644 +2 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 encoding/<project>=UTF-8 plugins/org.etsi.mts.tdl.graphical.labels.data.ui/.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/org.etsi.mts.tdl.graphical.labels.data.ui/META-INF/MANIFEST.MF 0 → 100644 +26 −0 Original line number Diff line number Diff line Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: org.etsi.mts.tdl.graphical.labels.data.ui Bundle-Vendor: My Company Bundle-Version: 1.0.0.qualifier Bundle-SymbolicName: org.etsi.mts.tdl.graphical.labels.data.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: org.etsi.mts.tdl.graphical.labels.data;visibility:=reexport, org.eclipse.xtext.ui, org.eclipse.ui.editors;bundle-version="3.5.0", org.eclipse.ui.ide;bundle-version="3.5.0", org.eclipse.xtext.ui.shared, org.eclipse.ui, org.eclipse.xtext.builder, org.eclipse.xtext.xbase.lib, org.eclipse.xtext.common.types.ui, org.eclipse.xtext.ui.codetemplates.ui, org.eclipse.compare Import-Package: org.apache.log4j Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.etsi.mts.tdl.graphical.labels.ui.quickfix, org.etsi.mts.tdl.graphical.labels.ui.contentassist, org.etsi.mts.tdl.graphical.labels.data.ui.internal, org.etsi.mts.tdl.graphical.labels.ide.contentassist.antlr.internal, org.etsi.mts.tdl.graphical.labels.ide.contentassist.antlr Bundle-Activator: org.etsi.mts.tdl.graphical.labels.ui.internal.DataActivator Loading
plugins/org.etsi.mts.tdl.graphical.labels.data.ui/.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/org.etsi.mts.tdl.graphical.labels.data.ui/.project 0 → 100644 +34 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>org.etsi.mts.tdl.graphical.labels.data.ui</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> <buildCommand> <name>org.eclipse.xtext.ui.shared.xtextBuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> <nature>org.eclipse.pde.PluginNature</nature> <nature>org.eclipse.xtext.ui.shared.xtextNature</nature> </natures> </projectDescription>
plugins/org.etsi.mts.tdl.graphical.labels.data.ui/.settings/org.eclipse.core.resources.prefs 0 → 100644 +2 −0 Original line number Diff line number Diff line eclipse.preferences.version=1 encoding/<project>=UTF-8
plugins/org.etsi.mts.tdl.graphical.labels.data.ui/.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/org.etsi.mts.tdl.graphical.labels.data.ui/META-INF/MANIFEST.MF 0 → 100644 +26 −0 Original line number Diff line number Diff line Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: org.etsi.mts.tdl.graphical.labels.data.ui Bundle-Vendor: My Company Bundle-Version: 1.0.0.qualifier Bundle-SymbolicName: org.etsi.mts.tdl.graphical.labels.data.ui; singleton:=true Bundle-ActivationPolicy: lazy Require-Bundle: org.etsi.mts.tdl.graphical.labels.data;visibility:=reexport, org.eclipse.xtext.ui, org.eclipse.ui.editors;bundle-version="3.5.0", org.eclipse.ui.ide;bundle-version="3.5.0", org.eclipse.xtext.ui.shared, org.eclipse.ui, org.eclipse.xtext.builder, org.eclipse.xtext.xbase.lib, org.eclipse.xtext.common.types.ui, org.eclipse.xtext.ui.codetemplates.ui, org.eclipse.compare Import-Package: org.apache.log4j Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Export-Package: org.etsi.mts.tdl.graphical.labels.ui.quickfix, org.etsi.mts.tdl.graphical.labels.ui.contentassist, org.etsi.mts.tdl.graphical.labels.data.ui.internal, org.etsi.mts.tdl.graphical.labels.ide.contentassist.antlr.internal, org.etsi.mts.tdl.graphical.labels.ide.contentassist.antlr Bundle-Activator: org.etsi.mts.tdl.graphical.labels.ui.internal.DataActivator