Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 76456 invoked from network); 9 Aug 2010 12:56:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 12:56:39 -0000 Received: (qmail 92568 invoked by uid 500); 9 Aug 2010 12:56:39 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 92491 invoked by uid 500); 9 Aug 2010 12:56:38 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 92484 invoked by uid 99); 9 Aug 2010 12:56:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Aug 2010 12:56:37 +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, 09 Aug 2010 12:56:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2BC3A23889E7; Mon, 9 Aug 2010 12:55:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r983621 - in /directory/studio/trunk: org.dom4j.dom4j/ org.dom4j.dom4j/.classpath org.dom4j.dom4j/.project org.dom4j.dom4j/pom.xml pom.xml Date: Mon, 09 Aug 2010 12:55:17 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100809125517.2BC3A23889E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Mon Aug 9 12:55:16 2010 New Revision: 983621 URL: http://svn.apache.org/viewvc?rev=983621&view=rev Log: Added plugin for 'org.dom4j.dom4j'. Added: directory/studio/trunk/org.dom4j.dom4j/ directory/studio/trunk/org.dom4j.dom4j/.classpath directory/studio/trunk/org.dom4j.dom4j/.project directory/studio/trunk/org.dom4j.dom4j/pom.xml Modified: directory/studio/trunk/pom.xml Added: directory/studio/trunk/org.dom4j.dom4j/.classpath URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.dom4j.dom4j/.classpath?rev=983621&view=auto ============================================================================== --- directory/studio/trunk/org.dom4j.dom4j/.classpath (added) +++ directory/studio/trunk/org.dom4j.dom4j/.classpath Mon Aug 9 12:55:16 2010 @@ -0,0 +1,8 @@ + + + + + + + + Added: directory/studio/trunk/org.dom4j.dom4j/.project URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.dom4j.dom4j/.project?rev=983621&view=auto ============================================================================== --- directory/studio/trunk/org.dom4j.dom4j/.project (added) +++ directory/studio/trunk/org.dom4j.dom4j/.project Mon Aug 9 12:55:16 2010 @@ -0,0 +1,19 @@ + + org.dom4j.dom4j + NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. + + + org.eclipse.jdt.core.javabuilder + + + org.eclipse.pde.ManifestBuilder + + + org.eclipse.pde.SchemaBuilder + + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + \ No newline at end of file Added: directory/studio/trunk/org.dom4j.dom4j/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.dom4j.dom4j/pom.xml?rev=983621&view=auto ============================================================================== --- directory/studio/trunk/org.dom4j.dom4j/pom.xml (added) +++ directory/studio/trunk/org.dom4j.dom4j/pom.xml Mon Aug 9 12:55:16 2010 @@ -0,0 +1,123 @@ + + + + + 4.0.0 + + org.apache.directory.studio + parent + 2.0.0-SNAPSHOT + + + org.dom4j.dom4j + ${org.dom4j.dom4j.version} + + dom4j (for Apache Directory Studio) + jar + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + + + org.apache.directory.studio + studio-maven-plugin + + true + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + false + + + + + + org.apache.felix + maven-bundle-plugin + true + + META-INF + + ${artifactId};singleton:=true + plugin + * + ! + ! + + + + + generate-manifest + process-classes + + manifest + + + + + + + + maven-dependency-plugin + + + unpack-apache-directory-studio-plugin + generate-resources + + unpack + + + true + src/main/resources + + + dom4j + dom4j + META-INF/** + + + + + + + + + maven-surefire-plugin + + true + + + + + + Modified: directory/studio/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=983621&r1=983620&r2=983621&view=diff ============================================================================== --- directory/studio/trunk/pom.xml (original) +++ directory/studio/trunk/pom.xml Mon Aug 9 12:55:16 2010 @@ -73,6 +73,7 @@ 1.3.1 2.3 1.1.1 + 1.6.1 0.9.17 2.0.0-M6 140 @@ -1127,7 +1128,7 @@ dom4j dom4j - 1.6.1 + ${org.dom4j.dom4j.version} commons-io