Author: gadams Date: Sat Dec 26 21:45:44 2015 New Revision: 1721761 URL: http://svn.apache.org/viewvc?rev=1721761&view=rev Log: Populate batik-css sources.
Added: xmlgraphics/batik/branches/maven/batik-css/ xmlgraphics/batik/branches/maven/batik-css/pom.xml xmlgraphics/batik/branches/maven/batik-css/src/ xmlgraphics/batik/branches/maven/batik-css/src/main/ xmlgraphics/batik/branches/maven/batik-css/src/main/java/ xmlgraphics/batik/branches/maven/batik-css/src/main/java/org/ xmlgraphics/batik/branches/maven/batik-css/src/main/java/org/apache/ xmlgraphics/batik/branches/maven/batik-css/src/main/java/org/apache/batik/ xmlgraphics/batik/branches/maven/batik-css/src/main/java/org/apache/batik/css/ xmlgraphics/batik/branches/maven/batik-css/src/main/java/org/apache/batik/css/engine/ - copied from r1721757, xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/css/engine/ xmlgraphics/batik/branches/maven/batik-css/src/main/java/org/apache/batik/css/package.html - copied unchanged from r1721757, xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/css/package.html xmlgraphics/batik/branches/maven/batik-css/src/main/java/org/apache/batik/css/parser/ - copied from r1721757, xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/css/parser/ xmlgraphics/batik/branches/maven/batik-css/src/main/resources/ xmlgraphics/batik/branches/maven/batik-css/src/main/resources/org/ xmlgraphics/batik/branches/maven/batik-css/src/main/resources/org/apache/ xmlgraphics/batik/branches/maven/batik-css/src/main/resources/org/apache/batik/ xmlgraphics/batik/branches/maven/batik-css/src/main/resources/org/apache/batik/css/ - copied from r1721757, xmlgraphics/batik/branches/maven/resources/org/apache/batik/css/ xmlgraphics/batik/branches/maven/batik-css/src/test/ xmlgraphics/batik/branches/maven/batik-css/src/test/java/ xmlgraphics/batik/branches/maven/batik-css/src/test/resources/ Removed: xmlgraphics/batik/branches/maven/resources/org/apache/batik/css/ xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/css/engine/ xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/css/package.html xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/css/parser/ Modified: xmlgraphics/batik/branches/maven/batik-awt-util/pom.xml xmlgraphics/batik/branches/maven/batik-xml/pom.xml xmlgraphics/batik/branches/maven/pom.xml Modified: xmlgraphics/batik/branches/maven/batik-awt-util/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-awt-util/pom.xml?rev=1721761&r1=1721760&r2=1721761&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/batik-awt-util/pom.xml (original) +++ xmlgraphics/batik/branches/maven/batik-awt-util/pom.xml Sat Dec 26 21:45:44 2015 @@ -41,7 +41,7 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> + <groupId>${project.groupId}</groupId> <artifactId>commons</artifactId> <version>${xmlgraphics.commons.version}</version> </dependency> Added: xmlgraphics/batik/branches/maven/batik-css/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-css/pom.xml?rev=1721761&view=auto ============================================================================== --- xmlgraphics/batik/branches/maven/batik-css/pom.xml (added) +++ xmlgraphics/batik/branches/maven/batik-css/pom.xml Sat Dec 26 21:45:44 2015 @@ -0,0 +1,55 @@ +<?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-css</artifactId> + <name>${project.groupId}:${project.artifactId}</name> + <description>Batik CSS engine</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-util</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>commons</artifactId> + <version>${xmlgraphics.commons.version}</version> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis-ext</artifactId> + <version>1.3.04</version> + </dependency> + </dependencies> + +</project> Modified: xmlgraphics/batik/branches/maven/batik-xml/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-xml/pom.xml?rev=1721761&r1=1721760&r2=1721761&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/batik-xml/pom.xml (original) +++ xmlgraphics/batik/branches/maven/batik-xml/pom.xml Sat Dec 26 21:45:44 2015 @@ -40,13 +40,6 @@ <artifactId>batik-util</artifactId> <version>${project.version}</version> </dependency> -<!-- - <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>commons</artifactId> - <version>${xmlgraphics.commons.version}</version> - </dependency> ---> </dependencies> </project> Modified: xmlgraphics/batik/branches/maven/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/pom.xml?rev=1721761&r1=1721760&r2=1721761&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/pom.xml (original) +++ xmlgraphics/batik/branches/maven/pom.xml Sat Dec 26 21:45:44 2015 @@ -74,6 +74,7 @@ <modules> <module>batik-awt-util</module> + <module>batik-css</module> <module>batik-ext</module> <module>batik-util</module> <module>batik-xml</module>