You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Pierre-Arnaud Marcelot <pa...@marcelot.net> on 2010/12/12 23:14:39 UTC

Re: svn commit: r1044938 - /directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml

Oooops...

I forgot to verify compilation under Maven before committing (it was fine in Eclipse).

Thanks for fixing this Stefan.

Regards,
Pierre-Arnaud

On 12 déc. 2010, at 23:09, seelmann@apache.org wrote:

> Author: seelmann
> Date: Sun Dec 12 22:09:09 2010
> New Revision: 1044938
> 
> URL: http://svn.apache.org/viewvc?rev=1044938&view=rev
> Log:
> Added contenttype depencency which provides ITextContentDescriber
> 
> Modified:
>    directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml
> 
> Modified: directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml
> URL: http://svn.apache.org/viewvc/directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml?rev=1044938&r1=1044937&r2=1044938&view=diff
> ==============================================================================
> --- directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml (original)
> +++ directory/studio/trunk/plugins/apacheds.configuration.v2/pom.xml Sun Dec 12 22:09:09 2010
> @@ -120,6 +120,7 @@
>  org.apache.directory.studio.common.core,
>  org.apache.directory.studio.connection.core,
>  org.apache.directory.studio.connection.ui,
> + org.eclipse.core.contenttype,
>  org.eclipse.core.runtime,
>  org.eclipse.core.resources,
>  org.eclipse.ui,
> @@ -223,6 +224,11 @@
>     </dependency>
>     <dependency>
>       <groupId>org.eclipse.core</groupId>
> +      <artifactId>contenttype</artifactId>
> +      <scope>provided</scope>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.eclipse.core</groupId>
>       <artifactId>runtime</artifactId>
>       <scope>provided</scope>
>     </dependency>
> 
>