You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/08/31 19:15:48 UTC

svn commit: r438987 - in /directory/sandbox/akarasulu/apacheds-2.0: pom.xml shared/ shared/ldap/ shared/ldap/.classpath shared/ldap/.project shared/ldap/.settings/ shared/ldap/.settings/org.eclipse.jdt.core.prefs shared/ldap/pom.xml shared/pom.xml

Author: elecharny
Date: Thu Aug 31 10:15:47 2006
New Revision: 438987

URL: http://svn.apache.org/viewvc?rev=438987&view=rev
Log:
Added a shared-ldap subproject

Added:
    directory/sandbox/akarasulu/apacheds-2.0/shared/
    directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/
    directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.classpath
    directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.project
    directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.settings/
    directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.settings/org.eclipse.jdt.core.prefs
    directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/pom.xml
    directory/sandbox/akarasulu/apacheds-2.0/shared/pom.xml
Modified:
    directory/sandbox/akarasulu/apacheds-2.0/pom.xml

Modified: directory/sandbox/akarasulu/apacheds-2.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/apacheds-2.0/pom.xml?rev=438987&r1=438986&r2=438987&view=diff
==============================================================================
--- directory/sandbox/akarasulu/apacheds-2.0/pom.xml (original)
+++ directory/sandbox/akarasulu/apacheds-2.0/pom.xml Thu Aug 31 10:15:47 2006
@@ -7,6 +7,7 @@
   <artifactId>build</artifactId>
   <modules>
     <module>schema</module>
+    <module>shared</module>
   </modules>
 
   <build>

Added: directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.classpath
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.classpath?rev=438987&view=auto
==============================================================================
--- directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.classpath (added)
+++ directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.classpath Thu Aug 31 10:15:47 2006
@@ -0,0 +1,10 @@
+<classpath>
+  <classpathentry kind="output" path="target/classes"/>
+  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+  <classpathentry kind="var" path="M2_REPO/commons-collections/commons-collections/3.2/commons-collections-3.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.0.2/xercesImpl-2.0.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/org/slf4j/nlog4j/1.2.25/nlog4j-1.2.25.jar"/>
+  <classpathentry kind="var" path="M2_REPO/checkstyle/checkstyle/2.2/checkstyle-2.2.jar"/>
+  <classpathentry kind="var" path="M2_REPO/commons-lang/commons-lang/2.1/commons-lang-2.1.jar"/>
+  <classpathentry kind="var" path="M2_REPO/antlr/antlr/2.7.6/antlr-2.7.6.jar"/>
+</classpath>
\ No newline at end of file

Added: directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.project
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.project?rev=438987&view=auto
==============================================================================
--- directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.project (added)
+++ directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.project Thu Aug 31 10:15:47 2006
@@ -0,0 +1,14 @@
+<projectDescription>
+  <name>shared-ldap</name>
+  <comment>Common LDAP packages used by clients and servers.</comment>
+  <projects/>
+  <buildSpec>
+    <buildCommand>
+      <name>org.eclipse.jdt.core.javabuilder</name>
+      <arguments/>
+    </buildCommand>
+  </buildSpec>
+  <natures>
+    <nature>org.eclipse.jdt.core.javanature</nature>
+  </natures>
+</projectDescription>
\ No newline at end of file

Added: directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.settings/org.eclipse.jdt.core.prefs
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.settings/org.eclipse.jdt.core.prefs?rev=438987&view=auto
==============================================================================
--- directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.settings/org.eclipse.jdt.core.prefs (added)
+++ directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/.settings/org.eclipse.jdt.core.prefs Thu Aug 31 10:15:47 2006
@@ -0,0 +1,5 @@
+#Thu Aug 31 19:14:43 CEST 2006
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.source=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5

Added: directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/pom.xml?rev=438987&view=auto
==============================================================================
--- directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/pom.xml (added)
+++ directory/sandbox/akarasulu/apacheds-2.0/shared/ldap/pom.xml Thu Aug 31 10:15:47 2006
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.directory.shared2</groupId>
+    <artifactId>build</artifactId>
+    <version>2.0-SNAPSHOT</version>
+  </parent>
+  <artifactId>shared-ldap</artifactId>
+  <name>Apache Directory Protocol Ldap Shared</name>
+  <inceptionYear>2006</inceptionYear>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/DIRLDAP</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <site>
+      <id>apache.websites</id>
+      <url>scp://minotaur.apache.org/www/directory.apache.org/subprojects/ldap/common</url>
+    </site>
+  </distributionManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/trunk/ldap-common</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/directory/trunk/ldap-common/?root=Apache-SVN</url>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/trunk/ldap-common</developerConnection>
+  </scm>
+
+  <ciManagement>
+    <notifiers>
+      <notifier>
+        <type>mail</type>
+        <address>dev@directory.apache.org</address>
+      </notifier>
+    </notifiers>
+  </ciManagement>
+
+  <description>
+    Common LDAP packages used by clients and servers.
+  </description>
+
+  <mailingLists>
+    <mailingList>
+      <name>Apache Directory Project</name>
+      <subscribe>dev-subscribe@directory.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/dev/</archive>
+      <otherArchives>
+        <otherArchive>http://www.archivum.info/dev@directory.apache.org/</otherArchive>
+      </otherArchives>
+    </mailingList>
+  </mailingLists>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0 License</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <dependencies>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.25</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2</version>
+    </dependency>
+
+    <!--dependency>
+      <groupId>org.apache.directory.shared</groupId>
+      <artifactId>shared-asn1</artifactId>
+      <version>${pom.version}</version>
+    </dependency-->
+
+    <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>2.7.6</version>
+    </dependency>
+
+  </dependencies>
+
+  <build>
+    <plugins>
+
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>generate-sources</phase>
+            <configuration/>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+
+      <!--plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antlr-plugin</artifactId>
+        <configuration>
+          <grammars>filter-value-lexer.g filter-lexer.g filter-lexer.g filter-value-parser.g filter-parser.g subtree-specification.g ACIItem.g</grammars>
+        </configuration>
+        <executions>
+           <execution>
+              <goals>
+                 <goal>generate</goal>
+              </goals>
+           </execution>
+        </executions>
+      </plugin-->
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+          <debug>true</debug>
+          <optimize>true</optimize>
+          <showDeprecations>true</showDeprecations>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/Abstract*</exclude>
+            <exclude>**/*RegressionTest*</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-clover-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>jxr-maven-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>surefire-report-maven-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
+</project>
+

Added: directory/sandbox/akarasulu/apacheds-2.0/shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/akarasulu/apacheds-2.0/shared/pom.xml?rev=438987&view=auto
==============================================================================
--- directory/sandbox/akarasulu/apacheds-2.0/shared/pom.xml (added)
+++ directory/sandbox/akarasulu/apacheds-2.0/shared/pom.xml Thu Aug 31 10:15:47 2006
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.directory.server2</groupId>
+    <version>2.0-SNAPSHOT</version>
+    <artifactId>build</artifactId>
+  </parent>
+  <groupId>org.apache.directory.shared2</groupId>
+  <artifactId>build</artifactId>
+  <name>Apache Directory Shared</name>
+  <packaging>pom</packaging>  
+  <version>2.0-SNAPSHOT</version>
+  <modules>
+    <!--module>asn1</module-->
+    <module>ldap</module>
+  </modules>
+</project>
+