
META-INF.geomajasContext.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geomajas-dojo-server Show documentation
Show all versions of geomajas-dojo-server Show documentation
Geomajas dojo face, server side
The newest version!
<!-- ~ This file is part of Geomajas, a component framework for building ~ rich Internet applications (RIA) with sophisticated capabilities for the ~ display, analysis and management of geographic information. ~ It is a building block that allows developers to add maps ~ and other geographic data capabilities to their web applications. ~ ~ Copyright 2008-2010 Geosparc, http://www.geosparc.com, Belgium ~ ~ This program is free software: you can redistribute it and/or modify ~ it under the terms of the GNU Affero 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 Affero General Public License for more details. ~ ~ You should have received a copy of the GNU Affero General Public License ~ along with this program. If not, see <http://www.gnu.org/licenses/>. --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-2.0.xsd" > <bean class="org.geomajas.global.PluginInfo"> <property name="version"> <bean class="org.geomajas.global.PluginVersionInfo"> <property name="name" value="dojo face" /> <property name="version" value="${project.version}" /> </bean> </property> <property name="backendVersion" value="${dojo-face-backend-version}" /> <property name="copyrightInfo"> <list> <bean class="org.geomajas.global.CopyrightInfo"> <property name="key" value="Geomajas"/> <property name="copyright" value="Copyright © 2008-2010 Geosparc nv"/> <property name="licenseName" value="GNU Affero General Public License, Version 3"/> <property name="licenseUrl" value="http://www.gnu.org/licenses/agpl-3.0.html"/> </bean> <bean class="org.geomajas.global.CopyrightInfo"> <property name="key" value="JSON-RPC"/> <property name="copyright" value="Copyright Metaparadigm Pte. Ltd."/> <property name="licenseName" value="Apache License, Version 2.0"/> <property name="licenseUrl" value="http://www.apache.org/licenses/LICENSE-2.0.html"/> </bean> <bean class="org.geomajas.global.CopyrightInfo"> <property name="key" value="iText"/> <property name="copyright" value=""/> <property name="licenseName" value="MPL + LGPL dual license"/> <property name="licenseUrl" value=""/> </bean> <bean class="org.geomajas.global.CopyrightInfo"> <property name="key" value="bouncycastle"/> <property name="copyright" value="Copyright © 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)"/> <property name="licenseName" value="MIT adaption"/> <property name="licenseUrl" value="http://www.bouncycastle.org/licence.html"/> </bean> <bean class="org.geomajas.global.CopyrightInfo"> <property name="key" value="Apache commons"/> <property name="copyright" value=""/> <property name="licenseName" value="Apache License, Version 2.0"/> <property name="licenseUrl" value="http://www.apache.org/licenses/LICENSE-2.0.html"/> </bean> </list> </property> </bean> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy