Author: eugene-guest
Date: 2013-06-11 06:35:35 +0000 (Tue, 11 Jun 2013)
New Revision: 16869

Modified:
   trunk/saxonhe/debian/patches/pom_added.patch
Log:
added edition.properties resource

Modified: trunk/saxonhe/debian/patches/pom_added.patch
===================================================================
--- trunk/saxonhe/debian/patches/pom_added.patch        2013-06-10 06:39:57 UTC 
(rev 16868)
+++ trunk/saxonhe/debian/patches/pom_added.patch        2013-06-11 06:35:35 UTC 
(rev 16869)
@@ -1,11 +1,11 @@
 Description: Adds pom.xml for building
    * The pom.xml created for packaging purposes
 Author: Eugene Zhukov <[email protected]>
-Last-Update: <2013-05-17>
+Last-Update: <2013-06-11>
 
 --- /dev/null
-+++ saxonhe-9.4.0.7/pom.xml
-@@ -0,0 +1,118 @@
++++ b/pom.xml
+@@ -0,0 +1,127 @@
 +<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";>
 +
@@ -29,6 +29,7 @@
 +
 +  <properties>
 +    <configs.path>target/config</configs.path>
++    <edition.properties>target/edition</edition.properties>
 +  </properties>
 +
 +  <dependencies>
@@ -45,20 +46,20 @@
 +      <version>1.2.5</version>
 +      <scope>compile</scope>
 +    </dependency>
-+    
++
 +    <dependency>
 +      <groupId>dom4j</groupId>
 +      <artifactId>dom4j</artifactId>
 +      <version>1.6.1</version>
 +    </dependency>
-+    
++
 +    <dependency>
 +      <groupId>xml-resolver</groupId>
 +      <artifactId>xml-resolver</artifactId>
 +      <version>1.2</version>
 +    </dependency>
 +  </dependencies>
-+  
++
 +  <parent>
 +    <groupId>org.sonatype.oss</groupId>
 +    <artifactId>oss-parent</artifactId>
@@ -84,6 +85,10 @@
 +              <directory>${configs.path}</directory>
 +              <targetPath>META-INF</targetPath>
 +      </resource>
++      <resource>
++              <directory>${edition.properties}</directory>
++              <targetPath>.</targetPath>
++      </resource>
 +    </resources>
 +    <plugins>
 +        <plugin>
@@ -101,6 +106,10 @@
 +http\://java.sun.com/jaxp/xpath/dom:    net.sf.saxon.xpath.XPathFactoryImpl
 +http\://saxon.sf.net/jaxp/xpath/om:     net.sf.saxon.xpath.XPathFactoryImpl
 +                </echo>
++                <mkdir dir="${edition.properties}"/>
++                <echo 
file="${edition.properties}/edition.properties">config=net.sf.saxon.Configuration
++platform=net.sf.saxon.java.JavaPlatform
++              </echo>
 +              </target>
 +            </configuration>
 +            <goals>


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to