1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-06 10:20:54 +00:00

XML files fix

This commit is contained in:
Arnaud 2013-12-10 22:35:39 +01:00
parent cace20326f
commit 81a60ba309
2 changed files with 10 additions and 26 deletions

View File

@ -2,30 +2,12 @@
======================================================================== ========================================================================
PlantUML : a free UML diagram generator PlantUML : a free UML diagram generator
======================================================================== ========================================================================
(C) Copyright 2009, Arnaud Roques (C) Copyright 2009-2013, Arnaud Roques
Project Info: http://plantuml.sourceforge.net Project Info: http://plantuml.sourceforge.net
This file is part of PlantUML. This file is part of PlantUML.
PlantUML is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PlantUML distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
[Java is a trademark or registered trademark of Sun Microsystems, Inc.
in the United States and other countries.]
Original Author: Arnaud Roques Original Author: Arnaud Roques
Script Author: Ilya V. Paramonov Script Author: Ilya V. Paramonov
@ -41,6 +23,8 @@
<javac target="1.5" srcdir="src" destdir="build" /> <javac target="1.5" srcdir="src" destdir="build" />
<copy file="src/net/sourceforge/plantuml/version/logo.png" <copy file="src/net/sourceforge/plantuml/version/logo.png"
todir="build/net/sourceforge/plantuml/version" /> todir="build/net/sourceforge/plantuml/version" />
<copy file="src/net/sourceforge/plantuml/version/favicon.png"
todir="build/net/sourceforge/plantuml/version" />
</target> </target>
<target name="dist" depends="compile"> <target name="dist" depends="compile">

12
pom.xml
View File

@ -30,13 +30,12 @@
Script Author: Julien Eluard Script Author: Julien Eluard
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.plantuml</groupId> <groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml</artifactId> <artifactId>plantuml</artifactId>
<version>7232-SNAPSHOT</version> <version>7989-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>PlantUML</name> <name>PlantUML</name>
@ -76,9 +75,9 @@
</licenses> </licenses>
<scm> <scm>
<connection>scm:svn:https://plantuml.svn.sourceforge.net/svnroot/plantuml/trunk</connection> <connection>scm:svn:svn://svn.code.sf.net/p/plantuml/code/trunk</connection>
<developerConnection>scm:svn:https://plantuml.svn.sourceforge.net/svnroot/plantuml/trunk</developerConnection> <developerConnection>scm:svn:https://svn.code.sf.net/p/plantuml/code/trunk</developerConnection>
<url>http://plantuml.svn.sourceforge.net/viewvc/plantuml/trunk</url> <url>svn://svn.code.sf.net/p/plantuml/code/trunk</url>
</scm> </scm>
<issueManagement> <issueManagement>
@ -101,6 +100,7 @@
<directory>${project.basedir}/src</directory> <directory>${project.basedir}/src</directory>
<includes> <includes>
<include>net/sourceforge/plantuml/version/logo.png</include> <include>net/sourceforge/plantuml/version/logo.png</include>
<include>net/sourceforge/plantuml/version/favicon.png</include>
</includes> </includes>
</resource> </resource>
</resources> </resources>