Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2799998CA for ; Wed, 6 Jun 2012 07:57:05 +0000 (UTC) Received: (qmail 96872 invoked by uid 500); 6 Jun 2012 07:57:04 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 96378 invoked by uid 500); 6 Jun 2012 07:56:58 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 96356 invoked by uid 99); 6 Jun 2012 07:56:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2012 07:56:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Wed, 06 Jun 2012 07:56:56 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D8C5023888CD for ; Wed, 6 Jun 2012 07:56:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1346769 - in /commons/sandbox/classscan/trunk: ./ impl-refl/ impl-refl/pom.xml impl-xbf/ impl-xbf/pom.xml pom.xml Date: Wed, 06 Jun 2012 07:56:35 -0000 To: commits@commons.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120606075635.D8C5023888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: struberg Date: Wed Jun 6 07:56:34 2012 New Revision: 1346769 URL: http://svn.apache.org/viewvc?rev=1346769&view=rev Log: fix the maven setup Added: commons/sandbox/classscan/trunk/pom.xml (with props) Modified: commons/sandbox/classscan/trunk/ (props changed) commons/sandbox/classscan/trunk/impl-refl/ (props changed) commons/sandbox/classscan/trunk/impl-refl/pom.xml commons/sandbox/classscan/trunk/impl-xbf/ (props changed) commons/sandbox/classscan/trunk/impl-xbf/pom.xml Propchange: commons/sandbox/classscan/trunk/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Jun 6 07:56:34 2012 @@ -0,0 +1,12 @@ +.idea +.classpath +.project +.settings +*.iml +*.ipr +*.iws +.git +.gitignore +.externalToolBuilders +target +maven-eclipse.xml Propchange: commons/sandbox/classscan/trunk/impl-refl/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Wed Jun 6 07:56:34 2012 @@ -0,0 +1,12 @@ +target +.metadata +.classpath +.project +.settings +*.iml +*.ipr +*.iws +.git +.gitignore +.externalToolBuilders +maven-eclipse.xml Modified: commons/sandbox/classscan/trunk/impl-refl/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/impl-refl/pom.xml?rev=1346769&r1=1346768&r2=1346769&view=diff ============================================================================== --- commons/sandbox/classscan/trunk/impl-refl/pom.xml (original) +++ commons/sandbox/classscan/trunk/impl-refl/pom.xml Wed Jun 6 07:56:34 2012 @@ -19,103 +19,96 @@ --> - 4.0.0 - - - org.apache.commons - commons-parent - 24 - - - org.apache.commons - classscan - Class Scan - 0.1-SNAPSHOT - A library to obtain information about class(es) before the jvm loads the class - - - 1.5 - 1.5 - sandbox/classscan/trunk - - - - scm:svn:http://svn.apache.org/repos/asf/commons/${commons.subproject.location} - scm:svn:https://svn.apache.org/repos/asf/commons/${commons.subproject.location} - http://svn.apache.org/viewvc/commons/${commons.subproject.location} - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Xmx512m - - - - - - - - - - - org.apache.bcel - bcel - 6.0-SNAPSHOT - - - - junit - junit - 4.3 - test - - - - org.slf4j - slf4j-api - 1.5.10 - - - - ch.qos.logback - logback-core - 0.9.18 - test - - - - ch.qos.logback - logback-classic - 0.9.18 - test - - - - - - - apache-snapshot - https://repository.apache.org/content/repositories/snapshots - - true - - - - - - - apache.website - Apache Commons Site - ${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid} - - - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + + org.apache.commons.classscan + classscan-parent + 0.1-SNAPSHOT + ../pom.xml + + + org.apache.commons.classscan + classscan-impl-refl + Class Scan Reflection impl + + + scm:svn:http://svn.apache.org/repos/asf/commons/${commons.subproject.location} + scm:svn:https://svn.apache.org/repos/asf/commons/${commons.subproject.location} + http://svn.apache.org/viewvc/commons/${commons.subproject.location} + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + -Xmx512m + + + + + + + + + + + org.apache.bcel + bcel + 6.0-SNAPSHOT + + + + junit + junit + 4.3 + test + + + + org.slf4j + slf4j-api + 1.5.10 + + + + ch.qos.logback + logback-core + 0.9.18 + test + + + + ch.qos.logback + logback-classic + 0.9.18 + test + + + + + + + apache-snapshot + https://repository.apache.org/content/repositories/snapshots + + true + + + + + + + apache.website + Apache Commons Site + ${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid} + + + + Propchange: commons/sandbox/classscan/trunk/impl-xbf/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Wed Jun 6 07:56:34 2012 @@ -1,4 +1,3 @@ - *.iml *.ipr *.iws Modified: commons/sandbox/classscan/trunk/impl-xbf/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/impl-xbf/pom.xml?rev=1346769&r1=1346768&r2=1346769&view=diff ============================================================================== --- commons/sandbox/classscan/trunk/impl-xbf/pom.xml (original) +++ commons/sandbox/classscan/trunk/impl-xbf/pom.xml Wed Jun 6 07:56:34 2012 @@ -21,50 +21,49 @@ - 4.0.0 + 4.0.0 - - org.apache - apache - 10 - + + org.apache.commons.classscan + classscan-parent + 0.1-SNAPSHOT + ../pom.xml + - org.apache.commons - commons-finder - 0.1-SNAPSHOT - jar - Apache Commons:: Classpath Resource Finder - Commons Finder helps to find annotations in classes - - - asm - asm - 3.2 - provided - - - asm - asm-commons - 3.2 - provided - - - junit - junit - 4.10 - test - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.6 - 1.6 - - - - + commons-classscan-xbf + + Apache Commons:: Classpath Resource Finder + Commons Finder helps to find annotations in classes + + + asm + asm + 3.2 + provided + + + asm + asm-commons + 3.2 + provided + + + junit + junit + 4.10 + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + Added: commons/sandbox/classscan/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/classscan/trunk/pom.xml?rev=1346769&view=auto ============================================================================== --- commons/sandbox/classscan/trunk/pom.xml (added) +++ commons/sandbox/classscan/trunk/pom.xml Wed Jun 6 07:56:34 2012 @@ -0,0 +1,77 @@ + + + + + 4.0.0 + + + org.apache.commons + commons-parent + 24 + + + org.apache.commons.classscan + classscan-parent + 0.1-SNAPSHOT + pom + + Class Scan Parent + + A framework to obtain information about class(es) before the jvm loads the class. + One of the main design goals is to only scan once for a whole server. + + + + 1.5 + 1.5 + sandbox/classscan/trunk + + + + scm:svn:http://svn.apache.org/repos/asf/commons/${commons.subproject.location} + scm:svn:https://svn.apache.org/repos/asf/commons/${commons.subproject.location} + http://svn.apache.org/viewvc/commons/${commons.subproject.location} + + + + + apache-snapshot + https://repository.apache.org/content/repositories/snapshots + + true + + + + + + + apache.website + Apache Commons Site + ${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid} + + + + + impl-refl + impl-xbf + + + Propchange: commons/sandbox/classscan/trunk/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native