Author: gadams Date: Mon Dec 28 01:05:17 2015 New Revision: 1721865 URL: http://svn.apache.org/viewvc?rev=1721865&view=rev Log: Populate batik-rasterizer{-ext} sources.
Added: xmlgraphics/batik/branches/maven/batik-rasterizer/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/pom.xml xmlgraphics/batik/branches/maven/batik-rasterizer-ext/src/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/src/main/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/src/main/java/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/src/main/resources/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/src/test/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/src/test/java/ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/src/test/resources/ xmlgraphics/batik/branches/maven/batik-rasterizer/pom.xml xmlgraphics/batik/branches/maven/batik-rasterizer/src/ xmlgraphics/batik/branches/maven/batik-rasterizer/src/main/ xmlgraphics/batik/branches/maven/batik-rasterizer/src/main/java/ xmlgraphics/batik/branches/maven/batik-rasterizer/src/main/resources/ xmlgraphics/batik/branches/maven/batik-rasterizer/src/test/ xmlgraphics/batik/branches/maven/batik-rasterizer/src/test/java/ xmlgraphics/batik/branches/maven/batik-rasterizer/src/test/resources/ Modified: xmlgraphics/batik/branches/maven/batik-anim/pom.xml xmlgraphics/batik/branches/maven/batik-extension/pom.xml xmlgraphics/batik/branches/maven/pom.xml Modified: xmlgraphics/batik/branches/maven/batik-anim/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-anim/pom.xml?rev=1721865&r1=1721864&r2=1721865&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/batik-anim/pom.xml (original) +++ xmlgraphics/batik/branches/maven/batik-anim/pom.xml Mon Dec 28 01:05:17 2015 @@ -73,7 +73,7 @@ <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis-ext</artifactId> - <version>1.3.04</version> + <version>${xmlapis.version}</version> </dependency> </dependencies> Modified: xmlgraphics/batik/branches/maven/batik-extension/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-extension/pom.xml?rev=1721865&r1=1721864&r2=1721865&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/batik-extension/pom.xml (original) +++ xmlgraphics/batik/branches/maven/batik-extension/pom.xml Mon Dec 28 01:05:17 2015 @@ -23,114 +23,73 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-extension</artifactId> - <version>@version@</version> - <packaging>jar</packaging> - <name>Batik extension classes</name> - <url>http://xmlgraphics.apache.org/batik/</url> - <inceptionYear>2000</inceptionYear> - - <mailingLists> - <mailingList> - <name>Batik Users List</name> - <subscribe>batik-users-subscr...@xmlgraphics.apache.org</subscribe> - <unsubscribe>batik-users-unsubscr...@xmlgraphics.apache.org</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-users/</archive> - </mailingList> - <mailingList> - <name>Batik Developer List</name> - <subscribe>batik-dev-subscr...@xmlgraphics.apache.org</subscribe> - <unsubscribe>batik-dev-unsubscr...@xmlgraphics.apache.org</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-dev/</archive> - </mailingList> - <mailingList> - <name>Batik Commit List</name> - <subscribe>batik-commits-subscr...@xmlgraphics.apache.org</subscribe> - <unsubscribe>batik-commits-unsubscr...@xmlgraphics.apache.org</unsubscribe> - <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-batik-commits/</archive> - </mailingList> - </mailingLists> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/?root=Apache-SVN</url> - </scm> + <artifactId>batik-extension</artifactId> + <name>${project.groupId}:${project.artifactId}</name> + <description>Batik Extension Support</description> - <organization> - <name>Apache Software Foundation</name> - <url>http://www.apache.org/</url> - </organization> + <parent> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik</artifactId> + <version>1.9.0-SNAPSHOT</version> + </parent> <dependencies> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-anim</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-awt-util</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-bridge</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-css</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-dom</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-ext</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-gvt</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-parser</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-svg-dom</artifactId> - <version>@version@</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>batik-util</artifactId> - <version>@version@</version> - </dependency> - <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis</artifactId> - <version>1.3.04</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis-ext</artifactId> - <version>1.3.04</version> + <version>${xmlapis.version}</version> </dependency> </dependencies> + </project> Added: xmlgraphics/batik/branches/maven/batik-rasterizer-ext/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-rasterizer-ext/pom.xml?rev=1721865&view=auto ============================================================================== --- xmlgraphics/batik/branches/maven/batik-rasterizer-ext/pom.xml (added) +++ xmlgraphics/batik/branches/maven/batik-rasterizer-ext/pom.xml Mon Dec 28 01:05:17 2015 @@ -0,0 +1,67 @@ +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<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/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <artifactId>batik-rasterizer-ext</artifactId> + <name>${project.groupId}:${project.artifactId}</name> + <description>Batik SVG Rasterizer Application with Extensions</description> + + <parent> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik</artifactId> + <version>1.9.0-SNAPSHOT</version> + </parent> + + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>batik-extension</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>batik-svgrasterizer</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <version>${jar.version}</version> + <configuration> + <archive> + <manifest> + <mainClass>org.apache.batik.apps.rasterizer.Main</mainClass> + <addClasspath>true</addClasspath> + </manifest> + </archive> + </configuration> + </plugin> + </plugins> + </build> + +</project> Added: xmlgraphics/batik/branches/maven/batik-rasterizer/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-rasterizer/pom.xml?rev=1721865&view=auto ============================================================================== --- xmlgraphics/batik/branches/maven/batik-rasterizer/pom.xml (added) +++ xmlgraphics/batik/branches/maven/batik-rasterizer/pom.xml Mon Dec 28 01:05:17 2015 @@ -0,0 +1,62 @@ +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<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/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <artifactId>batik-rasterizer</artifactId> + <name>${project.groupId}:${project.artifactId}</name> + <description>Batik SVG Rasterizer Application</description> + + <parent> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik</artifactId> + <version>1.9.0-SNAPSHOT</version> + </parent> + + <dependencies> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>batik-svgrasterizer</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + + <build> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <version>${jar.version}</version> + <configuration> + <archive> + <manifest> + <mainClass>org.apache.batik.apps.rasterizer.Main</mainClass> + <addClasspath>true</addClasspath> + </manifest> + </archive> + </configuration> + </plugin> + </plugins> + </build> + +</project> Modified: xmlgraphics/batik/branches/maven/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/pom.xml?rev=1721865&r1=1721864&r2=1721865&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/pom.xml (original) +++ xmlgraphics/batik/branches/maven/pom.xml Mon Dec 28 01:05:17 2015 @@ -17,6 +17,7 @@ <compiler.version>3.3</compiler.version> <exec.version>1.4.0</exec.version> <findbugs.version>3.0.1</findbugs.version> + <jar.version>2.6</jar.version> <java.version>1.6</java.version> <junit.version>4.11</junit.version> <jython.version>2.7.0</jython.version> @@ -85,9 +86,12 @@ <module>batik-css</module> <module>batik-dom</module> <module>batik-ext</module> + <module>batik-extension</module> <module>batik-gui-util</module> <module>batik-gvt</module> <module>batik-parser</module> + <module>batik-rasterizer</module> + <module>batik-rasterizer-ext</module> <module>batik-script</module> <module>batik-slideshow</module> <module>batik-svg-dom</module>