From 7e6dc003bb10634cc3dc7a84ea3de30077820264 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 6 Mar 2024 17:12:09 +0100 Subject: [PATCH] Rename rebuild category --- rebuild/Makefile | 9 ++++----- .../{org.argeo.tp.utils => org.argeo.tp.sys}/Makefile | 0 .../jni/org_eclipse_angus_mail_mbox/.gitignore | 0 .../org.eclipse.angus.mail.mbox/.classpath | 0 .../org.eclipse.angus.mail.mbox/.gitignore | 0 .../org.eclipse.angus.mail.mbox/.project | 0 .../org.eclipse.angus.mail.mbox/META-INF/.gitignore | 0 .../org.eclipse.angus.mail.mbox/bnd.bnd | 0 .../org.eclipse.angus.mail.mbox/build.properties | 0 .../src/.gitignore | 0 10 files changed, 4 insertions(+), 5 deletions(-) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/Makefile (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/jni/org_eclipse_angus_mail_mbox/.gitignore (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/org.eclipse.angus.mail.mbox/.classpath (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/org.eclipse.angus.mail.mbox/.gitignore (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/org.eclipse.angus.mail.mbox/.project (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/org.eclipse.angus.mail.mbox/META-INF/.gitignore (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/org.eclipse.angus.mail.mbox/bnd.bnd (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/org.eclipse.angus.mail.mbox/build.properties (100%) rename rebuild/{org.argeo.tp.utils => org.argeo.tp.sys}/src/.gitignore (100%) diff --git a/rebuild/Makefile b/rebuild/Makefile index 792dfda..243c3e0 100644 --- a/rebuild/Makefile +++ b/rebuild/Makefile @@ -1,14 +1,13 @@ .PHONY: clean all all: - make -C org.argeo.tp.utils all - + make -C org.argeo.tp.sys install: - make -C org.argeo.tp.utils install + make -C org.argeo.tp.sys install uninstall: - make -C org.argeo.tp.utils uninstall + make -C org.argeo.tp.sys uninstall clean: - make -C org.argeo.tp.utils clean + make -C org.argeo.tp.sys clean \ No newline at end of file diff --git a/rebuild/org.argeo.tp.utils/Makefile b/rebuild/org.argeo.tp.sys/Makefile similarity index 100% rename from rebuild/org.argeo.tp.utils/Makefile rename to rebuild/org.argeo.tp.sys/Makefile diff --git a/rebuild/org.argeo.tp.utils/jni/org_eclipse_angus_mail_mbox/.gitignore b/rebuild/org.argeo.tp.sys/jni/org_eclipse_angus_mail_mbox/.gitignore similarity index 100% rename from rebuild/org.argeo.tp.utils/jni/org_eclipse_angus_mail_mbox/.gitignore rename to rebuild/org.argeo.tp.sys/jni/org_eclipse_angus_mail_mbox/.gitignore diff --git a/rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/.classpath b/rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/.classpath similarity index 100% rename from rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/.classpath rename to rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/.classpath diff --git a/rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/.gitignore b/rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/.gitignore similarity index 100% rename from rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/.gitignore rename to rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/.gitignore diff --git a/rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/.project b/rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/.project similarity index 100% rename from rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/.project rename to rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/.project diff --git a/rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/META-INF/.gitignore b/rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/META-INF/.gitignore similarity index 100% rename from rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/META-INF/.gitignore rename to rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/META-INF/.gitignore diff --git a/rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/bnd.bnd b/rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/bnd.bnd similarity index 100% rename from rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/bnd.bnd rename to rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/bnd.bnd diff --git a/rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/build.properties b/rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/build.properties similarity index 100% rename from rebuild/org.argeo.tp.utils/org.eclipse.angus.mail.mbox/build.properties rename to rebuild/org.argeo.tp.sys/org.eclipse.angus.mail.mbox/build.properties diff --git a/rebuild/org.argeo.tp.utils/src/.gitignore b/rebuild/org.argeo.tp.sys/src/.gitignore similarity index 100% rename from rebuild/org.argeo.tp.utils/src/.gitignore rename to rebuild/org.argeo.tp.sys/src/.gitignore -- 2.30.2