You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2013/03/26 19:32:18 UTC

svn commit: r1461258 - /airavata/trunk/pom.xml

Author: smarru
Date: Tue Mar 26 18:32:18 2013
New Revision: 1461258

URL: http://svn.apache.org/r1461258
Log:
Uncommenting temporary disabling of credential store 

Modified:
    airavata/trunk/pom.xml

Modified: airavata/trunk/pom.xml
URL: http://svn.apache.org/viewvc/airavata/trunk/pom.xml?rev=1461258&r1=1461257&r2=1461258&view=diff
==============================================================================
--- airavata/trunk/pom.xml (original)
+++ airavata/trunk/pom.xml Tue Mar 26 18:32:18 2013
@@ -443,7 +443,7 @@
 				<module>modules/registry</module>
 				<module>modules/airavata-client</module>
 				<module>modules/security</module>
-<!-- 				<module>modules/credential-store</module> -->
+				<module>modules/credential-store</module>
 				<module>modules/rest</module>
 				<module>tools</module>
 				<module>samples/simple-math-service</module>