debian/0000755000000000000000000000000011673434022007170 5ustar debian/rules0000755000000000000000000000203511343046463010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk POM_VERSION := 0.9.5 MAVEN_REPO := http://repository.sonatype.org/service/local/repositories/central/content JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := commons-collections3 commons-logging commons-lang commons-digester commons-configuration commons-beanutils \ struts-1.2 servlet-api-2.5 jsp-api-2.1 xstream junit ant-junit DEB_ANT_BUILD_TARGET := jar javadoc DEB_ANT_CHECK_TARGET := internal-test makebuilddir:: -mkdir -p src/conf clean:: -rm -rf src/conf -rm debian/tmp binary-post-install/libeasyconf-java:: mh_installpoms -plibeasyconf-java mh_installjar -plibeasyconf-java -l debian/pom.xml target/easyconf-$(DEB_UPSTREAM_VERSION).jar get-orig-source:: uscan --force-download --rename get-orig-pom: wget -O debian/pom.xml $(MAVEN_REPO)/easyconf/easyconf/$(POM_VERSION)/easyconf-$(POM_VERSION).pom perl -p -i -e 's/$(POM_VERSION)/$(DEB_UPSTREAM_VERSION)/' debian/pom.xml debian/watch0000644000000000000000000000007211341324733010217 0ustar version=3 http://sf.net/easyconf/easyconf-(.*)-src.tar.gz debian/changelog0000644000000000000000000000145311673433616011055 0ustar easyconf (0.9.5-3) unstable; urgency=low [ Miguel Landaeta ] * Team upload. * Fix Vcs-Svn URL. [ James Page ] * Fix FTBFS with OpenJDK7 (LP: #888933) (Closes: #651407): - d/ant.properties: Specify source/target as 1.5 for javac and javadoc ant tasks to ensure backwards compatibility and work around Java 7 encoding errors. -- Miguel Landaeta Tue, 13 Dec 2011 20:14:27 -0430 easyconf (0.9.5-2) unstable; urgency=low * d/control: Bump Standards-Version to 3.9.2: no changes needed. * d/copyright: Fix DEP-5 format. -- Damien Raude-Morvan Mon, 19 Sep 2011 19:48:57 +0200 easyconf (0.9.5-1) unstable; urgency=low * Initial release. (Closes: #571261) -- Damien Raude-Morvan Mon, 01 Mar 2010 23:32:58 +0100 debian/compat0000644000000000000000000000000211341314624010363 0ustar 7 debian/source/0000755000000000000000000000000011673434022010470 5ustar debian/source/format0000644000000000000000000000001411342067501011673 0ustar 3.0 (quilt) debian/maven.rules0000644000000000000000000000064411341324733011355 0ustar log4j log4j jar s/1\.2\..*/1.2.x/ junit junit jar s/3\..*/3.x/ s/servletapi/javax.servlet/ s/servletapi/servlet-api/ jar s/.*/2.5/ s/xstream/com.thoughtworks.xstream/ xstream jar s/.*/debian/ commons-collections commons-collections jar s/3\..*/3.x/ commons-beanutils s/commons-beanutils-core/commons-beanutils/ jar s/.*/debian/ commons-beanutils s/commons-beanutils-bean-collections/commons-beanutils/ jar s/.*/debian/ debian/pom.xml0000644000000000000000000001522111341324733010505 0ustar 4.0.0 easyconf easyconf Easyconf library 0.9.5 EasyConf is a library to access configuration of software components and applications. It defines simple conventions to make it easier to use. It was born in a portlets-based portal and has several features useful for this and similar environments. http://easyconf.sourceforge.net https://sourceforge.net/tracker/?group_id=131552&atid=721404
easyconf-users@sorceforge.net
2005 easyconf-users easyconf-users-subscribe@sourceforge.net easyconf-users-unsubscribe@sourceforge.net http://sourceforge.net/mailarchive/forum.php?forum=easyconf-users jferrer Jorge Ferrer jferrer germinus.com Germinus XXI 0 jjaimez Jesús Jaimez 0 ifolmedo Ismael Ferrer iferrer germinus.com Germinus XXI 0 agonzalez Álvaro González agonzalez germinus.com Germinus XXI 0 scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/easyconf:easyconf scm:cvs:ext:jferrergerminus@cvs.sourceforge.net:/cvsroot/easyconf:easyconf http://cvs.sourceforge.net/viewcvs.py/easyconf/ EasyConf team http://www.sourceforge.net/projects/easyconf src/java src/test src/conf *.properties *.xml *.dtd src/test *.properties *.xml surefire com/germinus/easyconf/${test.run.type}Tests.java xdoclet maven-xdoclet-plugin 1.2.1 log4j log4j 1.2.8 servletapi servletapi 2.3 struts struts 1.1 commons-configuration commons-configuration 1.1 commons-collections commons-collections 3.1 commons-lang commons-lang 2.0 dom4j dom4j 1.4 commons-logging commons-logging 1.0.4 commons-digester commons-digester 1.6 xerces xerces 2.2.1 xml-apis xml-apis 2.0.2 xdoclet xdoclet 1.2.1 junit junit 3.8.1 commons-beanutils commons-beanutils-core 1.7.0 commons-beanutils commons-beanutils-bean-collections 1.7.0 xdoclet xdoclet-web-module 1.2.1 mx4j mx4j-jmx 2.1.1 mx4j mx4j-impl 2.1.1 xstream xstream 1.1.2 xpp3 xpp3_min 1.1.3.4.I default Default Repository file:///www/easyconf/builds/ default Default Site scp://shell.sourceforge.net//home/groups/e/ea/easyconf/htdocs
debian/patches/0000755000000000000000000000000011673434022010617 5ustar debian/patches/fix_test.diff0000644000000000000000000000260211343046463013300 0ustar Description: build.xml: Fix tests Author: Damien Raude-Morvan Last-Update: 2010-03-01 Forwarded: no --- a/build.xml +++ b/build.xml @@ -64,7 +64,7 @@ - + @@ -91,7 +91,7 @@ - + @@ -134,7 +134,7 @@ - + @@ -220,4 +220,4 @@ - \ No newline at end of file + debian/patches/series0000644000000000000000000000001611343046463012033 0ustar fix_test.diff debian/libeasyconf-java-doc.install0000644000000000000000000000005711341314624014537 0ustar dist/docs/api /usr/share/doc/libeasyconf-java/ debian/control0000644000000000000000000000523411671772205010605 0ustar Source: easyconf Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: ant, ant-optional, cdbs, debhelper (>= 7), default-jdk, junit, libcommons-beanutils-java, libcommons-collections3-java, libcommons-configuration-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java, libservlet2.5-java, libstruts1.2-java, libxstream-java, maven-repo-helper Standards-Version: 3.9.2 Homepage: http://easyconf.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/easyconf/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easyconf/ Package: libeasyconf-java Architecture: all Depends: libcommons-beanutils-java, libcommons-collections3-java, libcommons-configuration-java, libcommons-digester-java, libcommons-lang-java, libcommons-logging-java, ${misc:Depends} Suggests: libservlet2.5-java, libstruts1.2-java, libxstream-java Description: library to access configuration of software components EasyConf is a library to access configuration of software components and applications. . EasyConf main features: * XML files, typed property files (including lists, numbers, classes, etc), or a combination of both * multiple environments (development, integration, preproduction, production) * aggregate several components: for example for portlets and portals * support for ASP applications: each company/organization serviced may have its own configuration * provides access to the configuration using JMX . This package contains EasyConf java library (JAR). Package: libeasyconf-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libeasyconf-java Description: library to access configuration of software components - Javadoc EasyConf is a library to access configuration of software components and applications. . EasyConf main features: * XML files, typed property files (including lists, numbers, classes, etc), or a combination of both * multiple environments (development, integration, preproduction, production) * aggregate several components: for example for portlets and portals * support for ASP applications: each company/organization serviced may have its own configuration * provides access to the configuration using JMX . This package contains EasyConf API Javadoc documentation. debian/libeasyconf-java.poms0000644000000000000000000000001711341324733013302 0ustar debian/pom.xml debian/ant.properties0000644000000000000000000000041211671772205012073 0ustar noget=true defaulttargetdir=target/ libdir=target/ classesdir=target/classes testclassesdir=target/test testreportdir=target/testreports # Ensure that source and target are 1.5 # For backwards compat on Java 7 ant.build.javac.source=1.5 ant.build.javac.target=1.5 debian/libeasyconf-java-doc.doc-base0000644000000000000000000000042611341314624014546 0ustar Document: libeasyconf-javadoc Title: API Javadoc for EasyConf Author: EasyConf Project Team Abstract: This is the API Javadoc for EasyConf Section: Programming Format: HTML Index: /usr/share/doc/libeasyconf-java/api/index.html Files: /usr/share/doc/libeasyconf-java/api/*.html debian/copyright0000644000000000000000000000345311635700404011126 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: EasyConf Upstream-Contact: http://easyconf.sourceforge.net/ Source: http://sourceforge.net/projects/easyconf/files/ Files: * Copyright: 2004-2005 Germinus XXI Copyright: 2004-2005 Germinus XXI, Liferay LLC License: Apache-2.0 Files: src/test/digester-rules.dtd Copyright: 2005 Apache Software Foundation License: Apache-2.0 Files: src/java/com/germinus/easyconf/servlet/RefreshConfigurationServlet.java Copyright: Copyright (c) 2000-2004 Liferay, LLC. License: MIT Files: debian/* Copyright: 2010, Damien Raude-Morvan License: Apache-2.0 or MIT License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0' License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.