]> err.no Git - sope/commitdiff
renamed test tools
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 6 May 2005 19:05:16 +0000 (19:05 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 6 May 2005 19:05:16 +0000 (19:05 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@802 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/NGiCal/README
sope-ical/samples/ChangeLog
sope-ical/samples/GNUmakefile
sope-ical/samples/icalds.m [moved from sope-ical/samples/ical3.m with 100% similarity]
sope-ical/samples/icalparsetest.m [moved from sope-ical/samples/ical2.m with 100% similarity]

index dc6dc64b79bba22e52a11a5a5feebaf683acbcf6..8497a5beccc5761401efdd04b58b81b70723fea9 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-
 TODO: improve text
 
 Objective-C classes for representing iCalendar entities as objects. To
index 68e427a9b724b3d6042ce7c8a6ecc8b09d0feb68..09fb425f3c0c1022ecf1c214ffeb19b1c37fb8e7 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-06  Helge Hess  <helge.hess@opengroupware.org>
+
+       * renamed ical3.m to icalds.m, ical2.m to icalparsetest
+
 2005-04-25  Helge Hess  <helge.hess@opengroupware.org>
 
        * properly include config.make
index 245e4ccc72eb7c8a1a53a975008e65b7cbb712cc..bdcfa5f7f3d1e1c29965266a733f1af5a7edc0cc 100644 (file)
@@ -3,14 +3,14 @@
 -include ../../config.make
 include $(GNUSTEP_MAKEFILES)/common.make
 
-TOOL_NAME = ical2 ical3 vcf2xml
+TOOL_NAME = icalparsetest icalds vcf2xml
 
-ical2_OBJC_FILES   = ical2.m
-ical3_OBJC_FILES   = ical3.m
-vcf2xml_OBJC_FILES = vcf2xml.m
+icalparsetest_OBJC_FILES = icalparsetest.m
+icalds_OBJC_FILES        = icalds.m
+vcf2xml_OBJC_FILES       = vcf2xml.m
 
-ical2_TOOL_LIBS   += -lNGiCal -lSaxObjC
-ical3_TOOL_LIBS   += -lNGiCal -lSaxObjC
+icalparsetest_TOOL_LIBS   += -lNGiCal -lSaxObjC
+icalds_TOOL_LIBS  += -lNGiCal -lSaxObjC
 vcf2xml_TOOL_LIBS += -lSaxObjC
 
 -include GNUmakefile.preamble