Author: gadams Date: Sun Dec 27 08:33:56 2015 New Revision: 1721787 URL: http://svn.apache.org/viewvc?rev=1721787&view=rev Log: Populate batik-gui-util sources.
Added: xmlgraphics/batik/branches/maven/batik-gui-util/ xmlgraphics/batik/branches/maven/batik-gui-util/pom.xml xmlgraphics/batik/branches/maven/batik-gui-util/src/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/java/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/java/org/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/java/org/apache/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/java/org/apache/batik/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/java/org/apache/batik/util/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/java/org/apache/batik/util/gui/ - copied from r1721786, xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/util/gui/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/resources/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/resources/org/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/resources/org/apache/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/resources/org/apache/batik/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/resources/org/apache/batik/util/ xmlgraphics/batik/branches/maven/batik-gui-util/src/main/resources/org/apache/batik/util/gui/ - copied from r1721786, xmlgraphics/batik/branches/maven/resources/org/apache/batik/util/gui/ xmlgraphics/batik/branches/maven/batik-gui-util/src/test/ xmlgraphics/batik/branches/maven/batik-gui-util/src/test/java/ xmlgraphics/batik/branches/maven/batik-gui-util/src/test/resources/ Removed: xmlgraphics/batik/branches/maven/resources/org/apache/batik/util/gui/ xmlgraphics/batik/branches/maven/src/main/java/org/apache/batik/util/gui/ Modified: xmlgraphics/batik/branches/maven/pom.xml Added: xmlgraphics/batik/branches/maven/batik-gui-util/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-gui-util/pom.xml?rev=1721787&view=auto ============================================================================== --- xmlgraphics/batik/branches/maven/batik-gui-util/pom.xml (added) +++ xmlgraphics/batik/branches/maven/batik-gui-util/pom.xml Sun Dec 27 08:33:56 2015 @@ -0,0 +1,51 @@ +<?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-gui-util</artifactId> + <name>${project.groupId}:${project.artifactId}</name> + <description>Batik GUI utilities</description> + + <parent> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik</artifactId> + <version>1.9.0-SNAPSHOT</version> + </parent> + + + <dependencies> + <dependency> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik-util</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik-xml</artifactId> + <version>${project.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=1721787&r1=1721786&r2=1721787&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/pom.xml (original) +++ xmlgraphics/batik/branches/maven/pom.xml Sun Dec 27 08:33:56 2015 @@ -84,6 +84,7 @@ <module>batik-css</module> <module>batik-dom</module> <module>batik-ext</module> + <module>batik-gui-util</module> <module>batik-gvt</module> <module>batik-parser</module> <module>batik-script</module>