From 1f23e9e0912f94cab37c5762de07bd8427d1893e Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Mon, 9 May 2022 07:12:45 +0200 Subject: [PATCH] Add vCard and iCal support libraries --- tp/org.argeo.tp.formats/com.github.mangstadt.biweekly.bnd | 3 +++ tp/org.argeo.tp.formats/com.github.mangstadt.ezvcard.bnd | 3 +++ tp/org.argeo.tp.formats/com.github.mangstadt.vinnie.bnd | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 tp/org.argeo.tp.formats/com.github.mangstadt.biweekly.bnd create mode 100644 tp/org.argeo.tp.formats/com.github.mangstadt.ezvcard.bnd create mode 100644 tp/org.argeo.tp.formats/com.github.mangstadt.vinnie.bnd diff --git a/tp/org.argeo.tp.formats/com.github.mangstadt.biweekly.bnd b/tp/org.argeo.tp.formats/com.github.mangstadt.biweekly.bnd new file mode 100644 index 000000000..395c23308 --- /dev/null +++ b/tp/org.argeo.tp.formats/com.github.mangstadt.biweekly.bnd @@ -0,0 +1,3 @@ +Bundle-License: BSD-2-Clause +Bundle-SymbolicName: com.github.mangstadt.beweekly +SLC-Origin-M2: net.sf.biweekly:biweekly:0.6.6 \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/com.github.mangstadt.ezvcard.bnd b/tp/org.argeo.tp.formats/com.github.mangstadt.ezvcard.bnd new file mode 100644 index 000000000..16572c0ae --- /dev/null +++ b/tp/org.argeo.tp.formats/com.github.mangstadt.ezvcard.bnd @@ -0,0 +1,3 @@ +Bundle-License: BSD-2-Clause +Bundle-SymbolicName: com.github.mangstadt.ezvcard +SLC-Origin-M2: com.googlecode.ez-vcard:ez-vcard:0.11.3 \ No newline at end of file diff --git a/tp/org.argeo.tp.formats/com.github.mangstadt.vinnie.bnd b/tp/org.argeo.tp.formats/com.github.mangstadt.vinnie.bnd new file mode 100644 index 000000000..eded65b70 --- /dev/null +++ b/tp/org.argeo.tp.formats/com.github.mangstadt.vinnie.bnd @@ -0,0 +1,3 @@ +Bundle-License: MIT +Bundle-SymbolicName: com.github.mangstadt.vinnie +SLC-Origin-M2: com.github.mangstadt:vinnie:2.0.2 \ No newline at end of file -- 2.30.2