]
Andre Dietisheim updated JBIDE-14689:
-------------------------------------
Fix Version/s: LATER
(was: 4.2.x)
Application wizard: Investigate how to exclude .jsdtscope in
.gitignore
-----------------------------------------------------------------------
Key: JBIDE-14689
URL:
https://issues.jboss.org/browse/JBIDE-14689
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.1.0.Beta1
Reporter: Stefan Bunciak
Labels: application_wizard
Fix For: LATER
.settings/.jsdtscope is included in .gitignore by default as a prevention from JSDT
errors.
However this causes java applications imported from openshift to be still non
synchronized after auto git push at the openshift application creation wizard end.
Once the application is imported the .settings/.jsdtscope can be set in .gitignored to be
actually ignored by git since the file is needed only in the eclipse workspace.