You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2005/03/03 15:41:57 UTC

svn commit: r156042 - incubator/directory/apacheds/trunk/core/project.properties

Author: trustin
Date: Thu Mar  3 06:41:56 2005
New Revision: 156042

URL: http://svn.apache.org/viewcvs?view=rev&rev=156042
Log:
Fixed: 'maven eclipse' doesn't add generated schema source code to build path.


Modified:
    incubator/directory/apacheds/trunk/core/project.properties

Modified: incubator/directory/apacheds/trunk/core/project.properties
URL: http://svn.apache.org/viewcvs/incubator/directory/apacheds/trunk/core/project.properties?view=diff&r1=156041&r2=156042
==============================================================================
--- incubator/directory/apacheds/trunk/core/project.properties (original)
+++ incubator/directory/apacheds/trunk/core/project.properties Thu Mar  3 06:41:56 2005
@@ -34,3 +34,6 @@
 
 maven.junit.sysproperties=java.util.prefs.PreferencesFactory
 java.util.prefs.PreferencesFactory=org.apache.ldap.server.prefs.ServerPreferencesFactory
+
+maven.eclipse.classpath.include=${basedir}/target/schema
+