Return-Path: Delivered-To: apmail-incubator-aries-commits-archive@minotaur.apache.org Received: (qmail 12099 invoked from network); 1 Mar 2010 08:46:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 08:46:43 -0000 Received: (qmail 51023 invoked by uid 500); 1 Mar 2010 08:46:43 -0000 Delivered-To: apmail-incubator-aries-commits-archive@incubator.apache.org Received: (qmail 50974 invoked by uid 500); 1 Mar 2010 08:46:43 -0000 Mailing-List: contact aries-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-commits@incubator.apache.org Received: (qmail 50963 invoked by uid 99); 1 Mar 2010 08:46:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 08:46:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 08:46:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 140FB23889CB; Mon, 1 Mar 2010 08:46:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r917419 - in /incubator/aries/trunk/web: LICENSE NOTICE pom.xml web-itests/pom.xml Date: Mon, 01 Mar 2010 08:46:22 -0000 To: aries-commits@incubator.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100301084623.140FB23889CB@eris.apache.org> Author: djencks Date: Mon Mar 1 08:46:22 2010 New Revision: 917419 URL: http://svn.apache.org/viewvc?rev=917419&view=rev Log: ARIES-173 add legal files, clean up dependency management Added: incubator/aries/trunk/web/LICENSE - copied unchanged from r917416, incubator/aries/trunk/LICENSE incubator/aries/trunk/web/NOTICE - copied unchanged from r917416, incubator/aries/trunk/NOTICE Modified: incubator/aries/trunk/web/pom.xml incubator/aries/trunk/web/web-itests/pom.xml Modified: incubator/aries/trunk/web/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/trunk/web/pom.xml?rev=917419&r1=917418&r2=917419&view=diff ============================================================================== --- incubator/aries/trunk/web/pom.xml (original) +++ incubator/aries/trunk/web/pom.xml Mon Mar 1 08:46:22 2010 @@ -17,13 +17,13 @@ under the License. --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> java5-parent org.apache.aries 1.0.0-incubating-SNAPSHOT - + 4.0.0 org.apache.aries.web web @@ -36,7 +36,7 @@ scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/web http://svn.apache.org/viewvc/incubator/aries/trunk/web - + web-urlhandler web-itests @@ -44,7 +44,19 @@ + + + org.apache.aries.web + org.apache.aries.web.itests + ${version} + + + org.apache.aries.web + org.apache.aries.web.urlhandler + ${version} + + asm asm-all @@ -57,6 +69,26 @@ 1.0.0-incubating-SNAPSHOT + + org.apache.aries.blueprint + org.apache.aries.blueprint.sample + 1.0.0-incubating-SNAPSHOT + + + org.apache.felix + org.apache.felix.configadmin + 1.2.4 + + + org.apache.aries + org.apache.aries.util + 1.0.0-incubating-SNAPSHOT + + + org.apache.aries.blueprint + org.apache.aries.blueprint + 1.0.0-incubating-SNAPSHOT + Modified: incubator/aries/trunk/web/web-itests/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/trunk/web/web-itests/pom.xml?rev=917419&r1=917418&r2=917419&view=diff ============================================================================== --- incubator/aries/trunk/web/web-itests/pom.xml (original) +++ incubator/aries/trunk/web/web-itests/pom.xml Mon Mar 1 08:46:22 2010 @@ -1,164 +1,159 @@ - + http://www.apache.org/licenses/LICENSE-2.0 Unless required by + applicable law or agreed to in writing, software distributed under + the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES + OR CONDITIONS OF ANY KIND, either express or implied. See the + License for the specific language governing permissions and + limitations under the License. +--> - - web - org.apache.aries.web - 1.0.0-incubating-SNAPSHOT - - 4.0.0 + + web + org.apache.aries.web + 1.0.0-incubating-SNAPSHOT + + 4.0.0 - org.apache.aries.web.itests - jar - Apache Aries Web integration tests + org.apache.aries.web.itests + jar + Apache Aries Web integration tests - - - org.osgi - org.osgi.core - provided - - - junit - junit - provided - - - asm - asm-all - - - org.apache.aries.testsupport - org.apache.aries.testsupport.unit - test - - - org.osgi - org.osgi.compendium - provided - - - org.apache.aries.blueprint - org.apache.aries.blueprint.sample - 1.0.0-incubating-SNAPSHOT - test - - - org.apache.felix - org.apache.felix.configadmin - 1.2.4 - test - - - org.apache.aries - org.apache.aries.util - 1.0.0-incubating-SNAPSHOT - test - - - org.apache.aries.blueprint - org.apache.aries.blueprint - 1.0.0-incubating-SNAPSHOT - test - - - org.ops4j.pax.logging - pax-logging-api - test - - - org.ops4j.pax.logging - pax-logging-service - test - - - org.ops4j.pax.exam - pax-exam - test - - - org.ops4j.pax.exam - pax-exam-junit - test - - - org.ops4j.pax.exam - pax-exam-container-default - test - - - org.ops4j.pax.swissbox - pax-swissbox-tinybundles - test - - - org.ops4j.pax.url - pax-url-mvn - test - - - org.apache.aries.web - org.apache.aries.web.urlhandler - ${version} - provided - - + + + org.osgi + org.osgi.core + provided + + + junit + junit + provided + + + asm + asm-all + + + org.apache.aries.testsupport + org.apache.aries.testsupport.unit + test + + + org.osgi + org.osgi.compendium + provided + + + org.apache.aries.blueprint + org.apache.aries.blueprint.sample + test + + + org.apache.felix + org.apache.felix.configadmin + test + + + org.apache.aries + org.apache.aries.util + test + + + org.apache.aries.blueprint + org.apache.aries.blueprint + test + + + org.ops4j.pax.logging + pax-logging-api + test + + + org.ops4j.pax.logging + pax-logging-service + test + + + org.ops4j.pax.exam + pax-exam + test + + + org.ops4j.pax.exam + pax-exam-junit + test + + + org.ops4j.pax.exam + pax-exam-container-default + test + + + org.ops4j.pax.swissbox + pax-swissbox-tinybundles + test + + + org.ops4j.pax.url + pax-url-mvn + test + + + org.apache.aries.web + org.apache.aries.web.urlhandler + provided + + - - - - org.apache.servicemix.tooling - depends-maven-plugin - 1.1 - - - generate-depends-file - - generate-depends-file - - - - - - - - - - ci-build-profile - - - maven.repo.local - - - + - - org.apache.maven.plugins - maven-surefire-plugin - - - -Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} - - - + + org.apache.servicemix.tooling + depends-maven-plugin + 1.1 + + + generate-depends-file + + generate-depends-file + + + + - - - + + + + + ci-build-profile + + + maven.repo.local + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + -Dorg.ops4j.pax.url.mvn.localRepository=${maven.repo.local} + + + + + + +