You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2007/11/05 15:53:48 UTC

svn commit: r592024 - in /directory/sandbox/felixk/studio-jars: ./ META-INF/ META-INF/MANIFEST.MF plugin.properties pom.xml

Author: felixk
Date: Mon Nov  5 06:53:44 2007
New Revision: 592024

URL: http://svn.apache.org/viewvc?rev=592024&view=rev
Log:
Initial studio maven-build

Added:
    directory/sandbox/felixk/studio-jars/   (with props)
    directory/sandbox/felixk/studio-jars/META-INF/
    directory/sandbox/felixk/studio-jars/META-INF/MANIFEST.MF   (with props)
    directory/sandbox/felixk/studio-jars/plugin.properties   (with props)
    directory/sandbox/felixk/studio-jars/pom.xml   (with props)

Propchange: directory/sandbox/felixk/studio-jars/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Nov  5 06:53:44 2007
@@ -0,0 +1,3 @@
+.settings
+lib
+target

Added: directory/sandbox/felixk/studio-jars/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-jars/META-INF/MANIFEST.MF?rev=592024&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-jars/META-INF/MANIFEST.MF (added)
+++ directory/sandbox/felixk/studio-jars/META-INF/MANIFEST.MF Mon Nov  5 06:53:44 2007
@@ -0,0 +1,130 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Apache Directory Studio Jars
+Bundle-SymbolicName: org.apache.directory.studio.jars
+Bundle-Version: 1.0.0
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation
+Bundle-ClassPath: lib/antlr-2.7.7.jar,
+ lib/commons-collections-3.2.jar,
+ lib/dom4j-1.6.1.jar,
+ lib/studio-dsml-parser-1.0.2-SNAPSHOT.jar,
+ lib/nlog4j-1.2.25.jar,
+ lib/xpp3-1.1.3.4.0.jar,
+ lib/shared-asn1-0.9.7-SNAPSHOT.jar,
+ lib/shared-ldap-0.9.7-SNAPSHOT.jar
+Export-Package: antlr,
+ antlr.ASdebug,
+ antlr.actions.cpp,
+ antlr.actions.csharp,
+ antlr.actions.java,
+ antlr.actions.python,
+ antlr.build,
+ antlr.collections,
+ antlr.collections.impl,
+ antlr.debug,
+ antlr.debug.misc,
+ antlr.preprocessor,
+ javax.xml.namespace,
+ org.apache.commons.collections,
+ org.apache.commons.collections.bag,
+ org.apache.commons.collections.bidimap,
+ org.apache.commons.collections.buffer,
+ org.apache.commons.collections.collection,
+ org.apache.commons.collections.comparators,
+ org.apache.commons.collections.functors,
+ org.apache.commons.collections.iterators,
+ org.apache.commons.collections.keyvalue,
+ org.apache.commons.collections.list,
+ org.apache.commons.collections.map,
+ org.apache.commons.collections.set,
+ org.apache.directory.shared.asn1,
+ org.apache.directory.shared.asn1.ber,
+ org.apache.directory.shared.asn1.ber.grammar,
+ org.apache.directory.shared.asn1.ber.tlv,
+ org.apache.directory.shared.asn1.codec,
+ org.apache.directory.shared.asn1.codec.binary,
+ org.apache.directory.shared.asn1.codec.stateful,
+ org.apache.directory.shared.asn1.codec.stateful.examples,
+ org.apache.directory.shared.asn1.der,
+ org.apache.directory.shared.asn1.primitives,
+ org.apache.directory.shared.asn1.util,
+ org.apache.directory.shared.ldap,
+ org.apache.directory.shared.ldap.aci,
+ org.apache.directory.shared.ldap.codec,
+ org.apache.directory.shared.ldap.codec.abandon,
+ org.apache.directory.shared.ldap.codec.actions,
+ org.apache.directory.shared.ldap.codec.add,
+ org.apache.directory.shared.ldap.codec.bind,
+ org.apache.directory.shared.ldap.codec.compare,
+ org.apache.directory.shared.ldap.codec.del,
+ org.apache.directory.shared.ldap.codec.extended,
+ org.apache.directory.shared.ldap.codec.extended.operations,
+ org.apache.directory.shared.ldap.codec.modify,
+ org.apache.directory.shared.ldap.codec.modifyDn,
+ org.apache.directory.shared.ldap.codec.search,
+ org.apache.directory.shared.ldap.codec.search.controls,
+ org.apache.directory.shared.ldap.codec.unbind,
+ org.apache.directory.shared.ldap.codec.util,
+ org.apache.directory.shared.ldap.exception,
+ org.apache.directory.shared.ldap.filter,
+ org.apache.directory.shared.ldap.ldif,
+ org.apache.directory.shared.ldap.message,
+ org.apache.directory.shared.ldap.message.extended,
+ org.apache.directory.shared.ldap.message.spi,
+ org.apache.directory.shared.ldap.name,
+ org.apache.directory.shared.ldap.schema,
+ org.apache.directory.shared.ldap.schema.comparator,
+ org.apache.directory.shared.ldap.schema.syntax,
+ org.apache.directory.shared.ldap.schema.syntax.parser,
+ org.apache.directory.shared.ldap.sp,
+ org.apache.directory.shared.ldap.subtree,
+ org.apache.directory.shared.ldap.trigger,
+ org.apache.directory.shared.ldap.url,
+ org.apache.directory.shared.ldap.util,
+ org.apache.directory.shared.ldap.util.unicode,
+ org.apache.directory.studio.dsmlv2,
+ org.apache.directory.studio.dsmlv2.engine,
+ org.apache.directory.studio.dsmlv2.reponse,
+ org.apache.directory.studio.dsmlv2.request,
+ org.apache.log4j,
+ org.apache.log4j.config,
+ org.apache.log4j.helpers,
+ org.apache.log4j.jdbc,
+ org.apache.log4j.jmx,
+ org.apache.log4j.net,
+ org.apache.log4j.or,
+ org.apache.log4j.or.jms,
+ org.apache.log4j.or.sax,
+ org.apache.log4j.spi,
+ org.apache.log4j.varia,
+ org.apache.log4j.xml,
+ org.dom4j,
+ org.dom4j.bean,
+ org.dom4j.datatype,
+ org.dom4j.dom,
+ org.dom4j.dtd,
+ org.dom4j.io,
+ org.dom4j.jaxb,
+ org.dom4j.rule,
+ org.dom4j.rule.pattern,
+ org.dom4j.swing,
+ org.dom4j.tree,
+ org.dom4j.util,
+ org.dom4j.xpath,
+ org.dom4j.xpp,
+ org.slf4j,
+ org.slf4j.impl,
+ org.slf4j.spi,
+ org.xmlpull.mxp1,
+ org.xmlpull.mxp1_serializer,
+ org.xmlpull.v1,
+ org.xmlpull.v1.builder,
+ org.xmlpull.v1.builder.adapter,
+ org.xmlpull.v1.builder.impl,
+ org.xmlpull.v1.dom2_builder,
+ org.xmlpull.v1.parser_pool,
+ org.xmlpull.v1.sax2,
+ org.xmlpull.v1.util,
+ org.xmlpull.v1.wrapper,
+ org.xmlpull.v1.wrapper.classic

Propchange: directory/sandbox/felixk/studio-jars/META-INF/MANIFEST.MF
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-jars/plugin.properties
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-jars/plugin.properties?rev=592024&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-jars/plugin.properties (added)
+++ directory/sandbox/felixk/studio-jars/plugin.properties Mon Nov  5 06:53:44 2007
@@ -0,0 +1,19 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  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.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+project.name=Apache Directory Studio Jars
+project.version=1.0.0
+project.id=org.apache.directory.studio.jars

Propchange: directory/sandbox/felixk/studio-jars/plugin.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/sandbox/felixk/studio-jars/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/felixk/studio-jars/pom.xml?rev=592024&view=auto
==============================================================================
--- directory/sandbox/felixk/studio-jars/pom.xml (added)
+++ directory/sandbox/felixk/studio-jars/pom.xml Mon Nov  5 06:53:44 2007
@@ -0,0 +1,211 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    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.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<!--
+    @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+    @version $Id: pom.xml 353 2007-10-28 14:59:35Z felix $
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.directory.studio</groupId>
+        <artifactId>parent</artifactId>
+        <version>1.0.2-SNAPSHOT</version>
+    </parent>
+    <artifactId>${groupId}.jars</artifactId>
+    <name>Apache Directory Studio Jars</name>
+    <packaging>jar</packaging>
+
+    <description></description>
+
+    <!-- Set path for local repository -->
+    <properties>
+        <local-repo>${project.basedir}/../local-repository</local-repo>
+    </properties>
+
+    <profiles>
+        <profile>
+            <id>prepare-for-eclipse</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-dependency-plugin</artifactId>
+                        <executions>
+                            <execution>
+                                <id>prepare-for-eclipse</id>
+                                <phase>install</phase>
+                                <goals>
+                                    <goal>copy</goal>
+                                </goals>
+                                <configuration>
+                                    <overWrite>true</overWrite>
+                                    <outputDirectory>lib</outputDirectory>
+                                    <artifactItems>
+                                        <artifactItem>
+                                            <groupId>antlr</groupId>
+                                            <artifactId>antlr</artifactId>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>commons-collections</groupId>
+                                            <artifactId>commons-collections</artifactId>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>dom4j</groupId>
+                                            <artifactId>dom4j</artifactId>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>org.apache.directory.studio</groupId>
+                                            <artifactId>org.apache.directory.studio.dsml.parser</artifactId>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>org.slf4j</groupId>
+                                            <artifactId>nlog4j</artifactId>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>xpp3</groupId>
+                                            <artifactId>xpp3</artifactId>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>org.apache.directory.shared</groupId>
+                                            <artifactId>shared-asn1</artifactId>
+                                        </artifactItem>
+                                        <artifactItem>
+                                            <groupId>org.apache.directory.shared</groupId>
+                                            <artifactId>shared-ldap</artifactId>
+                                        </artifactItem>
+                                    </artifactItems>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+
+    <build>
+        <resources>
+            <resource>
+                <directory>.</directory>
+                <includes>
+                    <include>plugin.properties</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>copy</id>
+                        <phase>compile</phase>
+                        <goals>
+                            <goal>copy</goal>
+                        </goals>
+                        <configuration>
+                            <overWrite>true</overWrite>
+                            <outputDirectory>target/classes/lib</outputDirectory>
+                            <artifactItems>
+                                <artifactItem>
+                                    <groupId>dom4j</groupId>
+                                    <artifactId>dom4j</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>commons-collections</groupId>
+                                    <artifactId>commons-collections</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>antlr</groupId>
+                                    <artifactId>antlr</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.directory.studio</groupId>
+                                    <artifactId>${pom.groupId}.dsml.parser</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.slf4j</groupId>
+                                    <artifactId>nlog4j</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>xpp3</groupId>
+                                    <artifactId>xpp3</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.directory.shared</groupId>
+                                    <artifactId>shared-asn1</artifactId>
+                                </artifactItem>
+                                <artifactItem>
+                                    <groupId>org.apache.directory.shared</groupId>
+                                    <artifactId>shared-ldap</artifactId>
+                                </artifactItem>
+                            </artifactItems>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>
+                <configuration>
+                    <archive>
+                        <manifestFile>META-INF/MANIFEST.MF</manifestFile>
+                        <addMavenDescriptor>false</addMavenDescriptor>
+                    </archive>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+    <dependencies>
+        <dependency>
+            <groupId>antlr</groupId>
+            <artifactId>antlr</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-collections</groupId>
+            <artifactId>commons-collections</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>dom4j</groupId>
+            <artifactId>dom4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>nlog4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.directory.shared</groupId>
+            <artifactId>shared-asn1</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.directory.shared</groupId>
+            <artifactId>shared-ldap</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.directory.studio</groupId>
+            <artifactId>${pom.groupId}.dsml.parser</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>xpp3</groupId>
+            <artifactId>xpp3</artifactId>
+        </dependency>
+    </dependencies>
+</project>

Propchange: directory/sandbox/felixk/studio-jars/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native