Skip to content
Snippets Groups Projects
Commit c24e979e authored by Rahul Jain's avatar Rahul Jain
Browse files

Updated for 1.2.0 release.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@172160 13f79535-47bb-0310-9956-ffa450edef68
parent 64976493
No related branches found
No related tags found
No related merge requests found
...@@ -103,7 +103,8 @@ sub package_sources { ...@@ -103,7 +103,8 @@ sub package_sources {
if (length($ICUROOT) > 0) { if (length($ICUROOT) > 0) {
change_documentation_entities("$srctargetdir/doc/entities.ent"); change_documentation_entities("$srctargetdir/doc/entities.ent");
} }
system("java -classpath \$CLASSPATH org.apache.stylebook.StyleBook \"targetDirectory=$srctargetdir/doc/html\" xerces-c_book.xml \$HOME/xml-stylebook/styles/apachexml"); # You must have Xerces-Java and Stylebook installed in addition to JDK1.2.2
system("java -classpath \"../tools/jars/stylebook-1.0-b2.jar;../tools/jars/xalan-0.19.2.jar;../tools/jars/xerces-1.0.1.jar\" org.apache.stylebook.StyleBook \"targetDirectory=$srctargetdir/doc/html\" xerces-c_book.xml ../tools/jars/style-apachexml.jar");
if ($platform =~ m/Windows/) { if ($platform =~ m/Windows/) {
$RM = "rm"; $RM = "rm";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment