Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 41341 invoked from network); 9 Aug 2010 16:44:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Aug 2010 16:44:18 -0000 Received: (qmail 65394 invoked by uid 500); 9 Aug 2010 16:44:18 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 65156 invoked by uid 500); 9 Aug 2010 16:44:18 -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 65002 invoked by uid 99); 9 Aug 2010 16:44:18 -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 16:44:18 +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 16:44:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E4A4E23889EB; Mon, 9 Aug 2010 16:42:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r983724 - in /directory/studio/trunk: org.apache.directory.shared.dsmlparser/ org.apache.directory.shared.dsmlparser/.classpath org.apache.directory.shared.dsmlparser/.project org.apache.directory.shared.dsmlparser/pom.xml pom.xml Date: Mon, 09 Aug 2010 16:42:54 -0000 To: commits@directory.apache.org From: pamarcelot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100809164254.E4A4E23889EB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pamarcelot Date: Mon Aug 9 16:42:54 2010 New Revision: 983724 URL: http://svn.apache.org/viewvc?rev=983724&view=rev Log: Added the plugin for 'org.apache.directory.studio.shared.dsmlparser'. Added: directory/studio/trunk/org.apache.directory.shared.dsmlparser/ directory/studio/trunk/org.apache.directory.shared.dsmlparser/.classpath directory/studio/trunk/org.apache.directory.shared.dsmlparser/.project directory/studio/trunk/org.apache.directory.shared.dsmlparser/pom.xml Modified: directory/studio/trunk/pom.xml Added: directory/studio/trunk/org.apache.directory.shared.dsmlparser/.classpath URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.directory.shared.dsmlparser/.classpath?rev=983724&view=auto ============================================================================== --- directory/studio/trunk/org.apache.directory.shared.dsmlparser/.classpath (added) +++ directory/studio/trunk/org.apache.directory.shared.dsmlparser/.classpath Mon Aug 9 16:42:54 2010 @@ -0,0 +1,8 @@ + + + + + + + + Added: directory/studio/trunk/org.apache.directory.shared.dsmlparser/.project URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.directory.shared.dsmlparser/.project?rev=983724&view=auto ============================================================================== --- directory/studio/trunk/org.apache.directory.shared.dsmlparser/.project (added) +++ directory/studio/trunk/org.apache.directory.shared.dsmlparser/.project Mon Aug 9 16:42:54 2010 @@ -0,0 +1,19 @@ + + org.apache.directory.shared.dsmlparser + 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.apache.directory.shared.dsmlparser/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/org.apache.directory.shared.dsmlparser/pom.xml?rev=983724&view=auto ============================================================================== --- directory/studio/trunk/org.apache.directory.shared.dsmlparser/pom.xml (added) +++ directory/studio/trunk/org.apache.directory.shared.dsmlparser/pom.xml Mon Aug 9 16:42:54 2010 @@ -0,0 +1,123 @@ + + + + + 4.0.0 + + org.apache.directory.studio + parent + 2.0.0-SNAPSHOT + + + org.apache.directory.shared.dsmlparser + ${org.apache.directory.shared.version} + + Apache Directory DSML Parser (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 + + + org.apache.directory.shared + shared-dsml-parser + META-INF/** + + + + + + + + + maven-surefire-plugin + + true + + + + + + Modified: directory/studio/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=983724&r1=983723&r2=983724&view=diff ============================================================================== --- directory/studio/trunk/pom.xml (original) +++ directory/studio/trunk/pom.xml Mon Aug 9 16:42:54 2010 @@ -95,6 +95,7 @@ org.apache.commons.lang org.apache.commons.logging org.apache.directory.shared.asn1 + org.apache.directory.shared.dsmlparser org.apache.httpcomponents.httpclient org.apache.httpcomponents.httpcore org.apache.logging.log4j