-
Notifications
You must be signed in to change notification settings - Fork 11
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
plugin.xml: Rename 'coala-analyzer.gif' #30
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thotayashwanth123 Your commit head is more than 50 characters long. Make it shorter. Your changes look alright to me :)
3ed69e1
to
d46319d
Compare
missing space before the colon FWIW |
4743656
to
431fad3
Compare
@@ -57,7 +57,7 @@ | |||
<menuContribution | |||
locationURI="popup:org.eclipse.ui.popup.any?after=additions"> | |||
<menu | |||
icon="icons/coala-analyzer.gif" | |||
icon="icons/coala.gif" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In icons folder the file is named to be "coala-analyzer.gif" rename it to "coala.gif" might possibly fix the issue as well as ci failure!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed it, but again Travis is failling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thotayashwanth123 changed and committed the changes? still its failing..I cannot see your rename file commit!! can you plz do it so i can see trace back!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to rename this file https://github.com/coala/coala-eclipse/blob/master/com.coala.core/icons/coala-analyzer.gif to coala.gif
431fad3
to
484acd8
Compare
@@ -57,7 +57,7 @@ | |||
<menuContribution | |||
locationURI="popup:org.eclipse.ui.popup.any?after=additions"> | |||
<menu | |||
icon="icons/coala-analyzer.gif" | |||
icon="icons/coala.gif" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have to rename this file https://github.com/coala/coala-eclipse/blob/master/com.coala.core/icons/coala-analyzer.gif to coala.gif
484acd8
to
61e52c8
Compare
61e52c8
to
b42a167
Compare
b42a167
to
535352d
Compare
You need to rebase your branch. It is 11 commits behind and is missing one critical commit for travis fix. |
535352d
to
78619fd
Compare
Closes #27