[jboss-cvs] JBossAS SVN: r111300 - projects/docs/docbook-support.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 5 05:47:13 EDT 2011


Author: ge0ffrey
Date: 2011-05-05 05:47:13 -0400 (Thu, 05 May 2011)
New Revision: 111300

Added:
   projects/docs/docbook-support/MOVED_TO_PRESSGANG_REPOSITORY.txt
Removed:
   projects/docs/docbook-support/docs/
   projects/docs/docbook-support/highlight/
   projects/docs/docbook-support/jbossorg-docbook-xslt-ns/
   projects/docs/docbook-support/jbossorg-docbook-xslt/
   projects/docs/docbook-support/jbossorg-documentation/
   projects/docs/docbook-support/jbossorg-fonts/
   projects/docs/docbook-support/jbossorg-jdocbook-style/
   projects/docs/docbook-support/pom.xml
   projects/docs/docbook-support/styles/
   projects/docs/docbook-support/support.xml
   projects/docs/docbook-support/support/
Log:
JDOCBOOKSTYLE-13 the jbossorg styles have been moved to pressgang - deleting here to avoid duplication of effort

Added: projects/docs/docbook-support/MOVED_TO_PRESSGANG_REPOSITORY.txt
===================================================================
--- projects/docs/docbook-support/MOVED_TO_PRESSGANG_REPOSITORY.txt	                        (rev 0)
+++ projects/docs/docbook-support/MOVED_TO_PRESSGANG_REPOSITORY.txt	2011-05-05 09:47:13 UTC (rev 111300)
@@ -0,0 +1,4 @@
+The contents of this repository has been moved to
+  https://svn.jboss.org/repos/pressgang/
+It has been deleted here (although the history remains) to avoid forking and creating duplication of effort.
+For more information see https://issues.jboss.org/browse/JDOCBOOKSTYLE-13

Deleted: projects/docs/docbook-support/pom.xml
===================================================================
--- projects/docs/docbook-support/pom.xml	2011-05-05 06:01:25 UTC (rev 111299)
+++ projects/docs/docbook-support/pom.xml	2011-05-05 09:47:13 UTC (rev 111300)
@@ -1,71 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-
-  <groupId>org.jboss.documentation-support</groupId>
-  <artifactId>jbossorg-documentation-support</artifactId>
-  <packaging>pom</packaging>
-  <version>1.1.1</version>
-  
-  <name>JBoss Community documentation support</name>
-  <description>Multiproject for all artifacts which support JBoss Community documentation.</description>
-  <url>http://www.jboss.org/pressgang/</url>
-
-  <organization>
-    <name>JBoss.org</name>
-    <url>http://www.jboss.org</url>
-  </organization>
-
-  <scm>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/docs/docbook-support/</developerConnection>
-    <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/docs/docbook-support/</connection>
-  </scm>
-
-  <modules>
-    <module>highlight</module>
-    <module>jbossorg-fonts</module>
-    <module>jbossorg-docbook-xslt</module><!-- non-namespaced (DTD variant) -->
-    <module>jbossorg-docbook-xslt-ns</module><!-- namespaced (XSD variant) -->
-    <module>jbossorg-jdocbook-style</module>
-    <module>jbossorg-documentation</module>
-  </modules>
-
-  <prerequisites>
-    <maven>2.2.1</maven>
-  </prerequisites>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.jboss.maven.plugins</groupId>
-        <artifactId>maven-jdocbook-style-plugin</artifactId>
-        <version>2.0.0</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-webdav</artifactId>
-        <version>1.0-beta-2</version>
-      </extension>
-    </extensions>
-  </build>
-
-  <distributionManagement>
-    <repository>
-      <id>jboss-releases-repository</id>
-      <name>JBoss Releases Repository</name>
-      <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
-    </repository>
-    <snapshotRepository>
-      <id>jboss-snapshots-repository</id>
-      <name>JBoss Snapshots Repository</name>
-      <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
-    </snapshotRepository>
-  </distributionManagement>
-
-</project>

Deleted: projects/docs/docbook-support/support.xml
===================================================================
--- projects/docs/docbook-support/support.xml	2011-05-05 06:01:25 UTC (rev 111299)
+++ projects/docs/docbook-support/support.xml	2011-05-05 09:47:13 UTC (rev 111300)
@@ -1,220 +0,0 @@
-<project name="DocSupport" default="all.doc" basedir=".">
-
-    <dirname property="support.basedir" file="${ant.file.DocSupport}"/>
-
-    <!-- Set build directories for all formats. -->
-    <property name="build.dir"             value="build"/>
-
-    <!-- Support files for build process. -->
-    <property name="support.dir"           value="${support.basedir}/support"/>
-    <property name="styles.dir"            value="${support.basedir}/styles"/>
-
-    <!-- Set DocBook stylesheets. -->
-    <property name="db.style.fopdf"        value="fopdf.xsl"/>
-    <property name="db.style.html"         value="html_chunk.xsl"/>
-    <property name="db.style.htmlsingle"   value="html.xsl"/>
-
-    <property name="maxmem"                value="1024m" />
-
-    <xmlcatalog id="docbook.catalog">
-        <catalogpath path="${support.basedir}/docbook-dtd/catalog.xml" />
-    </xmlcatalog>
-
-
-    <!-- Classpath for the build tools. -->
-    <path id="lib.classpath">
-        <fileset dir="${support.dir}/lib">
-            <include name="**/*.jar"/>
-        </fileset>
-    </path>
-
-    <!-- ################################################################## -->
-
-    <target name="all.doc" depends="clean">
-        <antcall target="lang.all"><param name="lang" value="en"/></antcall>
-    </target>
-
-    <!-- ################################################################## -->
-
-    <target name="lang.all.bypass.check" unless="lang.all.bypass.disabled">
-       <uptodate property="lang.all.bypass.on" targetfile="${basedir}/${build.dir}/${lang}/pdf/${pdf.name}">
-          <srcfiles dir="${support.basedir}" includes="**"/>
-          <srcfiles dir="${basedir}/${lang}" includes="**"/>
-          <srcfiles dir="${basedir}" includes="build.xml"/>
-       </uptodate>
-    </target>
-
-    <target name="lang.all.run" depends="lang.all.bypass.check, lang.all.bypass.message" unless="lang.all.bypass.on">
-       <antcall target="clean"/>
-       <antcall target="lang.all"/>
-    </target>
-    
-    <target name="lang.all.bypass.message" if="lang.all.bypass.on">
-       <echo>Already uptodate: ${basedir}/${build.dir}/${lang}/pdf/${pdf.name}</echo>
-       <echo>add -Dlang.all.bypass.disabled=true to force a rebuild</echo>
-    </target>
-
-    <!-- ################################################################## -->
-
-    <target name="lang.dochtml.bypass.check" unless="lang.dochtml.bypass.disabled">
-       <uptodate property="lang.dochtml.bypass.on" targetfile="${basedir}/${build.dir}/${lang}/html/index.html">
-          <srcfiles dir="${support.basedir}" includes="**"/>
-          <srcfiles dir="${basedir}/${lang}" includes="**"/>
-          <srcfiles dir="${basedir}" includes="build.xml"/>
-       </uptodate>
-    </target>
-
-    <target name="lang.dochtml.run" depends="lang.dochtml.bypass.check, lang.dochtml.bypass.message" unless="lang.dochtml.bypass.on">
-       <antcall target="clean.dochtml"/>
-       <antcall target="lang.dochtml"/>
-       <antcall target="lang.dochtmlsingle"/>
-    </target>
-    
-    <target name="lang.dochtml.bypass.message" if="lang.dochtml.bypass.on">
-       <echo>Already uptodate: ${basedir}/${build.dir}/${lang}/html/index.html</echo>
-       <echo>add -Dlang.dochtml.bypass.disabled=true to force a rebuild</echo>
-    </target>
-
-    <!-- ################################################################## -->
-
-    <target name="clean">
-        <!-- Delete build directory. -->
-        <delete dir="${basedir}/${build.dir}"/>
-    </target>
-
-    <target name="clean.dochtml">
-        <!-- Delete build directory for single html -->
-        <delete dir="${basedir}/${build.dir}/${lang}/html"/>
-        <delete dir="${basedir}/${build.dir}/${lang}/html_single"/>
-    </target>
-
-    <!-- ################################################################## -->
-
-    <target name="lang.all">
-        <antcall target="lang.docpdf"/>
-        <antcall target="lang.dochtml"/>
-        <antcall target="lang.dochtmlsingle"/>
-        <!-- 
-        <antcall target="lang.htmlmisc"/>
-        -->
-    </target>
-
-    <target name="lang.docpdf">
-        <!-- Copy all the images to the output location,
-             will be removed later. -->
-
-       <!-- "rebuild" the build.dir variable, in case ${basedir} has been overridden -->
-        <copy todir="${basedir}/${build.dir}/${lang}/pdf/images">
-            <fileset dir="${basedir}/${lang}/images">
-                <include name="**/*.png"/>
-                <include name="**/*.svg"/>
-                <include name="**/*.gif"/>
-                <include name="**/*.jpg"/>
-            </fileset>
-        </copy>
-
-        <!-- Create the XSL/FO temporary file. -->
-
-        <java classname="com.icl.saxon.StyleSheet"
-              maxmemory="${maxmem}"
-              fork="true" dir="${basedir}">
-            <classpath refid="lib.classpath"/>
-            <arg value="-o" />
-            <arg value="${basedir}/${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
-            <arg value="${basedir}/${lang}/master.xml"/>
-            <arg value="${styles.dir}/${lang}/${db.style.fopdf}"/>
-            <arg value="ulink.footnotes=1" />
-        </java>
-
-
-<!--
-        <xslt out="${basedir}/${build.dir}/${lang}/pdf/docbook_fop.tmp"
-                   in="${basedir}/${lang}/master.xml"
-              style="${styles.dir}/${lang}/${db.style.fopdf}">
-            <xmlcatalog refid="docbook.catalog"/>
-        </xslt>
--->
-        <!-- Create a PDF from the XSL/FO. -->
-        <java classname="org.apache.fop.apps.Fop" 
-	      maxmemory="${maxmem}"
-              fork="true" dir="${basedir}">
-            <classpath refid="lib.classpath"/>
-            <arg value="${basedir}/${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
-            <arg value="${basedir}/${build.dir}/${lang}/pdf/${pdf.name}"/>
-        </java>
-
-        <!-- Delete temporary files. -->
-        <delete file="${basedir}/${build.dir}/${lang}/pdf/docbook_fop.tmp"/>
-        <delete dir="${basedir}/${build.dir}/${lang}/pdf/images"/>
-    </target>
-
-    <target name="lang.dochtml">
-        <mkdir dir="${basedir}/${build.dir}/${lang}/html/"/>
-
-        <!-- Copy all the images to the output location -->
-        <copy todir="${basedir}/${build.dir}/${lang}/html/images">
-            <fileset dir="${basedir}/${lang}/images">
-                <include name="**/*.png"/>
-                <include name="**/*.gif"/>
-                <include name="**/*.jpg"/>
-            </fileset>
-        </copy>
-        <copy todir="${basedir}/${build.dir}/${lang}/html/css">
-            <fileset dir="${styles.dir}/${lang}">
-                <include name="**/*.css"/>
-            </fileset>
-        </copy>
-
-        <java classname="com.icl.saxon.StyleSheet"
-              fork="true" dir="${basedir}/${build.dir}/${lang}/html">
-            <classpath refid="lib.classpath"/>
-            <arg value="${basedir}/${lang}/master.xml"/>
-            <arg value="${styles.dir}/${lang}/${db.style.html}"/>
-        </java>
-    </target>
-
-    <target name="lang.dochtmlsingle">
-        <mkdir dir="${basedir}/${build.dir}/${lang}/html_single/"/>
-
-        <!-- Copy all the images to the output location -->
-        <copy todir="${basedir}/${build.dir}/${lang}/html_single/images">
-            <fileset dir="${basedir}/${lang}/images">
-                <include name="**/*.png"/>
-                <include name="**/*.gif"/>
-                <include name="**/*.jpg"/>
-            </fileset>
-        </copy>
-        <copy todir="${basedir}/${build.dir}/${lang}/html_single/css">
-            <fileset dir="${styles.dir}/${lang}">
-                <include name="**/*.css"/>
-            </fileset>
-        </copy>
-
-        <java classname="com.icl.saxon.StyleSheet" 
-	      fork="true" dir="${basedir}">
-            <classpath refid="lib.classpath"/>
-            <arg value="-o"/>
-            <arg value="${basedir}/${build.dir}/${lang}/html_single/index.html"/>
-            <arg value="${basedir}/${lang}/master.xml"/>
-            <arg value="${styles.dir}/${lang}/${db.style.htmlsingle}"/>
-        </java>
-    </target>
-
-    <!-- I do not really like to have external dependency for HTML pages 
-         So, I am not using this task ... -->
-    <target name="lang.htmlmisc">
-        <!-- Copy images and CSS for HTML documentation, language specific. -->
-        <copy todir="${basedir}/${build.dir}/${lang}/shared/images">
-            <fileset dir="${basedir}/${lang}/images">
-                <include name="**/*.png"/>
-                <include name="**/*.gif"/>
-            </fileset>
-        </copy>
-
-        <copy todir="${basedir}/${build.dir}/${lang}/shared/css">
-            <fileset dir="${styles.dir}/${lang}">
-                <include name="**/*.css"/>
-            </fileset>
-        </copy>
-    </target>
-</project>



More information about the jboss-cvs-commits mailing list