[pkg-java] r7585 - trunk/plexus-interpolation/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Sun Dec 7 20:51:30 UTC 2008
Author: twerner
Date: 2008-12-07 20:51:30 +0000 (Sun, 07 Dec 2008)
New Revision: 7585
Modified:
trunk/plexus-interpolation/debian/changelog
trunk/plexus-interpolation/debian/control
trunk/plexus-interpolation/debian/copyright
Log:
some fixes
Modified: trunk/plexus-interpolation/debian/changelog
===================================================================
--- trunk/plexus-interpolation/debian/changelog 2008-12-07 20:33:58 UTC (rev 7584)
+++ trunk/plexus-interpolation/debian/changelog 2008-12-07 20:51:30 UTC (rev 7585)
@@ -1,5 +1,6 @@
plexus-interpolation (1.7-1) unstable; urgency=low
- * Initial release. (Closes: #xxxxxx)
+ UNRELEASED
+ * Initial release. (Closes: #508095)
-- Torsten Werner <twerner at debian.org> Sun, 07 Dec 2008 21:15:47 +0100
Modified: trunk/plexus-interpolation/debian/control
===================================================================
--- trunk/plexus-interpolation/debian/control 2008-12-07 20:33:58 UTC (rev 7584)
+++ trunk/plexus-interpolation/debian/control 2008-12-07 20:51:30 UTC (rev 7585)
@@ -12,7 +12,7 @@
Package: libplexus-interpolation-java
Architecture: all
-Description: FIXME utilities for the Plexus framework
+Description: Plexus Interpolation API
The Plexus project provides a full software stack for creating and executing
software projects. Based on the Plexus container, the applications can
utilise component-oriented programming to build modular, reusable components
@@ -31,4 +31,6 @@
* Various dependency injection techniques including constructor injection,
setter injection, and private field injection.
.
- This package replaces the old packages libplexus-containers-default-java.
+ Plexus interpolator is focused on providing a more modular, flexible
+ interpolation framework for the expression language style commonly seen in
+ Maven, Plexus, and other related projects.
Modified: trunk/plexus-interpolation/debian/copyright
===================================================================
--- trunk/plexus-interpolation/debian/copyright 2008-12-07 20:33:58 UTC (rev 7584)
+++ trunk/plexus-interpolation/debian/copyright 2008-12-07 20:51:30 UTC (rev 7585)
@@ -1,11 +1,10 @@
-FIXME
-
This package was debianized by Torsten Werner<twerner at debian.org>
Sat Nov 29 17:33:45 CET 2008
-plex-containers was downloaded from http://plexus.codehaus.org
+plexus-interpolation was downloaded from
+http://plexus.codehaus.org/plexus-components/plexus-interpolation/
-Copyright: 2001-2008 Codehaus Foundation
+Copyright: 2001-2008 The Codehaus Foundation
License:
@@ -28,20 +27,12 @@
Files:
-plexus-container-default/src/test/java/org/codehaus/plexus/component/configurator/*
-plexus-component-metadata/src/test/java/org/codehaus/plexus/metadata/merge/*
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/merge/*
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/gleaner/ComponentGleanerException.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/gleaner/QDoxComponentGleaner.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/DefaultComponentDescriptorWriter.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/DefaultMetadataGenerator.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/ComponentDescriptorWriteException.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/metadata/ComponentDescriptorWriter.java
-plexus-component-metadata/src/main/java/org/codehaus/plexus/maven/plugin/*
+ src/test/java/org/codehaus/plexus/interpolation/InterpolatorFilterReaderTest.java
+ src/main/java/org/codehaus/plexus/interpolation/os/OperatingSystemUtils.java
-Copyright: 2001-2008 Codehaus Foundation
+Copyright: 2004 The Codehaus Foundation
-License: The MIT license
+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
@@ -61,3 +52,60 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
+
+----------
+
+Files:
+
+ src/main/java/org/codehaus/plexus/interpolation/os/Os.java
+ src/main/java/org/codehaus/plexus/interpolation/InterpolatorFilterReader.java
+ src/main/java/org/codehaus/plexus/interpolation/util/StringUtils.java
+
+License:
+
+ The Apache Software License, Version 1.1
+
+ Copyright (c) 2001-2003 The Apache Software Foundation. All rights
+ reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ 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 end-user documentation included with the redistribution, if
+ any, must include the following acknowlegement:
+ "This product includes software developed by the
+ Apache Software Foundation (http://www.apache.org/)."
+ Alternately, this acknowlegement may appear in the software itself,
+ if and wherever such third-party acknowlegements normally appear.
+
+ 4. The names "Ant" and "Apache Software
+ Foundation" must not be used to endorse or promote products derived
+ from this software without prior written permission. For written
+ permission, please contact apache at apache.org.
+
+ 5. Products derived from this software may not be called "Apache"
+ nor may "Apache" appear in their names without prior written
+ permission of the Apache Group.
+
+ THIS SOFTWARE IS PROVIDED ``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 THE APACHE SOFTWARE FOUNDATION 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.
+
More information about the pkg-java-commits
mailing list