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/30 06:25:39 UTC

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

Author: trustin
Date: Tue Mar 29 20:25:38 2005
New Revision: 159462

URL: http://svn.apache.org/viewcvs?view=rev&rev=159462
Log:
Disabled AspectJ support in Eclipse project files because it doesn't work at all and consumes a lot of heap.


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

Modified: directory/apacheds/trunk/core/project.properties
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/project.properties?view=diff&r1=159461&r2=159462
==============================================================================
--- directory/apacheds/trunk/core/project.properties (original)
+++ directory/apacheds/trunk/core/project.properties Tue Mar 29 20:25:38 2005
@@ -42,5 +42,7 @@
 java.util.prefs.PreferencesFactory=org.apache.ldap.server.prefs.ServerPreferencesFactory
 
 maven.eclipse.classpath.include=${basedir}/target/schema,${basedir}/src/main/aspects
-maven.eclipse.buildcommands=org.eclipse.ajdt.core.ajbuilder
-maven.eclipse.projectnatures=org.eclipse.ajdt.ui.ajnature
+
+# Disabled temporarilly; Eclipse build doesn't work.
+#maven.eclipse.buildcommands=org.eclipse.ajdt.core.ajbuilder
+#maven.eclipse.projectnatures=org.eclipse.ajdt.ui.ajnature