Index: Rev.h =================================================================== --- Rev.h (revision 32738) +++ Rev.h (revision 32739) @@ -1 +1 @@ -static const int myrev = 32715; +static const int myrev = 32739; Index: Rev.tab =================================================================== --- Rev.tab (revision 32738) +++ Rev.tab (revision 32739) @@ -1,3 +1,4 @@ +32739 configure export_test plugin removed in favor of the loghid plugin 32715 configure fp_fs plugin conf subtree 32667 configure code removal: the onpoint feature doesn't need a special array type anymore 32636 configure librnd separation Index: plugins.h =================================================================== --- plugins.h (revision 32738) +++ plugins.h (revision 32739) @@ -116,7 +116,6 @@ plugin_def("export_stat", "export board statistics", sbuildin, 1, 0) plugin_def("export_stl", "3d export: STL", sbuildin, 1, 0) plugin_def("export_svg", "SVG pcb_exporter", sbuildin, 1, 0) -plugin_def("export_test", "dummy test pcb_exporter", sdisable, 1, 0) plugin_def("export_vfs_fuse", "FUSE VFS server", sdisable, 1, 0) plugin_def("export_vfs_mc", "GNU mc VFS server", sdisable, 1, 0) plugin_def("export_xy", "xy (centroid) pcb_exporter", sbuildin, 1, 0)