mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
- Remove unnecessary modeling32.png file and all the references to it. The modeling32.png file has been replaced by the xtext32.png file. Signed-off-by: Tamas Miklossy <miklossy@itemis.de>
This commit is contained in:
parent
1e9d09408f
commit
78254b5b83
7 changed files with 4 additions and 11 deletions
org.eclipse.xtext.tests/testdata/wizard-expectations
org.xtext.example.lsGradleFatjar/org.xtext.example.lsGradleFatjar.parent/org.xtext.example.lsGradleFatjar.ide
org.xtext.example.lsMavenFatjar/org.xtext.example.lsMavenFatjar.parent/org.xtext.example.lsMavenFatjar.ide
org.xtext.example.lsMavenTychoFatjar/org.xtext.example.lsMavenTychoFatjar.parent/org.xtext.example.lsMavenTychoFatjar.ide
org.eclipse.xtext.xtext.wizard
src/org/eclipse/xtext/xtext/wizard
xtend-gen/org/eclipse/xtext/xtext/wizard
org.eclipse.xtext
|
@ -17,7 +17,7 @@ shadowJar {
|
|||
configurations = [project.configurations.runtime]
|
||||
exclude('META-INF/INDEX.LIST', 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA','schema/*',
|
||||
'.options', '.api_description', '*.profile', '*.html', 'about.*', 'about_files/*',
|
||||
'plugin.xml', 'modeling32.png', 'systembundle.properties', 'profile.list')
|
||||
'plugin.xml', 'systembundle.properties', 'profile.list')
|
||||
classifier = 'ls'
|
||||
append('plugin.properties')
|
||||
}
|
||||
|
|
|
@ -84,7 +84,6 @@
|
|||
<exclude>about.*</exclude>
|
||||
<exclude>about_files/*</exclude>
|
||||
<exclude>plugin.xml</exclude>
|
||||
<exclude>modeling32.png</exclude>
|
||||
<exclude>systembundle.properties</exclude>
|
||||
<exclude>profile.list</exclude>
|
||||
<exclude>**/*._trace</exclude>
|
||||
|
|
|
@ -157,7 +157,6 @@
|
|||
<exclude>about.*</exclude>
|
||||
<exclude>about_files/*</exclude>
|
||||
<exclude>plugin.xml</exclude>
|
||||
<exclude>modeling32.png</exclude>
|
||||
<exclude>systembundle.properties</exclude>
|
||||
<exclude>profile.list</exclude>
|
||||
<exclude>**/*._trace</exclude>
|
||||
|
|
|
@ -244,7 +244,6 @@ class IdeProjectDescriptor extends ProjectDescriptor {
|
|||
<exclude>about.*</exclude>
|
||||
<exclude>about_files/*</exclude>
|
||||
<exclude>plugin.xml</exclude>
|
||||
<exclude>modeling32.png</exclude>
|
||||
<exclude>systembundle.properties</exclude>
|
||||
<exclude>profile.list</exclude>
|
||||
<exclude>**/*._trace</exclude>
|
||||
|
@ -337,7 +336,7 @@ class IdeProjectDescriptor extends ProjectDescriptor {
|
|||
configurations = [project.configurations.runtime]
|
||||
exclude('META-INF/INDEX.LIST', 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA','schema/*',
|
||||
'.options', '.api_description', '*.profile', '*.html', 'about.*', 'about_files/*',
|
||||
'plugin.xml', 'modeling32.png', 'systembundle.properties', 'profile.list')
|
||||
'plugin.xml', 'systembundle.properties', 'profile.list')
|
||||
classifier = 'ls'
|
||||
append('plugin.properties')
|
||||
}
|
||||
|
|
|
@ -863,10 +863,6 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
|
|||
_builder.newLine();
|
||||
_builder.append("\t\t");
|
||||
_builder.append("\t\t\t\t\t");
|
||||
_builder.append("<exclude>modeling32.png</exclude>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t");
|
||||
_builder.append("\t\t\t\t\t");
|
||||
_builder.append("<exclude>systembundle.properties</exclude>");
|
||||
_builder.newLine();
|
||||
_builder.append("\t\t");
|
||||
|
@ -1172,7 +1168,7 @@ public class IdeProjectDescriptor extends ProjectDescriptor {
|
|||
_builder_1.append("\'.options\', \'.api_description\', \'*.profile\', \'*.html\', \'about.*\', \'about_files/*\',");
|
||||
_builder_1.newLine();
|
||||
_builder_1.append("\t\t");
|
||||
_builder_1.append("\'plugin.xml\', \'modeling32.png\', \'systembundle.properties\', \'profile.list\')");
|
||||
_builder_1.append("\'plugin.xml\', \'systembundle.properties\', \'profile.list\')");
|
||||
_builder_1.newLine();
|
||||
_builder_1.append("\t");
|
||||
_builder_1.append("classifier = \'ls\'");
|
||||
|
|
|
@ -26,6 +26,6 @@ sourceSets.main {
|
|||
|
||||
jar {
|
||||
from('.') {
|
||||
include 'org/**', 'modeling32.png', 'xtext32.png'
|
||||
include 'org/**', 'xtext32.png'
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 2.4 KiB |
Loading…
Reference in a new issue