Skip to content

Commit

Permalink
Synchronizer Eclipse/Bnd was activated
Browse files Browse the repository at this point in the history
Fixes #6077. Stupid mistake. I activated a watcher and that deleted the project before the wizard was
finished because it did not exist in the bnd workspace.
I would like to remove the Java Wizard since we have all our details in the cnf/build.bnd

---
 Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>

Signed-off-by: Peter Kriens <Peter.Kriens@aQute.biz>
  • Loading branch information
pkriens committed Apr 9, 2024
1 parent c9cb862 commit 4702f68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* with the file system. Any deltas are processed by creating or deleting the
* project.
*/
@Component(enabled = true)
@Component(enabled = false)
public class SynchronizeWorkspaceWithEclipse {
static IWorkspace eclipse = ResourcesPlugin.getWorkspace();
final static IWorkspaceRoot root = eclipse.getRoot();
Expand Down

0 comments on commit 4702f68

Please sign in to comment.