-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
La commande eclipse qui génère les fichiers de projet pour éclipse devrait au préalable détruire les fichiers ".classpath" et ".project".
À partir du root de git-projects:
find . -name '.project' -print0 | xargs -0 /bin/rm
find . -name '.classpath' -print0 | xargs -0 /bin/rm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels