[Carbon-dev] svn commit r41090 - trunk/carbon-features

samindaw at wso2.com samindaw at wso2.com
Thu Jul 9 05:10:16 PDT 2009


Author: samindaw
Date: Thu Jul  9 05:10:16 2009
New Revision: 41090
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=41090

Log:
update sample data file

Modified:
   trunk/carbon-features/sample-feature.data

Modified: trunk/carbon-features/sample-feature.data
URL: http://wso2.org/svn/browse/wso2/trunk/carbon-features/sample-feature.data?rev=41090&r1=41089&r2=41090&view=diff
==============================================================================
--- trunk/carbon-features/sample-feature.data	(original)
+++ trunk/carbon-features/sample-feature.data	Thu Jul  9 05:10:16 2009
@@ -3,8 +3,8 @@
 #   * should NOT end with "feature"
 #   * front-end server feature should end with ".ui"
 #   * back-end server feature should end with ".server"
-#   * if the feature is combination of both fe & be features do not add any 
-#     special keyword as ".ui" or ".server"
+#   * if the feature is combination of both fe & be features or does not have
+#     such distictiondo not add any special keyword as ".ui" or ".server"
 # eg:
 #   FE feature -> org.wso2.carbon.sample.ui
 #   BE feature -> org.wso2.carbon.sample.server
@@ -23,7 +23,7 @@
 # prerequisite features. specify the feature id and the version of the feature(s) 
 # which needs to be present for this feature to function properly
 # syntax:
-#   import_feature=<feature_id>,<feature_version>[,feature_version_compatibility_range]
+#   import_feature=<feature_id>,<feature_version>[,<feature_version_compatibility_range>]
 #
 #   feature_version_compatibility_range     perfect         - dependent plug-in version must match exactly the specified version. 
 #                                           equivalent      - dependent plug-in version must be at least at the version specified, or at a higher service level (major and minor version levels must equal the specified version).
@@ -42,7 +42,8 @@
 #                                           compatible      - dependent plug-in version must be at least at the version specified, or at a higher service level or minor level (major version level must equal the specified version). this is the default
 #                                           greaterOrEqual  - dependent plug-in version must be at least at the version specified, or at a higher service, minor or major level.
 #
-# if the bundle groupid is specified the prerequisite bundles will also be in the final distribution
+# if the bundle groupid is specified the prerequisite bundles will also be in 
+# the final distribution
 import_plugin=axiom,1.4
 import_plugin=axis2,1.5,equivalent
 import_plugin=org.wso2.carbon:org.wso2.carbon.testbundle,7.8.9



More information about the Carbon-dev mailing list