diff options
author | Tom Schindl | 2014-10-29 23:34:17 +0000 |
---|---|---|
committer | Tom Schindl | 2014-10-29 23:34:17 +0000 |
commit | c27d2c29dd8be3fa81ff8a11af2226112fa360dd (patch) | |
tree | 4cfbfd73c28982edce943d7a55b9e19486608b98 /bundles/tooling/org.eclipse.fx.ide.l10n.ui/.project | |
parent | e66678f7ae7bae5cfabe24b50b1380640fdbc640 (diff) | |
download | org.eclipse.efxclipse-c27d2c29dd8be3fa81ff8a11af2226112fa360dd.tar.gz org.eclipse.efxclipse-c27d2c29dd8be3fa81ff8a11af2226112fa360dd.tar.xz org.eclipse.efxclipse-c27d2c29dd8be3fa81ff8a11af2226112fa360dd.zip |
Bug 449260 - Add DSL to easily author NLS-Files and generate accessor
classes
Diffstat (limited to 'bundles/tooling/org.eclipse.fx.ide.l10n.ui/.project')
-rw-r--r-- | bundles/tooling/org.eclipse.fx.ide.l10n.ui/.project | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.l10n.ui/.project b/bundles/tooling/org.eclipse.fx.ide.l10n.ui/.project new file mode 100644 index 000000000..0757fe640 --- /dev/null +++ b/bundles/tooling/org.eclipse.fx.ide.l10n.ui/.project @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>org.eclipse.fx.ide.l10n.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> |