]> granicus.if.org Git - docbook-dsssl/commitdiff
update of maven artifacts for xsl stylesheets in 1.78.1 and webhelp-indexer from...
authormimil <mimil@users.sourceforge.net>
Wed, 29 May 2013 21:40:04 +0000 (21:40 +0000)
committermimil <mimil@users.sourceforge.net>
Wed, 29 May 2013 21:40:04 +0000 (21:40 +0000)
maven/docbook-xsl-webhelpindexer/lib/docbook-xsl-webhelpindexer-1.01-snapshot-08232012.zip [deleted file]
maven/docbook-xsl-webhelpindexer/pom.xml
maven/docbook-xsl/pom.xml

diff --git a/maven/docbook-xsl-webhelpindexer/lib/docbook-xsl-webhelpindexer-1.01-snapshot-08232012.zip b/maven/docbook-xsl-webhelpindexer/lib/docbook-xsl-webhelpindexer-1.01-snapshot-08232012.zip
deleted file mode 100644 (file)
index 450dc09..0000000
Binary files a/maven/docbook-xsl-webhelpindexer/lib/docbook-xsl-webhelpindexer-1.01-snapshot-08232012.zip and /dev/null differ
index 133ba0865ef8f9ec61b96d589525ec6bca666175..8173d32c7d9948a9280c9c1ea145f3662f4888b4 100644 (file)
@@ -5,7 +5,7 @@
   <artifactId>docbook-xsl-webhelpindexer</artifactId>
   <name>DocBook XSL WebHelp Indexer extension</name>
   <packaging>jar</packaging>
-  <version>1.0.1-pre</version>
+  <version>1.0.1</version>
   <description>DocBook XSL WebHelp Indexer extension
   </description>
   <url>http://sourceforge.net/projects/docbook/</url>
@@ -18,7 +18,7 @@
 
 
   <properties>
-    <docbook.xsl.webhelpindexer.release>docbook-xsl-webhelpindexer-1.01-snapshot-08232012</docbook.xsl.webhelpindexer.release>
+    <docbook.xsl.webhelpindexer.release>xsl-webhelpindexer/?view=tar&amp;pathrev=9777</docbook.xsl.webhelpindexer.release>
   </properties>
 
   <dependencies>
       <artifactId>lucene-analyzers</artifactId>
       <version>3.0.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.ccil.cowan.tagsoup</groupId>
+      <artifactId>tagsoup</artifactId>
+      <version>1.2.1</version>
+    </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
@@ -42,7 +47,7 @@
 
   <build>
     <plugins>
-      <!--plugin>
+      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>wagon-maven-plugin</artifactId>
         <version>1.0-beta-3</version>
               <goal>download-single</goal>
             </goals>
             <configuration>
-              <url>http://prdownloads.sourceforge.net/docbook/${docbook.xsl.webhelpindexer.release}.zip?download</url>
-              <toDir>${project.build.directory}/lib</toDir>
-              <fromFile>${docbook.xsl.webhelpindexer.release}.zip</fromFile>
+              <url>http://docbook.svn.sourceforge.net/viewvc/docbook/trunk/</url>
+              <fromFile>${docbook.xsl.webhelpindexer.release}</fromFile>
+              <toFile>${project.build.directory}/lib/webhelpindexer.tgz</toFile>
             </configuration>
           </execution>
         </executions>
-      </plugin-->
+      </plugin>
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
             </goals>
             <configuration>
               <tasks>
-                <echo>Extracting docbook xsl webhelpindexer sources ${docbook.xsl.webhelpindexer.release}.zip.</echo>
+                <echo>Extracting docbook xsl webhelpindexer sources webhelpindexer.tgz.</echo>
+
+                <gunzip src="${project.build.directory}/lib/webhelpindexer.tgz" dest="${project.build.directory}/lib/webhelpindexer.tar"/>
 
-                <unzip dest="${project.build.directory}/tmp">
-                  <fileset dir="lib/" includes="${docbook.xsl.webhelpindexer.release}.zip"/>
+                <untar dest="${project.build.directory}/tmp">
+                  <fileset dir="${project.build.directory}/lib/" includes="webhelpindexer.tar"/>
                   <patternset>
-                    <include name="${docbook.xsl.webhelpindexer.release}/src/**"/>
+                    <include name="xsl-webhelpindexer/src/**"/>
                   </patternset>
-                </unzip>
+                </untar>
 
               </tasks>
             </configuration>
             </goals>
             <configuration>
               <sources>
-                <source>${project.build.directory}/tmp/${docbook.xsl.webhelpindexer.release}/src/</source>
+                <source>${project.build.directory}/tmp/xsl-webhelpindexer/src/</source>
               </sources>
             </configuration>
           </execution>
index 58890fff45764d48f08b03823a34ccdc76f19990..c52efff639c3832df260875ff4d4389807d090cd 100644 (file)
@@ -5,7 +5,7 @@
   <artifactId>docbook-xsl</artifactId>
   <name>DocBook XSL Stylesheets</name>
   <packaging>pom</packaging>
-  <version>1.78.0</version>
+  <version>1.78.1</version>
   <description>These are XSL stylesheets for transforming DocBook XML document instances into various output formats.
   </description>
   <url>http://sourceforge.net/projects/docbook/</url>
@@ -18,8 +18,8 @@
 
 
   <properties>
-    <docbook.xsl.release>docbook-xsl-1.78.0</docbook.xsl.release>
-    <docbook.xslns.release>docbook-xsl-ns-1.78.0</docbook.xslns.release>
+    <docbook.xsl.release>docbook-xsl-1.78.1</docbook.xsl.release>
+    <docbook.xslns.release>docbook-xsl-ns-1.78.1</docbook.xslns.release>
   </properties>
 
   <build>