geuerp      2002/09/09 07:14:24

  Modified:    .        build.xml
  Log:
  Fixed path
  
  Revision  Changes    Path
  1.54      +5 -4      xml-security/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-security/build.xml,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- build.xml 9 Sep 2002 12:07:56 -0000       1.53
  +++ build.xml 9 Sep 2002 14:14:24 -0000       1.54
  @@ -335,14 +335,15 @@
       <unjar src="${lib.styleApache}"  dest="${build.doc.xml}" />
   
       <!-- substitute tokens as needed -->
  -    <replace file="${build.doc.xml}/sources/dtd/entities.ent"
  +    <replace file="${build.doc.xml}/dtd/entities.ent"
                token="@@packagenamelong@@" value="${product.Name}" />
  -    <replace file="${build.doc.xml}/sources/dtd/entities.ent"
  +    <replace file="${build.doc.xml}/dtd/entities.ent"
                token="@@packagename@@" value="${product.name}" />
  -    <replace file="${build.doc.xml}/sources/dtd/entities.ent"
  +    <replace file="${build.doc.xml}/dtd/entities.ent"
                token="@@packageversion@@" value="${product.Version}" />
  -    <replace file="${build.doc.xml}/sources/dtd/entities.ent"
  +    <replace file="${build.doc.xml}/dtd/entities.ent"
                token="@@packagedistname@@" value="${product.Name}" />
  +             
       <replace file="${build.doc.xml}/sources/install.xml"
                token="@@jce.download@@" value="${jce.download}" />
       <replace file="${build.doc.xml}/sources/install.xml"
  
  
  

Reply via email to