Author: tyrell
Date: Thu Oct 30 05:43:52 2008
New Revision: 23132
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=23132

Log:
Adding the Policy Editor components to be included by default.

Modified:
   trunk/wsas/java/carbon/distribution/bin.xml
   trunk/wsas/java/modules/www/extensions/core/js/service_api.js

Modified: trunk/wsas/java/carbon/distribution/bin.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=23132&r1=23131&r2=23132&view=diff
==============================================================================
--- trunk/wsas/java/carbon/distribution/bin.xml (original)
+++ trunk/wsas/java/carbon/distribution/bin.xml Thu Oct 30 05:43:52 2008
@@ -134,7 +134,8 @@
                 <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include>
                 <include>org.wso2.carbon:org.wso2.carbon.sts.ui:jar</include> 
                 <include>org.wso2.carbon:org.wso2.carbon.xkms:jar</include>    
         
-                      
+                
<include>org.wso2.carbon:org.wso2.carbon.policyeditor.ui:jar</include>  
+                
<include>org.wso2.carbon:org.wso2.carbon.policyeditor:jar</include>          
             </includes>
         </dependencySet>
     </dependencySets>

Modified: trunk/wsas/java/modules/www/extensions/core/js/service_api.js
URL: 
http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/www/extensions/core/js/service_api.js?rev=23132&r1=23131&r2=23132&view=diff
==============================================================================
--- trunk/wsas/java/modules/www/extensions/core/js/service_api.js       
(original)
+++ trunk/wsas/java/modules/www/extensions/core/js/service_api.js       Thu Oct 
30 05:43:52 2008
@@ -3,11 +3,11 @@
     GLOBAL_SERVICE_ADMIN_STRING : "ServiceAdmin",
     
     listServiceGroups : function(callBack){
-       new_listServiceGroup(callBack);
+       new_listServiceGroup(callback);
     },
     
     listServiceData : function(callBack, serviceName){
-       new_listServiceData(callBack, serviceName)
+       new_listServiceData(callback, serviceName)
     },
 
     loadFaultyServices : function(callBack){
@@ -18,4 +18,4 @@
        new_listAllOperations(callBack, serviceName);
     }
     
-};
\ No newline at end of file
+};

_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev

Reply via email to