You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/11/14 21:32:59 UTC

svn commit: r344216 - /directory/eclipse-setup.sh

Author: akarasulu
Date: Mon Nov 14 12:32:54 2005
New Revision: 344216

URL: http://svn.apache.org/viewcvs?rev=344216&view=rev
Log:
will do osgi stuff later

Modified:
    directory/eclipse-setup.sh

Modified: directory/eclipse-setup.sh
URL: http://svn.apache.org/viewcvs/directory/eclipse-setup.sh?rev=344216&r1=344215&r2=344216&view=diff
==============================================================================
--- directory/eclipse-setup.sh (original)
+++ directory/eclipse-setup.sh Mon Nov 14 12:32:54 2005
@@ -16,7 +16,7 @@
 trunks=$trunks' ./shared/kerberos/trunk|multiproject'
 trunks=$trunks' ./shared/ldap/trunk|multiproject'
 trunks=$trunks' ./shared/protocol/trunk|multiproject'
-trunks=$trunks' ./standalone/trunk/osgi|multiproject'
+#trunks=$trunks' ./standalone/trunk/osgi|multiproject'
 
 for trunk in $trunks; do 
   base=`echo $trunk | awk -F '|' '{print $1}'`