Eclipse RCP is dependant on its configurations folder, but GIT won't commit all folders/files because they are empty or contain .dll-files -
i'm in last phase of project , have put ide used develop eclipse rcp application git, developer can pull , start right away.
the problem eclipse rcp isn't running when there files missing in configuration folder. dependant on content of configuration folder. normal? 2 folders have committed configuration/org.eclipse.osgi
, configuration/org.eclipse.core.runtime
. without these folders eclipse won't start. normal eclipse rcp needs folders start?
committing hand git add -f file_name
isn't option think, because think content of configuration folder changes.
the problem git won't commit folders because empty or contain dll-files.
is there way fix problem?
Comments
Post a Comment