Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove native launch scripts of Eclipse Che (replaced now by Docker CLI) #3780

Merged
merged 2 commits into from
Jan 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
207 changes: 0 additions & 207 deletions Vagrantfile

This file was deleted.

12 changes: 0 additions & 12 deletions assembly/assembly-main/src/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,18 +201,6 @@
</fileSet>
</fileSets>
<files>
<file>
<source>${project.basedir}/src/assembly/bin/che.sh</source>
<outputDirectory>bin</outputDirectory>
<destName>che.sh</destName>
<fileMode>755</fileMode>
</file>
<file>
<source>${project.basedir}/src/assembly/bin/che.bat</source>
<outputDirectory>bin</outputDirectory>
<destName>che.bat</destName>
<fileMode>755</fileMode>
</file>
<file>
<source>${project.basedir}/src/assembly/bin/che-install-plugin.sh</source>
<outputDirectory>bin</outputDirectory>
Expand Down
29 changes: 0 additions & 29 deletions assembly/assembly-main/src/assembly/bin/che.bat

This file was deleted.

28 changes: 0 additions & 28 deletions che.bat

This file was deleted.

Loading