svn commit: r1665399 - in /xerces/c/branches/xerces-3.1: Makefile.am tests/Makefile.am

2015-03-09 Thread scantor
Author: scantor
Date: Tue Mar 10 03:48:26 2015
New Revision: 1665399

URL: http://svn.apache.org/r1665399
Log:
Add missing material to dist

Modified:
xerces/c/branches/xerces-3.1/Makefile.am
xerces/c/branches/xerces-3.1/tests/Makefile.am

Modified: xerces/c/branches/xerces-3.1/Makefile.am
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/Makefile.am?rev=1665399r1=1665398r2=1665399view=diff
==
--- xerces/c/branches/xerces-3.1/Makefile.am (original)
+++ xerces/c/branches/xerces-3.1/Makefile.am Tue Mar 10 03:48:26 2015
@@ -1,7 +1,16 @@
 SUBDIRS = src tests samples
 
 EXTRA_DIST = version.incl \
+ xerces-c.spec \
+ xerces-c.pc.in \
+ CREDITS \
+ INSTALL \
+ KEYS \
+ LICENSE \
+ NOTICE \
+ README \
  config/pretty-make \
+ doc \
  projects \
  scripts/createBindingsFormatFromHPP.pl \
  scripts/makeStringDefinition.pl \

Modified: xerces/c/branches/xerces-3.1/tests/Makefile.am
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/tests/Makefile.am?rev=1665399r1=1665398r2=1665399view=diff
==
--- xerces/c/branches/xerces-3.1/tests/Makefile.am (original)
+++ xerces/c/branches/xerces-3.1/tests/Makefile.am Tue Mar 10 03:48:26 2015
@@ -36,7 +36,8 @@ EXTRA_DIST =
 
src/DOM/TypeInfo/data/TypeInfo.xsd \
 
src/DOM/TypeInfo/data/TypeInfoJustDTD.xml \
 
src/DOM/TypeInfo/data/TypeInfoNoDTD.xml \
-
src/DOM/TypeInfo/data/TypeInfoNoDTD.xsd
+
src/DOM/TypeInfo/data/TypeInfoNoDTD.xsd \
+src/XSTSHarness/regression
 
 testprogs =
 



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



svn commit: r1665402 - /xerces/c/branches/xerces-3.1/src/Makefile.am

2015-03-09 Thread scantor
Author: scantor
Date: Tue Mar 10 04:08:07 2015
New Revision: 1665402

URL: http://svn.apache.org/r1665402
Log:
Add NLS message files to dist

Modified:
xerces/c/branches/xerces-3.1/src/Makefile.am

Modified: xerces/c/branches/xerces-3.1/src/Makefile.am
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/Makefile.am?rev=1665402r1=1665401r2=1665402view=diff
==
--- xerces/c/branches/xerces-3.1/src/Makefile.am (original)
+++ xerces/c/branches/xerces-3.1/src/Makefile.am Tue Mar 10 04:08:07 2015
@@ -57,6 +57,7 @@ nodist_autoconfheaders_HEADERS = ${top_b
 # Compatibility library.
 #
 EXTRA_DIST = stricmp.h strnicmp.h towlower.h towupper.h \
+xercesc/NLS \
xercesc/util/Xerces_autoconf_config.msvc.hpp \
xercesc/util/Xerces_autoconf_config.borland.hpp \
 xercesc/util/MsgLoaders/Win32



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



svn commit: r1665397 - /xerces/c/branches/xerces-3.1/samples/Makefile.am

2015-03-09 Thread scantor
Author: scantor
Date: Tue Mar 10 03:27:10 2015
New Revision: 1665397

URL: http://svn.apache.org/r1665397
Log:
Add missing test file to dist

Modified:
xerces/c/branches/xerces-3.1/samples/Makefile.am

Modified: xerces/c/branches/xerces-3.1/samples/Makefile.am
URL: 
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/samples/Makefile.am?rev=1665397r1=1665396r2=1665397view=diff
==
--- xerces/c/branches/xerces-3.1/samples/Makefile.am (original)
+++ xerces/c/branches/xerces-3.1/samples/Makefile.am Tue Mar 10 03:27:10 2015
@@ -30,7 +30,8 @@ EXTRA_DIST =data
 data/personal.xml \
 data/personal.xsd \
 data/personal-schema.xml \
-data/redirect.dtd
+data/redirect.dtd \
+data/long.xml
 
 sampleprogs =
 



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