Skip to content

Commit c042074

Browse files
committed
Gradle build script fix #2
1 parent 2621119 commit c042074

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xtext-language-server/streamblocks.cal.ide/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ shadowJar {
2121
exclude('META-INF/INDEX.LIST', 'META-INF/*.SF', 'META-INF/*.DSA', 'META-INF/*.RSA','schema/*',
2222
'.options', '.api_description', '*.profile', '*.html', 'about.*', 'about_files/*',
2323
'plugin.xml', 'systembundle.properties', 'profile.list')
24-
/*manifest {
25-
attributes('Main-Class': 'org.eclipse.xtext.ide.server.ServerLauncher')
26-
}*/
2724
baseName = 'xtext-language-server'
2825
version = null
2926
classifier = null

0 commit comments

Comments
 (0)