From commits-return-16805-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Thu Jan 03 00:48:09 2008 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 66102 invoked from network); 3 Jan 2008 00:48:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 00:48:09 -0000 Received: (qmail 40647 invoked by uid 500); 3 Jan 2008 00:47:58 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 40608 invoked by uid 500); 3 Jan 2008 00:47:58 -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 40596 invoked by uid 99); 3 Jan 2008 00:47:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 16:47:57 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 00:47:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0BDDC1A9832; Wed, 2 Jan 2008 16:47:40 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r608298 - in /directory/sandbox/felixk: apacheds-configuration-help/pom.xml help-pom.xml ldapbrowser-help/pom.xml ldifeditor-help/pom.xml rcp-help/pom.xml schemaeditor-help/pom.xml Date: Thu, 03 Jan 2008 00:47:39 -0000 To: commits@directory.apache.org From: felixk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080103004740.0BDDC1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: felixk Date: Wed Jan 2 16:47:37 2008 New Revision: 608298 URL: http://svn.apache.org/viewvc?rev=608298&view=rev Log: Moving duplicated code of *-help plugins at one place. Introducing for this a helper pom which is referenced via relative path. Added: directory/sandbox/felixk/help-pom.xml (with props) Modified: directory/sandbox/felixk/apacheds-configuration-help/pom.xml directory/sandbox/felixk/ldapbrowser-help/pom.xml directory/sandbox/felixk/ldifeditor-help/pom.xml directory/sandbox/felixk/rcp-help/pom.xml directory/sandbox/felixk/schemaeditor-help/pom.xml Modified: directory/sandbox/felixk/apacheds-configuration-help/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/apacheds-configuration-help/pom.xml?rev=608298&r1=608297&r2=608298&view=diff ============================================================================== --- directory/sandbox/felixk/apacheds-configuration-help/pom.xml (original) +++ directory/sandbox/felixk/apacheds-configuration-help/pom.xml Wed Jan 2 16:47:37 2008 @@ -23,9 +23,11 @@ 4.0.0 org.apache.directory.studio - parent - 1.0.2-SNAPSHOT + parent-help + 1.0.0-SNAPSHOT + ../help-pom.xml + org.apache.directory.studio.apacheds.configuration help ${apacheds.configuration.help.version} @@ -34,286 +36,4 @@ - - - - userguides - - - - src/main/resources/html - ../pdf - - - src/main/resources/html - ../html - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - - org.apache.xmlgraphics - xmlgraphics-commons - 1.1 - compile - - - - - build-pdf-html-help - compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - - - - - . - - plugin.xml - - - - src/main/resources - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - org.eclipse.pde.ManifestBuilder - org.eclipse.pde.SchemaBuilder - - - org.eclipse.pde.PluginNature - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-apacheds-configuration-help - process-resources - - unpack - - - true - - - docbook - docbook-xml - zip - target/docbook/docbook-xml - - - docbook - docbook-xsl - zip - target/docbook - - - - - - - - - maven-antrun-plugin - - - build-eclipse-help-apacheds-configuration - compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - - ignore - - - ignore - - provided.local - Locally Provided Repository - file:${project.basedir}/../local-repository - - Added: directory/sandbox/felixk/help-pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/help-pom.xml?rev=608298&view=auto ============================================================================== --- directory/sandbox/felixk/help-pom.xml (added) +++ directory/sandbox/felixk/help-pom.xml Wed Jan 2 16:47:37 2008 @@ -0,0 +1,307 @@ + + + + + + 4.0.0 + + + org.apache.directory.studio + parent + 1.0.2-SNAPSHOT + + org.apache.directory.studio + parent-help + 1.0.0-SNAPSHOT + Parent Help + pom + + + + + userguides + + + + src/main/resources/html + ../pdf + + + src/main/resources/html + ../html + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + org.apache.xmlgraphics + xmlgraphics-commons + 1.1 + compile + + + + + build-pdf-html-help + compile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + + + + + + . + + plugin.xml + + + + src/main/resources + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + org.eclipse.pde.ManifestBuilder + org.eclipse.pde.SchemaBuilder + + + org.eclipse.pde.PluginNature + + + + + org.apache.maven.plugins + maven-jar-plugin + + + META-INF/MANIFEST.MF + false + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-schemaeditor-help + process-resources + + unpack + + + true + + + docbook + docbook-xml + zip + target/docbook/docbook-xml + + + docbook + docbook-xsl + zip + target/docbook + + + + + + + + + maven-antrun-plugin + + + build-eclipse-help-schemaeditor-help + process-classes + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + + \ No newline at end of file Propchange: directory/sandbox/felixk/help-pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Modified: directory/sandbox/felixk/ldapbrowser-help/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/ldapbrowser-help/pom.xml?rev=608298&r1=608297&r2=608298&view=diff ============================================================================== --- directory/sandbox/felixk/ldapbrowser-help/pom.xml (original) +++ directory/sandbox/felixk/ldapbrowser-help/pom.xml Wed Jan 2 16:47:37 2008 @@ -23,9 +23,11 @@ 4.0.0 org.apache.directory.studio - parent - 1.0.2-SNAPSHOT + parent-help + 1.0.0-SNAPSHOT + ../help-pom.xml + org.apache.directory.studio.ldapbrowser help ${ldapbrowser.help.version} @@ -34,286 +36,4 @@ - - - - userguides - - - - src/main/resources/html - ../pdf - - - src/main/resources/html - ../html - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - - org.apache.xmlgraphics - xmlgraphics-commons - 1.1 - compile - - - - - build-pdf-html-help - compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - - - - - . - - plugin.xml - - - - src/main/resources - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - org.eclipse.pde.ManifestBuilder - org.eclipse.pde.SchemaBuilder - - - org.eclipse.pde.PluginNature - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-ldapbrowser-help - process-resources - - unpack - - - true - - - docbook - docbook-xml - zip - target/docbook/docbook-xml - - - docbook - docbook-xsl - zip - target/docbook - - - - - - - - - maven-antrun-plugin - - - build-eclipse-help-ldapbrowser-help - process-classes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - - ignore - - - ignore - - provided.local - Locally Provided Repository - file:${project.basedir}/../local-repository - - Modified: directory/sandbox/felixk/ldifeditor-help/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/ldifeditor-help/pom.xml?rev=608298&r1=608297&r2=608298&view=diff ============================================================================== --- directory/sandbox/felixk/ldifeditor-help/pom.xml (original) +++ directory/sandbox/felixk/ldifeditor-help/pom.xml Wed Jan 2 16:47:37 2008 @@ -23,9 +23,11 @@ 4.0.0 org.apache.directory.studio - parent - 1.0.2-SNAPSHOT + parent-help + 1.0.0-SNAPSHOT + ../help-pom.xml + org.apache.directory.studio.ldifeditor help ${ldifeditor.help.version} @@ -34,286 +36,4 @@ - - - - userguides - - - - src/main/resources/html - ../pdf - - - src/main/resources/html - ../html - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - - org.apache.xmlgraphics - xmlgraphics-commons - 1.1 - compile - - - - - build-pdf-html-help - compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - - - - - . - - plugin.xml - - - - src/main/resources - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - org.eclipse.pde.ManifestBuilder - org.eclipse.pde.SchemaBuilder - - - org.eclipse.pde.PluginNature - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-ldifeditor-help - process-resources - - unpack - - - true - - - docbook - docbook-xml - zip - target/docbook/docbook-xml - - - docbook - docbook-xsl - zip - target/docbook - - - - - - - - - maven-antrun-plugin - - - build-eclipse-help-ldifeditor-help - process-classes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - - ignore - - - ignore - - provided.local - Locally Provided Repository - file:${project.basedir}/../local-repository - - Modified: directory/sandbox/felixk/rcp-help/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/rcp-help/pom.xml?rev=608298&r1=608297&r2=608298&view=diff ============================================================================== --- directory/sandbox/felixk/rcp-help/pom.xml (original) +++ directory/sandbox/felixk/rcp-help/pom.xml Wed Jan 2 16:47:37 2008 @@ -23,9 +23,11 @@ 4.0.0 org.apache.directory.studio - parent - 1.0.2-SNAPSHOT + parent-help + 1.0.0-SNAPSHOT + ../help-pom.xml + help ${help.version} Studio RCP Help @@ -33,295 +35,4 @@ - - - - userguides - - - - src/main/resources/html/css - ../pdf/css - - - src/main/resources/html/images - ../pdf/images - - - src/main/resources/html/css - ../html/css - - - src/main/resources/html/images - ../html/images - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - - org.apache.xmlgraphics - xmlgraphics-commons - 1.1 - compile - - - - - build-pdf-html-help - compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - - - - - . - - plugin.xml - - - - src/main/resources - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - org.eclipse.pde.ManifestBuilder - org.eclipse.pde.SchemaBuilder - - - org.eclipse.pde.PluginNature - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-rcp-help - process-resources - - unpack - - - true - - - docbook - docbook-xml - zip - target/docbook/docbook-xml - - - docbook - docbook-xsl - zip - target/docbook - - - - - - - - - maven-antrun-plugin - - - build-eclipse-help-rcp-help - process-classes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - - ignore - - - ignore - - provided.local - Locally Provided Repository - file:${project.basedir}/../local-repository - - Modified: directory/sandbox/felixk/schemaeditor-help/pom.xml URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/schemaeditor-help/pom.xml?rev=608298&r1=608297&r2=608298&view=diff ============================================================================== --- directory/sandbox/felixk/schemaeditor-help/pom.xml (original) +++ directory/sandbox/felixk/schemaeditor-help/pom.xml Wed Jan 2 16:47:37 2008 @@ -23,9 +23,11 @@ 4.0.0 org.apache.directory.studio - parent - 1.0.2-SNAPSHOT + parent-help + 1.0.0-SNAPSHOT + ../help-pom.xml + org.apache.directory.studio.schemaeditor help ${schemaeditor.help.version} @@ -34,286 +36,4 @@ - - - - userguides - - - - src/main/resources/html - ../pdf - - - src/main/resources/html - ../html - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - - org.apache.xmlgraphics - xmlgraphics-commons - 1.1 - compile - - - - - build-pdf-html-help - compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - - - - - - - . - - plugin.xml - - - - src/main/resources - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - - org.eclipse.pde.ManifestBuilder - org.eclipse.pde.SchemaBuilder - - - org.eclipse.pde.PluginNature - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-schemaeditor-help - process-resources - - unpack - - - true - - - docbook - docbook-xml - zip - target/docbook/docbook-xml - - - docbook - docbook-xsl - zip - target/docbook - - - - - - - - - maven-antrun-plugin - - - build-eclipse-help-schemaeditor-help - process-classes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - - - ignore - - - ignore - - provided.local - Locally Provided Repository - file:${project.basedir}/../local-repository - -