You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by bo...@apache.org on 2008/02/29 12:44:15 UTC

svn commit: r632298 - in /xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources: Makefile.in res-file-list-unix.txt

Author: borisk
Date: Fri Feb 29 03:44:05 2008
New Revision: 632298

URL: http://svn.apache.org/viewvc?rev=632298&view=rev
Log:
Get rid of the deprecated prefix in the icu message loader resource file.

Modified:
    xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in
    xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/res-file-list-unix.txt

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in?rev=632298&r1=632297&r2=632298&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/Makefile.in Fri Feb 29 03:44:05 2008
@@ -46,7 +46,6 @@
 include $(top_srcdir)/version.incl
 
 GENRB=$(ICU_PREFIX)/bin/genrb
-GENRBOPT=--package-name $(PKGNAME)
 PKGDATA=$(ICU_PREFIX)/bin/pkgdata
 
 # Add -v if you want to see more verbose output.
@@ -59,7 +58,7 @@
 
 # Resource files.  Add new ones for additional locales here.
 # keep in sync with the file RESLIST
-RESFILES=$(PKGNAME)_en_US.res
+RESFILES=en_US.res
 
 # list of resource bundles  - keep in sync with RESFILES
 RESLIST=$(srcdir)/res-file-list-unix.txt
@@ -92,8 +91,8 @@
 	@echo "non_pic_object=none" >>$@
 endif
 
-$(PKGNAME)_%.res: $(srcdir)/%.txt
-	$(GENRB) $(GENRBOPT) $^
+%.res: $(srcdir)/%.txt
+	$(GENRB) $^
 
 # Let the corresponding tools (pkgdata, libtool) clean up their own
 # files. pkgdata does not remove the .dat and README file for some

Modified: xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/res-file-list-unix.txt
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/res-file-list-unix.txt?rev=632298&r1=632297&r2=632298&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/res-file-list-unix.txt (original)
+++ xerces/c/trunk/src/xercesc/util/MsgLoaders/ICU/resources/res-file-list-unix.txt Fri Feb 29 03:44:05 2008
@@ -1 +1 @@
-XercesMessages3_0_0_en_US.res
+en_US.res



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org