mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Added missing build.properties, fixed a couple of warnings
This commit is contained in:
parent
ff30de3264
commit
bbbdf68391
16 changed files with 90 additions and 7 deletions
7
org.eclipse.xtext.ide.tests/build.properties
Normal file
7
org.eclipse.xtext.ide.tests/build.properties
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/,\
|
||||||
|
plugin.properties
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src-gen/
|
2
org.eclipse.xtext.ide.tests/plugin.properties
Normal file
2
org.eclipse.xtext.ide.tests/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pluginName = Xtext IDE Tests
|
||||||
|
providerName = Eclipse Xtext
|
|
@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.xtext.ide;singleton:=true
|
||||||
Bundle-Version: 2.20.0.qualifier
|
Bundle-Version: 2.20.0.qualifier
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
|
Bundle-Localization: plugin
|
||||||
Bundle-Vendor: Eclipse Xtext
|
Bundle-Vendor: Eclipse Xtext
|
||||||
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
|
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
|
||||||
org.eclipse.xtend.lib,
|
org.eclipse.xtend.lib,
|
||||||
|
|
8
org.eclipse.xtext.ide/build.properties
Normal file
8
org.eclipse.xtext.ide/build.properties
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/,\
|
||||||
|
plugin.properties
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src/,\
|
||||||
|
xtend-gen/
|
2
org.eclipse.xtext.ide/plugin.properties
Normal file
2
org.eclipse.xtext.ide/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pluginName = Xtext IDE Core
|
||||||
|
providerName = Eclipse Xtext
|
7
org.eclipse.xtext.testing/build.properties
Normal file
7
org.eclipse.xtext.testing/build.properties
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src/,\
|
||||||
|
xtend-gen/
|
|
@ -1,4 +1,5 @@
|
||||||
source.. = src-gen/
|
source.. = src-gen/,\
|
||||||
output.. = bin/
|
src/,\
|
||||||
|
xtend-gen/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.
|
.
|
||||||
|
|
9
org.eclipse.xtext.testlanguages/build.properties
Normal file
9
org.eclipse.xtext.testlanguages/build.properties
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/,\
|
||||||
|
plugin.xml
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src-gen/,\
|
||||||
|
src/,\
|
||||||
|
xtend-gen/
|
|
@ -1,11 +1,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
bin.includes = model/generated/,\
|
bin.includes = .,\
|
||||||
.,\
|
|
||||||
model/,\
|
|
||||||
META-INF/,\
|
META-INF/,\
|
||||||
plugin.xml,\
|
plugin.xml,\
|
||||||
plugin.properties
|
plugin.properties
|
||||||
jars.compile.order = .
|
jars.compile.order = .
|
||||||
source.. = src-gen/
|
source.. = src-gen/,\
|
||||||
output.. = bin/
|
emf-gen/,\
|
||||||
|
generator/src/,\
|
||||||
|
generator/xtend-gen/
|
||||||
|
|
8
org.eclipse.xtext.util/build.properties
Normal file
8
org.eclipse.xtext.util/build.properties
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/,\
|
||||||
|
plugin.properties
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src/,\
|
||||||
|
xtend-gen/
|
8
org.eclipse.xtext.xtext.generator/build.properties
Normal file
8
org.eclipse.xtext.xtext.generator/build.properties
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src-gen/,\
|
||||||
|
src/,\
|
||||||
|
xtend-gen/
|
7
org.eclipse.xtext.xtext.ide/build.properties
Normal file
7
org.eclipse.xtext.xtext.ide/build.properties
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src-gen/,\
|
||||||
|
src/
|
8
org.eclipse.xtext.xtext.wizard/build.properties
Normal file
8
org.eclipse.xtext.xtext.wizard/build.properties
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = resources/,\
|
||||||
|
src/,\
|
||||||
|
xtend-gen/
|
|
@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.xtext;singleton:=true
|
||||||
Bundle-Version: 2.20.0.qualifier
|
Bundle-Version: 2.20.0.qualifier
|
||||||
Bundle-ClassPath: .
|
Bundle-ClassPath: .
|
||||||
Bundle-Vendor: Eclipse Xtext
|
Bundle-Vendor: Eclipse Xtext
|
||||||
|
Bundle-Localization: plugin
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Export-Package: org.eclipse.xtext,
|
Export-Package: org.eclipse.xtext,
|
||||||
org.eclipse.xtext.build;x-friends:="org.eclipse.xtext.testing,
|
org.eclipse.xtext.build;x-friends:="org.eclipse.xtext.testing,
|
||||||
|
|
12
org.eclipse.xtext/build.properties
Normal file
12
org.eclipse.xtext/build.properties
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#
|
||||||
|
|
||||||
|
bin.includes = .,\
|
||||||
|
META-INF/,\
|
||||||
|
plugin.xml,\
|
||||||
|
plugin.properties
|
||||||
|
jars.compile.order = .
|
||||||
|
source.. = src-gen/,\
|
||||||
|
emf-gen/,\
|
||||||
|
packrat/,\
|
||||||
|
src/,\
|
||||||
|
xtend-gen/
|
2
org.eclipse.xtext/plugin.properties
Normal file
2
org.eclipse.xtext/plugin.properties
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pluginName = Xtext Core
|
||||||
|
providerName = Eclipse Xtext
|
Loading…
Reference in a new issue