Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BA1E2C05B for ; Sun, 18 Jan 2015 15:52:35 +0000 (UTC) Received: (qmail 27625 invoked by uid 500); 18 Jan 2015 15:52:36 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 27517 invoked by uid 500); 18 Jan 2015 15:52:36 -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 27435 invoked by uid 99); 18 Jan 2015 15:52:36 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2015 15:52:36 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 191D6AC0059; Sun, 18 Jan 2015 15:52:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1652785 - in /directory/studio/branches/studio-tycho/features: pom.xml rcp.feature/build.properties rcp.feature/feature.xml rcp.feature/pom.xml Date: Sun, 18 Jan 2015 15:52:35 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150118155236.191D6AC0059@hades.apache.org> Author: seelmann Date: Sun Jan 18 15:52:34 2015 New Revision: 1652785 URL: http://svn.apache.org/r1652785 Log: Migrate RCP feature to tycho, needed to add lot of plugins to get it work Added: directory/studio/branches/studio-tycho/features/rcp.feature/build.properties Modified: directory/studio/branches/studio-tycho/features/pom.xml directory/studio/branches/studio-tycho/features/rcp.feature/feature.xml directory/studio/branches/studio-tycho/features/rcp.feature/pom.xml Modified: directory/studio/branches/studio-tycho/features/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/features/pom.xml?rev=1652785&r1=1652784&r2=1652785&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/features/pom.xml (original) +++ directory/studio/branches/studio-tycho/features/pom.xml Sun Jan 18 15:52:34 2015 @@ -37,7 +37,7 @@ ldapbrowser.feature ldifeditor.feature - + rcp.feature schemaeditor.feature Added: directory/studio/branches/studio-tycho/features/rcp.feature/build.properties URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/features/rcp.feature/build.properties?rev=1652785&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/features/rcp.feature/build.properties (added) +++ directory/studio/branches/studio-tycho/features/rcp.feature/build.properties Sun Jan 18 15:52:34 2015 @@ -0,0 +1,3 @@ +bin.includes = feature.xml,\ + studio.png,\ + META-INF/* Modified: directory/studio/branches/studio-tycho/features/rcp.feature/feature.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/features/rcp.feature/feature.xml?rev=1652785&r1=1652784&r2=1652785&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/features/rcp.feature/feature.xml (original) +++ directory/studio/branches/studio-tycho/features/rcp.feature/feature.xml Sun Jan 18 15:52:34 2015 @@ -2,17 +2,13 @@ - The Apache Directory Studio RCP Feature contains all plugins related to the -Apache Directory Studio RCP Tooling Platform. + The Apache Directory Studio RCP Feature contains all plugins related to the Apache Directory Studio RCP Tooling Platform. @@ -204,24 +200,290 @@ http://www.apache.org/licenses/ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: directory/studio/branches/studio-tycho/features/rcp.feature/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/features/rcp.feature/pom.xml?rev=1652785&r1=1652784&r2=1652785&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/features/rcp.feature/pom.xml (original) +++ directory/studio/branches/studio-tycho/features/rcp.feature/pom.xml Sun Jan 18 15:52:34 2015 @@ -24,103 +24,13 @@ org.apache.directory.studio parent-features 2.0.0-SNAPSHOT + ../ - rcp.feature + org.apache.directory.studio.rcp.feature Apache Directory Studio RCP Feature - jar + eclipse-feature - - - - - . - - feature.xml - studio.png - - true - - - - - - org.apache.maven.plugins - maven-resources-plugin - - - package - - resources - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - false - - org.eclipse.pde.FeatureNature - - - org.eclipse.pde.FeatureBuilder - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - org.apache.directory.studio - studio-maven-plugin - - true - true - - - - - org.apache.felix - maven-bundle-plugin - true - - META-INF - - ${project.groupId}.${project.artifactId};singleton:=true - plugin - true - ! - - - - - generate-manifest - process-classes - - manifest - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - \ No newline at end of file