debian/0000755000000000000000000000000012236462333007172 5ustar debian/build.xml0000644000000000000000000000613712236462333011022 0ustar debian/libmodello1.4-java.poms0000644000000000000000000000072212236462333013357 0ustar pom.xml --no-parent modello-core/pom.xml modello-plugins/pom.xml modello-plugins/modello-plugin-converters/pom.xml modello-plugins/modello-plugin-dom4j/pom.xml modello-plugins/modello-plugin-java/pom.xml modello-plugins/modello-plugin-jdom/pom.xml modello-plugins/modello-plugin-stax/pom.xml modello-plugins/modello-plugin-xdoc/pom.xml modello-plugins/modello-plugin-xml/pom.xml modello-plugins/modello-plugin-xpp3/pom.xml modello-plugins/modello-plugin-xsd/pom.xml debian/maven.rules0000644000000000000000000000132012236462333011350 0ustar junit junit jar s/3\..*/3.x/ org.codehaus.modello modello * s/.*/1.4.x/ * * org.codehaus.modello modello-core * s/.*/1.4.x/ * * org.codehaus.modello modello-plugins * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-converters * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-dom4j * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-java * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-jdom * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-stax * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-xdoc * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-xml * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-xpp3 * s/.*/1.4.x/ * * org.codehaus.modello modello-plugin-xsd * s/.*/1.4.x/ * * debian/watch0000644000000000000000000000016112236462333010221 0ustar version=3 http://githubredir.debian.net/github/sonatype/modello/ modello-(\d.*).tar.gz debian debian/orig-tar.sh debian/rules0000755000000000000000000000264412236462333010260 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java DEB_JARS := ant-nodeps junit plexus-build-api plexus-compiler-api \ plexus-compiler-javac plexus-velocity plexus-utils velocity DEB_ANT_BUILD_TARGET := package javadoc DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_ARGS := -Dpackage=$(PACKAGE) -Dversion=$(VERSION) API_DOCS := build/api BASE_MODULES := core PLUGINS := converters dom4j java jdom stax xdoc \ xml xpp3 xsd get-orig-source: uscan --force-download --download-version $(VERSION) --rename binary-post-install/lib$(PACKAGE)-java:: mh_installpoms -plib$(PACKAGE)-java set -e; for MODULE in $(BASE_MODULES); do \ mh_installjar -plib$(PACKAGE)-java -l -s -j1.4.x modello-$$MODULE/pom.xml modello-$$MODULE/build/modello-$$MODULE-$(VERSION).jar; \ done set -e; for MODULE in $(PLUGINS); do \ mh_installjar -plib$(PACKAGE)-java -l -s -j1.4.x modello-plugins/modello-plugin-$$MODULE/pom.xml modello-plugins/modello-plugin-$$MODULE/build/modello-plugin-$$MODULE-$(VERSION).jar; \ done binary-post-install/lib$(PACKAGE)-java-doc:: dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(PACKAGE)-java clean:: mh_clean mh_unpatchpoms -plib$(PACKAGE)-java debian/changelog0000644000000000000000000000163512236462333011051 0ustar modello1.4 (1.4.1-2) unstable; urgency=low * Team upload * debian/control: - Build depend directly on libplexus-compiler-java - Removed Michael Koch from the uploaders (Closes: #654120) - Use canonical URLs for the Vcs-* fields - Updated Standards-Version to 3.9.5 (no changes) - Fixed the lintian warnings related to the package descriptions * debian/rules: Improved the clean target * Switch to debhelper level 9 * debian/watch: Updated to watch the new release tags on Github * debian/orig-tar.sh: Use the tarball from Github instead of the SVN tag -- Emmanuel Bourg Wed, 06 Nov 2013 15:34:06 +0100 modello1.4 (1.4.1-1) unstable; urgency=low * New upstream release: - based on modello source package. - require new source package to avoid conflict between Maven 2 / Maven 3. -- Damien Raude-Morvan Sun, 04 Dec 2011 03:01:18 +0100 debian/orig-tar.sh0000755000000000000000000000060612236462333011257 0ustar #!/bin/sh -e VERSION=$2 TAR=../modello1.4_$VERSION.orig.tar.gz DIR=modello-$VERSION TAG=modello-$2 mkdir -p $DIR tar --strip=1 -xvf $3 -C $DIR rm $3 rm -rf $DIR/modello-maven-plugin rm -rf $DIR/modello-test tar -c -z -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/source/0000755000000000000000000000000012236462333010472 5ustar debian/source/format0000644000000000000000000000001412236462333011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212236462333010370 0ustar 9 debian/copyright0000644000000000000000000000760512236462333011135 0ustar This package was debianized by Paul Cager Mon, 18 Jun 2007 17:12:05 +0100 The Debian packaging is Copyright (c) 2007 Paul Cager and is licensed under the GNU General Public License version 2. On Debian systems, the complete text of the GNU General Public License version 2 can be found in '/usr/share/common-licenses/GPL-2'. modello was downloaded from https://svn.codehaus.org/modello/tags/modello-1.0-alpha-13/ Authors: Brett Porter brett@apache.org Jason van Zyl jason@maven.org Dan Diephouse dan@envoisolutions.com Emmanuel Evenisse emmanuel@venisse.net John Casey jdcasey@commonjava.org Trygve Laugstol trygvis@codehaus.org Arnaud Heritier aheritier@gmail.com Milos Kleint mkleint@codehaus.org Copyright: Copyright (C) 2004 - 2007, Codehaus.org Copyright (C) 1999 Intalio, Inc License: 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. A number of files contain an additional license declaration: Redistribution and use of this software and associated documentation ("Software"), with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain copyright statements and notices. Redistributions must also contain a copy of this document. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name "Exolab" must not be used to endorse or promote products derived from this Software without prior written permission of Intalio, Inc. For written permission, please contact info@codehaus.org. 4. Products derived from this Software may not be called "Exolab" nor may "Exolab" appear in their names without prior written permission of Intalio, Inc. Exolab is a registered trademark of Intalio, Inc. 5. Due credit should be given to the Exolab Project (http://www.codehaus.org/). THIS SOFTWARE IS PROVIDED BY INTALIO, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTALIO, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/build.properties0000644000000000000000000000125112236462333012406 0ustar classpath.compile=\ /usr/share/java/plexus-container-default.jar:\ /usr/share/java/plexus-compiler-api.jar:\ /usr/share/java/plexus-compiler-javac.jar:\ /usr/share/java/plexus-utils.jar:\ ${basedir}/modello-core/build/modello-core-${version}.jar:\ ${basedir}/modello-plugins/modello-plugin-java/build/modello-plugin-java-${version}.jar:\ ${basedir}/modello-plugins/modello-plugin-xml/build/modello-plugin-xml-${version}.jar:\ ${basedir}/modello-plugins/modello-plugin-xsd/build/modello-plugin-xsd-${version}.jar classpath.test= javadoc.dir=build/api maven.test.skip=true build.javaVersion=1.5 debian/libmodello1.4-java-doc.doc-base0000644000000000000000000000046512236462333014625 0ustar Document: libmodello1.4-java Title: API Javadoc for libmodello-java Author: Codehaus developers Abstract: This is the API Javadoc provided by the libmodello-java library. Section: Programming Format: HTML Index: /usr/share/doc/libmodello1.4-java/api/index.html Files: /usr/share/doc/libmodello1.4-java/api/* debian/control0000644000000000000000000000450412236462333010600 0ustar Source: modello1.4 Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner , Ludovic Claude , Damien Raude-Morvan Build-Depends-Indep: ant, ant-optional, default-jdk-doc, junit, libplexus-build-api-java, libplexus-compiler-java, libplexus-containers-java (>= 1.0~beta3.0.7), libplexus-containers-java-doc, libplexus-utils-java-doc, maven-ant-helper (>> 4), maven-repo-helper Build-Depends: cdbs, debhelper (>= 9), default-jdk Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/modello1.4.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/modello1.4.git Homepage: http://modello.codehaus.org Package: libmodello1.4-java Architecture: all Depends: libplexus-build-api-java, libplexus-containers-java (>= 1.0~beta3.0.7), ${misc:Depends} Suggests: libmodello1.4-java-doc Description: Data Model toolkit in use by the Maven 2 Project Once a DataModel is defined, the toolkit can be used to generate any of the following at compile time. . * Java Pojos of the DataModel. * Java Pojos to XML Writer. (provided via xpp3, stax, jdom or dom4j) * XML to Java Pojos Reader. (provided via xpp3, stax or dom4j) * XDOC documentation of the DataModel. * XML Schema to validate the DataModel. . Modello is used to build the maven system. Package: libmodello1.4-java-doc Architecture: all Section: doc Depends: default-jdk-doc, ${misc:Depends} Suggests: libmodello1.4-java Description: Data Model toolkit in use by the Maven 2 Project (documentation) Once a DataModel is defined, the toolkit can be used to generate any of the following at compile time. . * Java Pojos of the DataModel. * Java Pojos to XML Writer. (provided via xpp3, stax, jdom or dom4j) * XML to Java Pojos Reader. (provided via xpp3, stax or dom4j) * XDOC documentation of the DataModel. * XML Schema to validate the DataModel. . Modello is used to build the maven system. . This package provides the API documentation for Modello.