r1435 - in birt-runtime/trunk: . src src/license
Author: tchemit Date: 2013-12-09 07:27:39 +0100 (Mon, 09 Dec 2013) New Revision: 1435 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1435 Log: import fixed pom Added: birt-runtime/trunk/LICENSE.txt birt-runtime/trunk/README.txt birt-runtime/trunk/pom.xml birt-runtime/trunk/src/ birt-runtime/trunk/src/license/ birt-runtime/trunk/src/license/THIRD-PARTY.properties Modified: birt-runtime/trunk/ Property changes on: birt-runtime/trunk ___________________________________________________________________ Added: svn:ignore + target *.log *.ipr .idea *.iws *.iml .project .classpath Added: birt-runtime/trunk/LICENSE.txt =================================================================== --- birt-runtime/trunk/LICENSE.txt (rev 0) +++ birt-runtime/trunk/LICENSE.txt 2013-12-09 06:27:39 UTC (rev 1435) @@ -0,0 +1,166 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + Property changes on: birt-runtime/trunk/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Property changes on: birt-runtime/trunk/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: birt-runtime/trunk/pom.xml =================================================================== --- birt-runtime/trunk/pom.xml (rev 0) +++ birt-runtime/trunk/pom.xml 2013-12-09 06:27:39 UTC (rev 1435) @@ -0,0 +1,724 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + Birt runtime (repackage) + %% + Copyright (C) 2013 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is 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 General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<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"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom4redmine</artifactId> + <version>4.3</version> + </parent> + + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.birt.runtime</artifactId> + <version>4.3.1-1-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>Birt runtime (repackage)</name> + <description> + Birt-runtime repackage to fix some Module commun à l'écriture d'applications + Ifremer. + </description> + <url>http://www.eclipse.org/projects/project.php?id=birt</url> + <inceptionYear>2013</inceptionYear> + <organization> + <name>CodeLutin</name> + <url>http://www.ifremer.fr/</url> + </organization> + <licenses> + <license> + <name>Lesser General Public License (LGPL)</name> + <url>http://www.gnu.org/licenses/gpl.txt</url> + <distribution>repo</distribution> + </license> + <license> + <name>Eclipse Public License - v 1.0</name> + <url>http://www.eclipse.org/org/documents/epl-v10.html</url> + </license> + </licenses> + + <developers> + <developer> + <id>chemit</id> + <name>Tony Chemit</name> + <email>chemit at codelutin dot com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://www.codelutin.com</organizationUrl> + <roles> + <role>developer</role> + </roles> + <timezone>Europe/Paris</timezone> + </developer> + </developers> + + <scm> + <url>http://svn.forge.codelutin.com/svn/tutti/birt-runtime/trunk</url> + <connection> + scm:svn:http://svn.forge.codelutin.com/svn/tutti/birt-runtime/trunk + </connection> + <developerConnection> + scm:svn:http://svn.forge.codelutin.com/svn/tutti/birt-runtime/trunk + </developerConnection> + </scm> + <distributionManagement> + <snapshotRepository> + <id>nuiton-nexus-deploy</id> + <url> + http://nexus.nuiton.org/nexus/content/repositories/tutti-snapshot + </url> + </snapshotRepository> + <repository> + <id>nuiton-nexus-deploy</id> + <url> + http://nexus.nuiton.org/nexus/content/repositories/tutti-third-parties + </url> + </repository> + </distributionManagement> + + <properties> + + <platform>forge.codelutin.com</platform> + <projectId>tutti</projectId> + <redmine.versionId>birt-runtime-4.3.1-1</redmine.versionId> + + <!-- libraries version --> + <birtVersion>4.3.1</birtVersion> + <batikVersion>1.6</batikVersion> + + <!-- license configuration --> + <license.organizationName>CodeLutin</license.organizationName> + <license.licenseName>lgpl_v3</license.licenseName> + <license.acceptPomPackaging>true</license.acceptPomPackaging> + + <!-- Post Release configuration --> + <skipPostRelease>false</skipPostRelease> + </properties> + + <repositories> + <repository> + <id>tutti-public-group</id> + <url>http://nexus.nuiton.org/nexus/content/groups/tutti-group/</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>fail</checksumPolicy> + </releases> + </repository> + </repositories> + <pluginRepositories> + <pluginRepository> + <id>tutti-public-group</id> + <url>http://nexus.nuiton.org/nexus/content/groups/tutti-group/</url> + <snapshots> + <enabled>true</enabled> + <checksumPolicy>fail</checksumPolicy> + </snapshots> + <releases> + <enabled>true</enabled> + <checksumPolicy>fail</checksumPolicy> + </releases> + </pluginRepository> + </pluginRepositories> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.birt.runtime</artifactId> + <version>${birtVersion}</version> + <exclusions> + <exclusion> + <groupId>milyn</groupId> + <artifactId>flute</artifactId> + </exclusion> + <exclusion> + <groupId>org.milyn</groupId> + <artifactId>flute</artifactId> + </exclusion> + <exclusion> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.hsqldb.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.mysql</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.ibm.informix + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.ibm.db2.luw + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.hsqldb</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId> + org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId> + org.eclipse.datatools.enablement.ibm.informix.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.postgresql</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId> + org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId> + org.eclipse.datatools.connectivity.apache.derby.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.oracle</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.msft.sqlserver + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.oracle.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.mysql.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId> + org.eclipse.datatools.enablement.postgresql.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.modelbase.derby</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.connectivity.apache.derby + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.connectivity.console.profile + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.connectivity.oda.design + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.oda.ws</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.modelbase.sql</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.modelbase.sql.query</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId> + org.eclipse.datatools.connectivity.dbdefinition.genericJDBC + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.enablement.oda.xml</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.connectivity.db.generic + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.modelbase.dbdefinition + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.connectivity.oda.profile + </artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.datatools.connectivity.sqm.core</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.emf.ecore.change</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.core.expressions</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.emf</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.core.resources</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.core.filesystem</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.core.contenttype</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.apache.commons.logging</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.pdf</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.dom.svg</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.dom</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.css</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.ext.awt</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.transcoder</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.util</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.xml</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.orbit.mongodb</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.commons.codec</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.bridge</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.parser</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.util.gui</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.batik.svggen</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.equinox.app</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.equinox.preferences</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.osgi.services</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.xerces</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>derby</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.xml.resolver</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.apache.xml.serializer</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.w3c.dom.svg</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.w3c.css.sac</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>javax.wsdl</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.w3c.dom.smil</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>javax.xml.stream</artifactId> + </exclusion> + <!--exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>org.mozilla.javascript</artifactId> + </exclusion--> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>Tidy</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime.3_7_1</groupId> + <artifactId>com.lowagie.text</artifactId> + </exclusion> + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>com.ibm.icu</artifactId> + </exclusion> + + <exclusion> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.update.configurator</artifactId> + </exclusion> + + <exclusion> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + </exclusion> + <exclusion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml-schemas</artifactId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>com.lowagie</groupId> + <artifactId>itext</artifactId> + <version>2.1.7</version> + <exclusions> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcmail-jdk14</artifactId> + </exclusion> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk14</artifactId> + </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-jdk14</artifactId> + </exclusion> + <exclusion> + <groupId>org.bouncycastle</groupId> + <artifactId>bctsp-jdk14</artifactId> + </exclusion> + </exclusions> + </dependency> + + </dependencies> + </dependencyManagement> + + <dependencies> + + <!-- Birt --> + <dependency> + <groupId>org.eclipse.birt.runtime</groupId> + <artifactId>org.eclipse.birt.runtime</artifactId> + <version>${birtVersion}</version> + </dependency> + + <!-- Commons --> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <scope>runtime</scope> + </dependency> + + <!-- Batik --> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-util</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-xml</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-gvt</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-script</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-transcoder</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-parser</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-css</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-bridge</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-dom</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-svg-dom</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-awt-util</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-svggen</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>batik</groupId> + <artifactId>batik-ext</artifactId> + <version>${batikVersion}</version> + <scope>runtime</scope> + </dependency> + <!--dependency> + <groupId>org.apache.xmlgraphics</groupId> + <artifactId>batik-js</artifactId> + <version>1.7</version> + <scope>runtime</scope> + </dependency--> + + <!-- JTidy --> + <dependency> + <groupId>net.sf.jtidy</groupId> + <artifactId>jtidy</artifactId> + <version>r938</version> + <scope>runtime</scope> + </dependency> + + <!-- Xerces --> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.9.1</version> + <scope>runtime</scope> + </dependency> + + <!-- IText --> + <dependency> + <groupId>com.lowagie</groupId> + <artifactId>itext</artifactId> + <version>2.1.7</version> + <scope>runtime</scope> + </dependency> + + <!-- ICu4J --> + <dependency> + <groupId>com.ibm.icu</groupId> + <artifactId>icu4j</artifactId> + <version>50.1.1</version> + <scope>runtime</scope> + </dependency> + + <!-- Flute --> + <dependency> + <groupId>org.milyn</groupId> + <artifactId>flute</artifactId> + <version>1.3</version> + <scope>runtime</scope> + </dependency> + + </dependencies> + + <build> + <extensions> + <!-- Enabling the use of scpexe with maven 3.0 --> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh-external</artifactId> + <version>1.0</version> + </extension> + </extensions> + + <pluginManagement> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <excludedGroups>milyn</excludedGroups> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <reporting> + <excludeDefaults>true</excludeDefaults> + </reporting> + + <profiles> + + <profile> + <id>license-profile</id> + <activation> + <property> + <name>performRelease</name> + <value>true</value> + </property> + </activation> + + <build> + <defaultGoal>generate-resources</defaultGoal> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>update-file-header-on-pom</id> + <goals> + <goal>update-file-header</goal> + </goals> + <phase>generate-resources</phase> + <configuration> + <roots> + <root>${project.basedir}</root> + </roots> + <includes> + <include>pom.xml</include> + </includes> + <addSvnKeyWords>false</addSvnKeyWords> + <verbose>false</verbose> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + + </profiles> +</project> Property changes on: birt-runtime/trunk/pom.xml ___________________________________________________________________ Added: svn:mime-type + text/xml Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native Added: birt-runtime/trunk/src/license/THIRD-PARTY.properties =================================================================== --- birt-runtime/trunk/src/license/THIRD-PARTY.properties (rev 0) +++ birt-runtime/trunk/src/license/THIRD-PARTY.properties 2013-12-09 06:27:39 UTC (rev 1435) @@ -0,0 +1,33 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Eclipse Public License - v 1.0 +# - ICU License +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Java HTML Tidy License +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - Mozilla Public License +# - The Apache Software License, Version 2.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Mon Dec 09 06:56:00 CET 2013 +dom4j--dom4j--1.6.1=BSD License +batik--batik-awt-util--1.6=The Apache Software License, Version 2.0 +batik--batik-bridge--1.6=The Apache Software License, Version 2.0 +batik--batik-css--1.6=The Apache Software License, Version 2.0 +batik--batik-dom--1.6=The Apache Software License, Version 2.0 +batik--batik-ext--1.6=The Apache Software License, Version 2.0 +batik--batik-gvt--1.6=The Apache Software License, Version 2.0 +batik--batik-parser--1.6=The Apache Software License, Version 2.0 +batik--batik-script--1.6=The Apache Software License, Version 2.0 +batik--batik-svg-dom--1.6=The Apache Software License, Version 2.0 +batik--batik-svggen--1.6=The Apache Software License, Version 2.0 +batik--batik-transcoder--1.6=The Apache Software License, Version 2.0 +batik--batik-util--1.6=The Apache Software License, Version 2.0 +batik--batik-xml--1.6=The Apache Software License, Version 2.0 Property changes on: birt-runtime/trunk/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision HeadURL Added: svn:eol-style + native
participants (1)
-
tchemit@users.forge.codelutin.com