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 2010/01/17 01:29:00 UTC

svn commit: r900038 - in /directory/apacheds/trunk/default-config: ./ pom.xml

Author: elecharny
Date: Sun Jan 17 00:29:00 2010
New Revision: 900038

URL: http://svn.apache.org/viewvc?rev=900038&view=rev
Log:
created the svn:ignore

Modified:
    directory/apacheds/trunk/default-config/   (props changed)
    directory/apacheds/trunk/default-config/pom.xml

Propchange: directory/apacheds/trunk/default-config/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sun Jan 17 00:29:00 2010
@@ -0,0 +1,4 @@
+target
+.classpath
+.project
+.settings

Modified: directory/apacheds/trunk/default-config/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/default-config/pom.xml?rev=900038&r1=900037&r2=900038&view=diff
==============================================================================
--- directory/apacheds/trunk/default-config/pom.xml (original)
+++ directory/apacheds/trunk/default-config/pom.xml Sun Jan 17 00:29:00 2010
@@ -5,10 +5,12 @@
     <version>1.5.6-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
+
   <groupId>org.apache.directory.server.config</groupId>
   <artifactId>apacheds-default-config</artifactId>
   <name>apacheds-default-config</name>
   <version>1.5.6-SNAPSHOT</version>
+
   <dependencies>
     <dependency>
       <groupId>junit</groupId>