forked from eclipse-emf/org.eclipse.emf
-
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.
[368320] Consistent plugin.property names
- Loading branch information
Showing
10 changed files
with
44 additions
and
83 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 +1 @@ | ||
.project | ||
*.swp |
4 changes: 2 additions & 2 deletions
4
plugins/org.eclipse.emf.codegen.ecore.xtext.ui/plugin.properties
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,2 +1,2 @@ | ||
pluginName = Xtext Ecore Ui Support | ||
providerName = Eclipse Modeling Project | ||
pluginName = EMF Ecore Code Generator Xtext UI Integration | ||
providerName = Eclipse Modeling Project |
4 changes: 2 additions & 2 deletions
4
plugins/org.eclipse.emf.codegen.ecore.xtext/plugin.properties
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,2 +1,2 @@ | ||
pluginName = EMF CodeGen Ecore Xtext Integration | ||
providerName = Eclipse Modeling Project | ||
pluginName = EMF Ecore Code Generator Xtext Integration | ||
providerName = Eclipse Modeling Project |
38 changes: 0 additions & 38 deletions
38
...ipse.emf.ecore.xcore.tests/src-gen/org/eclipse/emf/ecore/xcore/XcoreInjectorProvider.java
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...se.emf.ecore.xcore.tests/src-gen/org/eclipse/emf/ecore/xcore/XcoreUiInjectorProvider.java
This file was deleted.
Oops, something went wrong.
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,2 +1,2 @@ | ||
pluginName = EMF CodeGen Ecore Xtext UI Integration | ||
providerName = Eclipse Modeling Project | ||
pluginName = EMF Xcore UI | ||
providerName = Eclipse Modeling Project |
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,8 +1,7 @@ | ||
|
||
# <copyright> | ||
# </copyright> | ||
# | ||
# $Id$ | ||
|
||
pluginName = Xcore Model | ||
providerName = www.example.org | ||
pluginName = EMF Xcore | ||
providerName = Eclipse Modeling Project |
4 changes: 2 additions & 2 deletions
4
tests/org.eclipse.emf.codegen.ecore.xtext.tests/plugin.properties
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,2 +1,2 @@ | ||
pluginName = EMF CodeGen Ecore Xtext Integration Tests | ||
providerName = Eclipse Modeling Project | ||
pluginName = EMF Ecore Code Generator Xtext Integration Tests | ||
providerName = Eclipse Modeling Project |
36 changes: 19 additions & 17 deletions
36
tests/org.eclipse.emf.ecore.xcore.tests/META-INF/MANIFEST.MF
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,17 +1,19 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: Tests | ||
Bundle-SymbolicName: org.eclipse.emf.ecore.xcore.tests | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-RequiredExecutionEnvironment: J2SE-1.5 | ||
Require-Bundle: org.eclipse.emf.ecore.xcore, | ||
org.eclipse.emf.ecore.xcore.ui, | ||
org.junit4;bundle-version="4.5.0", | ||
org.eclipse.ui;bundle-version="3.5.2";resolution:=optional, | ||
org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional, | ||
org.eclipse.xtext.junit4;bundle-version="2.0.0", | ||
org.eclipse.emf.codegen.ecore;bundle-version="2.7.0", | ||
org.eclipse.xtext.common.types;bundle-version="2.0.0", | ||
org.eclipse.xtext.xbase;bundle-version="2.0.0", | ||
org.eclipse.xtext.xtend2.lib;bundle-version="2.0.0", | ||
org.eclipse.xtext.xbase.junit | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
undle-Vendor: %providerName | ||
Bundle-SymbolicName: org.eclipse.emf.ecore.xcore.tests | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-Localization: plugin | ||
Bundle-RequiredExecutionEnvironment: J2SE-1.5 | ||
Require-Bundle: org.eclipse.emf.ecore.xcore, | ||
org.eclipse.emf.ecore.xcore.ui, | ||
org.junit4;bundle-version="4.5.0", | ||
org.eclipse.ui;bundle-version="3.5.2";resolution:=optional, | ||
org.eclipse.core.runtime;bundle-version="3.5.0";resolution:=optional, | ||
org.eclipse.xtext.junit4;bundle-version="2.0.0", | ||
org.eclipse.emf.codegen.ecore;bundle-version="2.7.0", | ||
org.eclipse.xtext.common.types;bundle-version="2.0.0", | ||
org.eclipse.xtext.xbase;bundle-version="2.0.0", | ||
org.eclipse.xtext.xtend2.lib;bundle-version="2.0.0", | ||
org.eclipse.xtext.xbase.junit |
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,14 @@ | ||
# /** | ||
# * <copyright> | ||
# * | ||
# * Copyright (c) 2012 Eclipse Contributors and others. | ||
# * All rights reserved. This program and the accompanying materials | ||
# * are made available under the terms of the Eclipse Public License v1.0 | ||
# * which accompanies this distribution, and is available at | ||
# * http://www.eclipse.org/legal/epl-v10.html | ||
# * </copyright> | ||
# * | ||
# */ | ||
|
||
pluginName = EMF Xcore Tests | ||
providerName = Eclipse Modeling Project |