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 87CE511E76 for ; Fri, 19 Sep 2014 07:04:02 +0000 (UTC) Received: (qmail 49693 invoked by uid 500); 19 Sep 2014 07:04:02 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 49655 invoked by uid 500); 19 Sep 2014 07:04:02 -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 49646 invoked by uid 99); 19 Sep 2014 07:04:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2014 07:04:02 +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; Fri, 19 Sep 2014 07:03:57 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 671A223888E2; Fri, 19 Sep 2014 07:03:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1626133 [1/2] - in /directory/studio/branches/studio-tycho: ./ eclipse-target-platform/ eclipse-target-platform/eclipse-target-platform-template/ plugins/ plugins/common.core/META-INF/ plugins/common.ui/ plugins/common.ui/META-INF/ plugins... Date: Fri, 19 Sep 2014 07:03:36 -0000 To: commits@directory.apache.org From: seelmann@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140919070337.671A223888E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: seelmann Date: Fri Sep 19 07:03:35 2014 New Revision: 1626133 URL: http://svn.apache.org/r1626133 Log: Migrate some more plugins to tycho build Added: directory/studio/branches/studio-tycho/plugins/common.ui/META-INF/ directory/studio/branches/studio-tycho/plugins/common.ui/META-INF/MANIFEST.MF directory/studio/branches/studio-tycho/plugins/common.ui/build.properties directory/studio/branches/studio-tycho/plugins/connection.core/META-INF/ directory/studio/branches/studio-tycho/plugins/connection.core/META-INF/MANIFEST.MF directory/studio/branches/studio-tycho/plugins/connection.core/build.properties directory/studio/branches/studio-tycho/plugins/connection.ui/META-INF/ directory/studio/branches/studio-tycho/plugins/connection.ui/META-INF/MANIFEST.MF directory/studio/branches/studio-tycho/plugins/connection.ui/build.properties directory/studio/branches/studio-tycho/plugins/ldifparser/META-INF/ directory/studio/branches/studio-tycho/plugins/ldifparser/META-INF/MANIFEST.MF directory/studio/branches/studio-tycho/plugins/ldifparser/build.properties Modified: directory/studio/branches/studio-tycho/eclipse-target-platform/eclipse-target-platform-template/eclipse-target-platform.target directory/studio/branches/studio-tycho/eclipse-target-platform/pom.xml directory/studio/branches/studio-tycho/plugins/common.core/META-INF/MANIFEST.MF directory/studio/branches/studio-tycho/plugins/common.ui/ (props changed) directory/studio/branches/studio-tycho/plugins/common.ui/pom.xml directory/studio/branches/studio-tycho/plugins/connection.core/ (props changed) directory/studio/branches/studio-tycho/plugins/connection.core/pom.xml directory/studio/branches/studio-tycho/plugins/connection.ui/ (props changed) directory/studio/branches/studio-tycho/plugins/connection.ui/pom.xml directory/studio/branches/studio-tycho/plugins/ldifparser/ (props changed) directory/studio/branches/studio-tycho/plugins/ldifparser/pom.xml directory/studio/branches/studio-tycho/plugins/pom.xml directory/studio/branches/studio-tycho/pom.xml Modified: directory/studio/branches/studio-tycho/eclipse-target-platform/eclipse-target-platform-template/eclipse-target-platform.target URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/eclipse-target-platform/eclipse-target-platform-template/eclipse-target-platform.target?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/eclipse-target-platform/eclipse-target-platform-template/eclipse-target-platform.target (original) +++ directory/studio/branches/studio-tycho/eclipse-target-platform/eclipse-target-platform-template/eclipse-target-platform.target Fri Sep 19 07:03:35 2014 @@ -3,6 +3,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -11,11 +40,6 @@ - - - - - -Xms40m -Xmx512m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts Modified: directory/studio/branches/studio-tycho/eclipse-target-platform/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/eclipse-target-platform/pom.xml?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/eclipse-target-platform/pom.xml (original) +++ directory/studio/branches/studio-tycho/eclipse-target-platform/pom.xml Fri Sep 19 07:03:35 2014 @@ -46,9 +46,27 @@ site - - commons-lang:commons-lang:2.6 + antlr:antlr:${org.antlr.version} + bouncycastle:bcprov-jdk15:${org.bouncycastle.bcprov.jdk15.version} + commons-collections:commons-collections:${org.apache.commons.collections.version} + commons-io:commons-io:${org.apache.commons.io.version} + commons-lang:commons-lang:${org.apache.commons.lang.version} + commons-pool:commons-pool:${org.apache.commons.pool.version} + dom4j:dom4j:${org.dom4j.version} + org.apache.directory.api:api-asn1-api:${org.apache.directory.api.version} + org.apache.directory.api:api-asn1-ber:${org.apache.directory.api.version} + org.apache.directory.api:api-i18n:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-client-api:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-codec-core:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-extras-aci:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-extras-codec:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-extras-codec-api:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-model:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-net-mina:${org.apache.directory.api.version} + org.apache.directory.api:api-ldap-schema-data:${org.apache.directory.api.version} + org.apache.directory.api:api-util:${org.apache.directory.api.version} + org.apache.mina:mina-core:${org.apache.mina.version} @@ -93,6 +111,7 @@ + Modified: directory/studio/branches/studio-tycho/plugins/common.core/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/common.core/META-INF/MANIFEST.MF?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/plugins/common.core/META-INF/MANIFEST.MF (original) +++ directory/studio/branches/studio-tycho/plugins/common.core/META-INF/MANIFEST.MF Fri Sep 19 07:03:35 2014 @@ -6,6 +6,7 @@ Bundle-Version: 2.0.0.qualifier Bundle-SymbolicName: org.apache.directory.studio.common.core;singleton:=true Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt Bundle-RequiredExecutionEnvironment: JavaSE-1.6 -Export-Package: org.apache.directory.studio.common.core.jobs;version="2.0.0" +Eclipse-LazyStart: true +Export-Package: org.apache.directory.studio.common.core.jobs Import-Package: org.apache.commons.lang Require-Bundle: org.eclipse.core.runtime Propchange: directory/studio/branches/studio-tycho/plugins/common.ui/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Fri Sep 19 07:03:35 2014 @@ -11,4 +11,3 @@ eclipse-classes *.iml *.ipr dependency-reduced-pom.xml -META-INF Added: directory/studio/branches/studio-tycho/plugins/common.ui/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/common.ui/META-INF/MANIFEST.MF?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/common.ui/META-INF/MANIFEST.MF (added) +++ directory/studio/branches/studio-tycho/plugins/common.ui/META-INF/MANIFEST.MF Fri Sep 19 07:03:35 2014 @@ -0,0 +1,17 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Directory Studio Common UI +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 2.0.0.qualifier +Bundle-SymbolicName: org.apache.directory.studio.common.ui;singleton:=true +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-Localization: plugin +Bundle-Activator: org.apache.directory.studio.common.ui.CommonUIPlugin +Eclipse-LazyStart: true +Export-Package: org.apache.directory.studio.common.ui, + org.apache.directory.studio.common.ui.filesystem, + org.apache.directory.studio.common.ui.widgets +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.ui, + org.eclipse.ui.editors Added: directory/studio/branches/studio-tycho/plugins/common.ui/build.properties URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/common.ui/build.properties?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/common.ui/build.properties (added) +++ directory/studio/branches/studio-tycho/plugins/common.ui/build.properties Fri Sep 19 07:03:35 2014 @@ -0,0 +1,3 @@ +source.. = src/main/java/ +bin.includes = META-INF/,\ + . Modified: directory/studio/branches/studio-tycho/plugins/common.ui/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/common.ui/pom.xml?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/plugins/common.ui/pom.xml (original) +++ directory/studio/branches/studio-tycho/plugins/common.ui/pom.xml Fri Sep 19 07:03:35 2014 @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -24,217 +24,218 @@ org.apache.directory.studio parent-plugins 2.0.0-SNAPSHOT + ../ - common.ui + org.apache.directory.studio.common.ui Apache Directory Studio Common UI - jar + eclipse-plugin - - - - - . - - plugin*.properties - plugin.xml - - - - resources - resources - - - src/main/resources - - - src/main/java - - **/*.properties - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - false - true - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - - org.eclipse.jdt.launching.JRE_CONTAINER - org.eclipse.pde.core.requiredPlugins - - - - - org.apache.directory.studio - studio-maven-plugin - - false - true - - - - - prepare-jar-package - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.felix - maven-bundle-plugin - true - - META-INF - - ${project.groupId}.${project.artifactId};singleton:=true - plugin - true - org.apache.directory.studio.common.ui.CommonUIPlugin - org.eclipse.core.runtime, - org.eclipse.ui, - org.eclipse.ui.editors - org.apache.directory.studio.* - ! - ! - - - - - generate-manifest - process-classes - - manifest - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - - - org.apache.rat - apache-rat-plugin - - false - + + + + + + + + + + + + + + + + - **/target/**/* - **/cobertura.ser + + - **/.classpath - **/.project - **/.settings/**/* + + + - **/*.iml - **/*.ipr - **/*.iws + + + - **/MANIFEST.MF + - **/dependency-reduced-pom.xml + - **/.gitignore + - **/about.ini - **/about_files/* + + - **/*.log - **/*.vm + + - src/main/java/org/apache/directory/studio/common/ui/filesystem/PathEditorInput.java - **/*.launch - **/maven-eclipse.xml - - - - - - + + + + + + + + + - + - - org.eclipse.swt.gtk.linux - x86 - provided - - - org.eclipse.ui - workbench - provided - - - org.eclipse.core - commands - provided - - - org.eclipse.core - runtime - provided - - - org.eclipse.core - jobs - provided - - - org.eclipse.equinox - registry - provided - - - org.eclipse.equinox - common - provided - - - org.eclipse - osgi - provided - - - org.eclipse - jface - provided - - - org.eclipse - ui - provided - - - org.eclipse.ui - editors - provided - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Propchange: directory/studio/branches/studio-tycho/plugins/connection.core/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Fri Sep 19 07:03:35 2014 @@ -11,4 +11,3 @@ eclipse-classes *.iml *.ipr dependency-reduced-pom.xml -META-INF Added: directory/studio/branches/studio-tycho/plugins/connection.core/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/connection.core/META-INF/MANIFEST.MF?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/connection.core/META-INF/MANIFEST.MF (added) +++ directory/studio/branches/studio-tycho/plugins/connection.core/META-INF/MANIFEST.MF Fri Sep 19 07:03:35 2014 @@ -0,0 +1,33 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Directory Studio Connection Core +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 2.0.0.qualifier +Bundle-SymbolicName: org.apache.directory.studio.connection.core;singleton:=true +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-Localization: plugin +Bundle-Activator: org.apache.directory.studio.connection.core.ConnectionCorePlugin +Eclipse-LazyStart: true +Export-Package: org.apache.directory.studio.connection.core, + org.apache.directory.studio.connection.core.event, + org.apache.directory.studio.connection.core.io, + org.apache.directory.studio.connection.core.io.api, + org.apache.directory.studio.connection.core.io.jndi, + org.apache.directory.studio.connection.core.jobs +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.ui, + org.apache.directory.studio.common.core, + org.apache.directory.studio.ldifparser, + org.apache.directory.api.asn1.api;bundle-version="1.0.0.M24", + org.apache.directory.api.ldap.client.api;bundle-version="1.0.0.M24", + org.apache.directory.api.ldap.codec.core;bundle-version="1.0.0.M24", + org.apache.directory.api.ldap.model;bundle-version="1.0.0.M24", + org.apache.directory.api.ldap.net.mina;bundle-version="1.0.0.M24", + org.apache.directory.api.util;bundle-version="1.0.0.M24" +Import-Package: org.apache.commons.lang, + org.apache.commons.io, + org.apache.commons.codec.digest, + org.apache.http.conn.ssl, + org.dom4j, + org.dom4j.io Added: directory/studio/branches/studio-tycho/plugins/connection.core/build.properties URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/connection.core/build.properties?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/connection.core/build.properties (added) +++ directory/studio/branches/studio-tycho/plugins/connection.core/build.properties Fri Sep 19 07:03:35 2014 @@ -0,0 +1,3 @@ +source.. = src/main/java/ +bin.includes = META-INF/,\ + . Modified: directory/studio/branches/studio-tycho/plugins/connection.core/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/connection.core/pom.xml?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/plugins/connection.core/pom.xml (original) +++ directory/studio/branches/studio-tycho/plugins/connection.core/pom.xml Fri Sep 19 07:03:35 2014 @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -24,236 +24,237 @@ org.apache.directory.studio parent-plugins 2.0.0-SNAPSHOT + ../ - connection.core + org.apache.directory.studio.connection.core Apache Directory Studio Connection Core - jar + eclipse-plugin - - - - . - - plugin*.properties - plugin.xml - - - - src/main/resources - - - src/main/java - - **/*.properties - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - false - true - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - - org.eclipse.jdt.launching.JRE_CONTAINER - org.eclipse.pde.core.requiredPlugins - - - - - org.apache.directory.studio - studio-maven-plugin - - false - true - - - - - prepare-jar-package - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.felix - maven-bundle-plugin - true - - META-INF - - ${project.groupId}.${project.artifactId};singleton:=true - plugin - true - org.apache.directory.studio.connection.core.ConnectionCorePlugin - org.apache.commons.codec;bundle-version="${org.apache.commons.codec.version}", - org.apache.commons.io;bundle-version="${org.apache.commons.io.version}", - org.apache.commons.lang;bundle-version="${org.apache.commons.lang.version}", - org.apache.directory.api.asn1.api;bundle-version="${org.apache.directory.api.validversion}", - org.apache.directory.api.ldap.client.api;bundle-version="${org.apache.directory.api.validversion}", - org.apache.directory.api.ldap.codec.core;bundle-version="${org.apache.directory.api.validversion}", - org.apache.directory.api.ldap.model;bundle-version="${org.apache.directory.api.validversion}", - org.apache.directory.api.ldap.net.mina;bundle-version="${org.apache.directory.api.validversion}", - org.apache.directory.api.util;bundle-version="${org.apache.directory.api.validversion}", - org.apache.directory.studio.common.core, - org.apache.directory.studio.ldifparser, - org.apache.httpcomponents.httpclient;bundle-version="${org.apache.httpcomponents.version}", - org.apache.mina.core;bundle-version="${org.apache.mina.version}", - org.dom4j.dom4j;bundle-version="${org.dom4j.version}", - org.eclipse.core.runtime, - org.eclipse.ui - org.apache.directory.studio.connection.core.* - !* - - - - - generate-manifest - process-classes - - manifest - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - + + + + + + + + + - + - - org.apache.directory.api - api-ldap-client-api - provided - - - org.apache.directory.api - api-asn1-api - provided - - - org.apache.directory.api - api-ldap-model - provided - - - org.apache.directory.api - api-ldap-codec-core - provided - - - org.apache.directory.api - api-ldap-net-mina - provided - - - org.apache.directory.api - api-util - provided - - - org.apache.directory.studio - org.apache.commons.codec - provided - - - org.apache.directory.studio - org.apache.commons.io - provided - - - org.apache.directory.studio - org.apache.httpcomponents.httpclient - provided - - - org.apache.directory.studio - org.dom4j.dom4j - provided - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.mina - mina-core - provided - - + + + + + + - - org.apache.directory.studio - common.core - provided - - - org.apache.directory.studio - ldifparser - provided - - + + + + + + + + + + + - - org.eclipse.ui - workbench - provided - - - org.eclipse - osgi - provided - - - org.eclipse.core - jobs - provided - - - org.eclipse.equinox - common - provided - - - org.eclipse.equinox - registry - provided - - - org.eclipse.core - runtime - provided - - - org.eclipse.equinox - preferences - provided - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: directory/studio/branches/studio-tycho/plugins/connection.ui/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Fri Sep 19 07:03:35 2014 @@ -11,4 +11,3 @@ eclipse-classes *.iml *.ipr dependency-reduced-pom.xml -META-INF Added: directory/studio/branches/studio-tycho/plugins/connection.ui/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/connection.ui/META-INF/MANIFEST.MF?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/connection.ui/META-INF/MANIFEST.MF (added) +++ directory/studio/branches/studio-tycho/plugins/connection.ui/META-INF/MANIFEST.MF Fri Sep 19 07:03:35 2014 @@ -0,0 +1,35 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Directory Studio Connection UI +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 2.0.0.qualifier +Bundle-SymbolicName: org.apache.directory.studio.connection.ui;singleton:=true +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Bundle-Localization: plugin +Bundle-Activator: org.apache.directory.studio.connection.ui.ConnectionUIPlugin +Eclipse-LazyStart: true +Export-Package: org.apache.directory.studio.connection.ui, + org.apache.directory.studio.connection.ui.actions, + org.apache.directory.studio.connection.ui.dialogs, + org.apache.directory.studio.connection.ui.dnd, + org.apache.directory.studio.connection.ui.preferences, + org.apache.directory.studio.connection.ui.properties, + org.apache.directory.studio.connection.ui.widgets, + org.apache.directory.studio.connection.ui.wizards, + org.apache.directory.studio.utils +Require-Bundle: org.eclipse.core.runtime, + org.eclipse.ui, + org.eclipse.ui.forms, + org.eclipse.ui.workbench.texteditor, + org.apache.directory.studio.common.core, + org.apache.directory.studio.common.ui, + org.apache.directory.studio.connection.core, + org.apache.directory.api.ldap.model;bundle-version="1.0.0.M24 +Import-Package: org.apache.commons.lang, + org.apache.commons.lang.time, + org.apache.commons.io, + org.apache.commons.codec.binary, + org.apache.commons.codec.digest, + org.bouncycastle.asn1, + org.bouncycastle.x509.extension Added: directory/studio/branches/studio-tycho/plugins/connection.ui/build.properties URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/connection.ui/build.properties?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/connection.ui/build.properties (added) +++ directory/studio/branches/studio-tycho/plugins/connection.ui/build.properties Fri Sep 19 07:03:35 2014 @@ -0,0 +1,3 @@ +source.. = src/main/java/ +bin.includes = META-INF/,\ + . Modified: directory/studio/branches/studio-tycho/plugins/connection.ui/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/connection.ui/pom.xml?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/plugins/connection.ui/pom.xml (original) +++ directory/studio/branches/studio-tycho/plugins/connection.ui/pom.xml Fri Sep 19 07:03:35 2014 @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -26,237 +26,237 @@ 2.0.0-SNAPSHOT - connection.ui + org.apache.directory.studio.connection.ui Apache Directory Studio Connection UI - jar + eclipse-plugin - - - - - . - - plugin*.properties - plugin.xml - - - - resources - resources - - - src/main/resources - - - src/main/java - - **/*.properties - - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - false - true - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - - org.eclipse.jdt.launching.JRE_CONTAINER - org.eclipse.pde.core.requiredPlugins - - - - - org.apache.directory.studio - studio-maven-plugin - - false - true - - - - - prepare-jar-package - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - - org.apache.felix - maven-bundle-plugin - true - - META-INF - - ${project.groupId}.${project.artifactId};singleton:=true - plugin - true - org.apache.directory.studio.connection.ui.ConnectionUIPlugin - org.apache.commons.codec;bundle-version="${org.apache.commons.codec.version}", - org.apache.commons.io;bundle-version="${org.apache.commons.io.version}", - org.apache.commons.lang;bundle-version="${org.apache.commons.lang.version}", - org.apache.directory.api.ldap.model;bundle-version="${org.apache.directory.api.validversion}", - org.apache.directory.studio.common.core, - org.apache.directory.studio.common.ui, - org.apache.directory.studio.connection.core, - org.bouncycastle.bcprov.jdk15;bundle-version="${org.bouncycastle.bcprov.jdk15.version}", - org.eclipse.core.runtime, - org.eclipse.ui, - org.eclipse.ui.forms, - org.eclipse.ui.workbench.texteditor - org.apache.directory.studio.connection.ui.*,org.apache.directory.studio.utils.* - !* - - - - - generate-manifest - process-classes - - manifest - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.directory.studio - org.bouncycastle.bcprov.jdk15 - provided - - - org.apache.directory.studio - org.apache.commons.codec - provided - - - org.apache.directory.studio - org.apache.commons.io - provided - - - org.apache.directory.studio - org.apache.commons.lang - provided - - - org.apache.directory.api - api-ldap-model - provided - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.directory.studio - common.core - provided - - - org.apache.directory.studio - common.ui - provided - - - org.apache.directory.studio - connection.core - provided - - + + + + + + + + + + + + + + + + - - org.eclipse.swt.gtk.linux - x86 - provided - - - org.eclipse.ui - workbench - provided - - - org.eclipse.core - commands - provided - - - org.eclipse.core - runtime - provided - - - org.eclipse.core - jobs - provided - - - org.eclipse.equinox - registry - provided - - - org.eclipse.equinox - common - provided - - - org.eclipse - osgi - provided - - - org.eclipse.ui.workbench - texteditor - provided - - - org.eclipse - jface - provided - - - org.eclipse - ui - provided - - - org.eclipse.ui - editors - provided - - - org.eclipse.ui - forms - provided - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: directory/studio/branches/studio-tycho/plugins/ldifparser/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Fri Sep 19 07:03:35 2014 @@ -11,4 +11,3 @@ eclipse-classes *.iml *.ipr dependency-reduced-pom.xml -META-INF Added: directory/studio/branches/studio-tycho/plugins/ldifparser/META-INF/MANIFEST.MF URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/ldifparser/META-INF/MANIFEST.MF?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/ldifparser/META-INF/MANIFEST.MF (added) +++ directory/studio/branches/studio-tycho/plugins/ldifparser/META-INF/MANIFEST.MF Fri Sep 19 07:03:35 2014 @@ -0,0 +1,15 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Apache Directory Studio LDIF Parser +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 2.0.0.qualifier +Bundle-SymbolicName: org.apache.directory.studio.ldifparser;singleton:=true +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-RequiredExecutionEnvironment: JavaSE-1.6 +Export-Package: org.apache.directory.studio.ldifparser, + org.apache.directory.studio.ldifparser.model, + org.apache.directory.studio.ldifparser.model.container, + org.apache.directory.studio.ldifparser.model.lines, + org.apache.directory.studio.ldifparser.parser +Require-Bundle: org.apache.directory.api.ldap.model;bundle-version="1.0.0.M24" +Import-Package: org.apache.commons.codec.binary Added: directory/studio/branches/studio-tycho/plugins/ldifparser/build.properties URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/ldifparser/build.properties?rev=1626133&view=auto ============================================================================== --- directory/studio/branches/studio-tycho/plugins/ldifparser/build.properties (added) +++ directory/studio/branches/studio-tycho/plugins/ldifparser/build.properties Fri Sep 19 07:03:35 2014 @@ -0,0 +1,3 @@ +source.. = src/main/java/ +bin.includes = META-INF/,\ + . Modified: directory/studio/branches/studio-tycho/plugins/ldifparser/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/ldifparser/pom.xml?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/plugins/ldifparser/pom.xml (original) +++ directory/studio/branches/studio-tycho/plugins/ldifparser/pom.xml Fri Sep 19 07:03:35 2014 @@ -6,9 +6,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -24,120 +24,121 @@ org.apache.directory.studio parent-plugins 2.0.0-SNAPSHOT + ../ - - ldifparser + + org.apache.directory.studio.ldifparser Apache Directory Studio LDIF Parser - jar + eclipse-plugin - - - - - org.apache.maven.plugins - maven-eclipse-plugin - - false - true - - org.eclipse.jdt.core.javabuilder - org.eclipse.pde.ManifestBuilder - org.eclipse.pde.SchemaBuilder - - - org.eclipse.pde.PluginNature - org.eclipse.jdt.core.javanature - - - org.eclipse.jdt.launching.JRE_CONTAINER - org.eclipse.pde.core.requiredPlugins - - - - - org.apache.directory.studio - studio-maven-plugin - - false - true - - - - - prepare-jar-package - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - META-INF/MANIFEST.MF - false - - - - - org.apache.maven.plugins - maven-surefire-plugin - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - org.apache.felix - maven-bundle-plugin - true - - META-INF - - ${project.groupId}.${project.artifactId};singleton:=true - plugin - org.apache.commons.codec;bundle-version="${org.apache.commons.codec.version}", - org.apache.directory.api.ldap.model;bundle-version="${org.apache.directory.api.validversion}" - org.apache.directory.studio.ldifparser.* - !* - - - - - generate-manifest - process-classes - - manifest - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - org.apache.directory.studio - org.apache.commons.codec - provided - - - org.apache.directory.api - api-ldap-model - provided - - + + + + + + + + + + + - - junit - junit - test - - - org.slf4j - slf4j-log4j12 - test - + + + + + + + + + + - + Modified: directory/studio/branches/studio-tycho/plugins/pom.xml URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-tycho/plugins/pom.xml?rev=1626133&r1=1626132&r2=1626133&view=diff ============================================================================== --- directory/studio/branches/studio-tycho/plugins/pom.xml (original) +++ directory/studio/branches/studio-tycho/plugins/pom.xml Fri Sep 19 07:03:35 2014 @@ -37,9 +37,9 @@ common.core - - - + common.ui + connection.core + connection.ui @@ -51,7 +51,7 @@ - + ldifparser