You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2004/01/18 10:54:26 UTC

cvs commit: maven-plugins/docbook/src/plugin-resources/lib/docbook-xsl VERSION

bwalding    2004/01/18 01:54:26

  Modified:    docbook  plugin.properties plugin.jelly project.xml
  Removed:     docbook/src/plugin-resources/lib/docbook-xsl/html pi.xsl
                        chunkfast.xsl footnote.xsl refentry.xsl
                        chunk-common.xsl titlepage.templates.xml info.xsl
                        titlepage.xsl toc.xsl component.xsl param.xsl
                        biblio.xsl xref.xsl chunker.xsl
                        profile-onechunk.xsl oldchunker.xsl onechunk.xsl
                        math.xsl maketoc.xsl graphics.xsl keywords.xsl
                        param.xweb autotoc.xsl chunk.xsl ebnf.xsl
                        chunktoc.xsl sections.xsl manifest.xsl block.xsl
                        changebars.xsl lists.xsl param.ent html.xsl
                        verbatim.xsl qandaset.xsl glossary.xsl
                        profile-chunk.xsl index.xsl callout.xsl autoidx.xsl
                        ChangeLog synop.xsl formal.xsl admon.xsl param.xml
                        docbook.xsl table.xsl html-rtf.xsl
                        titlepage.templates.xsl profile-docbook.xsl
                        inline.xsl division.xsl
               docbook/src/plugin-resources/lib/docbook-xsl/common de.xml
                        en.xml da.xml fi.xml ca.xml it.xml l10n.xml pt.xml
                        table.xsl sr.xml sl.xml lt.xml subtitles.xsl he.xml
                        xh.xml eu.xml ro.xml pl.xml et.xml bg.xml ChangeLog
                        nl.xml th.xml l10n.dtd zh_tw.xml l10n.xsl
                        targets.xsl sk.xml tr.xml ko.xml cs.xml ru.xml
                        ja.xml af.xml labels.xsl nn.xml gentext.xsl es.xml
                        fr.xml sv.xml uk.xml targetdatabase.dtd titles.xsl
                        common.xsl zh_cn.xml hu.xml vi.xml no.xml id.xml
                        el.xml pt_br.xml
               docbook/src/plugin-resources/lib/docbook-xsl/fo ChangeLog
                        component.xsl param.xml math.xsl qandaset.xsl
                        passivetex.xsl keywords.xsl index.xsl callout.xsl
                        glossary.xsl titlepage.templates.xsl xref.xsl
                        inline.xsl ebnf.xsl table.xsl fop.xsl verbatim.xsl
                        synop.xsl xep.xsl sections.xsl param.xweb
                        autotoc.xsl pdf2index division.xsl formal.xsl
                        fo-patch-for-fop.xsl titlepage.templates.xml pi.xsl
                        param.ent refentry.xsl fo.xsl docbook.xsl
                        fo-rtf.xsl profile-docbook.xsl admon.xsl
                        graphics.xsl biblio.xsl titlepage.xsl autoidx.xsl
                        info.xsl footnote.xsl pagesetup.xsl toc.xsl
                        param.xsl lists.xsl block.xsl
               docbook/src/plugin-resources/lib/docbook-dtd/ent
                        iso-amsb.ent iso-grk2.ent iso-grk4.ent iso-amso.ent
                        iso-box.ent iso-lat1.ent iso-tech.ent iso-num.ent
                        iso-grk1.ent iso-amsc.ent iso-lat2.ent iso-grk3.ent
                        iso-cyr2.ent iso-amsa.ent iso-pub.ent iso-amsn.ent
                        iso-dia.ent iso-cyr1.ent iso-amsr.ent
               docbook/src/plugin-resources/lib/docbook-dtd ChangeLog
                        dbpoolx.mod catalog.xml soextblx.dtd dbgenent.mod
                        calstblx.dtd dbcentx.mod dbnotnx.mod dbhierx.mod
                        docbookx.dtd README docbook.cat
               docbook/src/plugin-resources/lib/docbook-xsl/lib lib.xweb
                        lib.xsl ChangeLog lib.xml
               docbook/src/plugin-resources/lib/docbook-xsl VERSION
  Log:
  Back out changes to pre docbook stuff I did.  maven-plugins.sf.net has a docbook plugin
  which looks to be less work.
  
  Revision  Changes    Path
  1.3       +2 -0      maven-plugins/docbook/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	28 Jan 2003 04:12:16 -0000	1.2
  +++ plugin.properties	18 Jan 2004 09:54:26 -0000	1.3
  @@ -5,3 +5,5 @@
   # -------------------------------------------------------------------
   
   maven.docbook.src=${maven.src.dir}/docbook
  +
  +
  
  
  
  1.9       +0 -34     maven-plugins/docbook/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly	15 Jan 2004 22:06:32 -0000	1.8
  +++ plugin.jelly	18 Jan 2004 09:54:26 -0000	1.9
  @@ -38,39 +38,5 @@
         </ant:style>
       </j:if>
     </goal>
  -  
  -  
  -  
  -	<goal name="docbook:pdf" description="Compile reference documentation to pdf">
  -		<j:useBean class="org.apache.maven.util.ResourceBean" var="resourceTool"/>
  -		<j:set var="fopdf" value="${resourceTool.findResource('plugin-resources/styles/fopdf.xsl')}"/>
  -      	<ant:java classname="com.icl.saxon.StyleSheet" fork="true" dir="${basedir}/src/reference">
  -			<ant:classpath>
  -				<pathelement location="${plugin.getDependencyPath('xalan')}"/>
  -      			<pathelement location="${plugin.getDependencyPath('commons-logging')}"/>
  -				<pathelement location="${plugin.getDependencyPath('saxon')}"/>
  -      			<pathelement location="${plugin.getDependencyPath('saxon:saxon-dbxsl-extensions')}"/>
  -      		</ant:classpath>
  -			<ant:arg value="-o"/>
  -			<ant:arg value="${basedir}/target/reference.fop"/>
  -			<ant:arg value="${basedir}/src/reference/src/index.xml"/>
  -			<ant:arg value="${fopdf}"/>
  -		</ant:java>
  -		<ant:java classname="org.apache.fop.apps.Fop" fork="true" dir="${basedir}/target">
  -			<ant:classpath>
  -				<pathelement location="${plugin.getDependencyPath('xalan')}"/>
  -      			<pathelement location="${plugin.getDependencyPath('fop')}"/>
  -      			<pathelement location="${plugin.getDependencyPath('commons-logging')}"/>
  -      			<pathelement location="${plugin.getDependencyPath('avalon-framework')}"/>
  -      			<pathelement location="${plugin.getDependencyPath('batik')}"/>
  -      			<pathelement location="${plugin.getDependencyPath('saxon')}"/>
  -      		</ant:classpath>
  -			<ant:arg value="${basedir}/target/reference.fop"/>
  -			<ant:arg value="${basedir}/target/reference.pdf"/>
  -		</ant:java>
  -		<ant:delete file="${basedir}/pdf/docbook_fop.tmp"/>
  -	</goal>
  -
  -	
   
   </project>
  
  
  
  1.22      +0 -31     maven-plugins/docbook/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/docbook/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	15 Jan 2004 14:25:48 -0000	1.21
  +++ project.xml	18 Jan 2004 09:54:26 -0000	1.22
  @@ -60,36 +60,5 @@
           <classloader>root</classloader>
         </properties>
       </dependency>
  -    <dependency>
  -      <groupId>fop</groupId>
  -      <artifactId>fop</artifactId>
  -      <version>0.20.5</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>commons-logging</groupId>
  -      <artifactId>commons-logging</artifactId>
  -      <version>1.0.3</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>avalon-framework</groupId>
  -      <artifactId>avalon-framework</artifactId>
  -      <version>4.1.5</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>saxon</groupId>
  -      <artifactId>saxon</artifactId>
  -      <version>6.5.2</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>saxon</groupId>
  -      <artifactId>saxon-dbxsl-extensions</artifactId>
  -      <version>20040115</version>
  -    </dependency>
  -    <dependency>
  -      <groupId>batik</groupId>
  -      <artifactId>batik</artifactId>
  -      <version>1.1.1</version>
  -    </dependency>
  -    
     </dependencies>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org