Merge pull request #1280 from eclipse/sz_issue1573

[eclipse/xtext#1573] Provide proper build.properties
This commit is contained in:
Sebastian Zarnekow 2019-11-18 18:53:36 +01:00 committed by GitHub
commit f4219011bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 114 additions and 15 deletions

View file

@ -0,0 +1,12 @@
bin.includes = .,\
META-INF/,\
plugin.properties,\
about.html
source.. = src-gen/,\
src/,\
xtend-gen/,\
testlang-src/,\
testlang-src-gen/,\
suites
output.. = bin/test/
src.includes = about.html

View file

@ -0,0 +1,2 @@
pluginName = Xtext IDE Tests
providerName = Eclipse Xtext

View file

@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.xtext.ide;singleton:=true
Bundle-Version: 2.20.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Bundle-Vendor: Eclipse Xtext
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtend.lib,

View file

@ -0,0 +1,8 @@
bin.includes = .,\
META-INF/,\
plugin.properties,\
about.html
source.. = src/,\
xtend-gen/
output.. = bin/main/
src.includes = about.html

View file

@ -0,0 +1,2 @@
pluginName = Xtext IDE Core
providerName = Eclipse Xtext

View file

@ -0,0 +1,8 @@
bin.includes = .,\
META-INF/,\
about.html
source.. = src/,\
xtend-gen/,\
tests
output.. = bin/main/
src.includes = about.html

View file

@ -1,4 +1,6 @@
source.. = src-gen/
output.. = bin/
source.. = src-gen/,\
src/,\
xtend-gen/
output.. = bin/main/
bin.includes = META-INF/,\
.

View file

@ -0,0 +1,10 @@
bin.includes = .,\
META-INF/,\
plugin.xml,\
about.html,\
model/
source.. = src-gen/,\
src/,\
xtend-gen/
output.. = bin/main/
src.includes = about.html

View file

@ -1,11 +1,17 @@
#
bin.includes = model/generated/,\
.,\
model/,\
bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties
jars.compile.order = .
source.. = src-gen/
output.. = bin/
plugin.properties,\
about.html,\
testdata/
source.. = src-gen/,\
emf-gen/,\
xtend-gen/,\
src/,\
generator/src/,\
generator/xtend-gen/,\
suites/
output.. = bin/mwe2/,\
bin/test/
src.includes = testdata/,\
about.html

View file

@ -0,0 +1,8 @@
bin.includes = .,\
META-INF/,\
plugin.properties,\
about.html
source.. = src/,\
xtend-gen/
output.. = bin/main/
src.includes = about.html

View file

@ -0,0 +1,8 @@
bin.includes = .,\
META-INF/,\
about.html
source.. = src-gen/,\
src/,\
xtend-gen/
output.. = bin/main/
src.includes = about.html

View file

@ -0,0 +1,7 @@
bin.includes = .,\
META-INF/,\
about.html
source.. = src-gen/,\
src/
output.. = bin/main/
src.includes = about.html

View file

@ -0,0 +1,8 @@
bin.includes = .,\
META-INF/,\
about.html
source.. = resources/,\
src/,\
xtend-gen/
output.. = bin/main/
src.includes = about.html

View file

@ -1,4 +0,0 @@
emf-gen
emf-gen/
emf-gen/*

View file

@ -5,6 +5,7 @@ Bundle-SymbolicName: org.eclipse.xtext;singleton:=true
Bundle-Version: 2.20.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: Eclipse Xtext
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.xtext,
org.eclipse.xtext.build;x-friends:="org.eclipse.xtext.testing,

View file

@ -0,0 +1,18 @@
bin.includes = .,\
META-INF/,\
plugin.xml,\
plugin.properties,\
about.html,\
about.ini,\
about.mappings,\
about.properties,\
xtext32.png,\
schema/,\
org/
source.. = src-gen/,\
emf-gen/,\
packrat/,\
src/,\
xtend-gen/
output.. = bin/main/
src.includes = about.html

View file

@ -0,0 +1,2 @@
pluginName = Xtext Core
providerName = Eclipse Xtext