You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/04/18 17:47:23 UTC

svn commit: r530077 - /incubator/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/pear/pear_messages.properties

Author: mbaessler
Date: Wed Apr 18 08:47:22 2007
New Revision: 530077

URL: http://svn.apache.org/viewvc?view=rev&rev=530077
Log:
UIMA-377

initial check of the PackageCreator API. The PackageCreator API is an API to create PEAR package
without using the PearPackage eclipse plugin.

JIRA ticket https://issues.apache.org/jira/browse/UIMA-377

Modified:
    incubator/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/pear/pear_messages.properties

Modified: incubator/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/pear/pear_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/pear/pear_messages.properties?view=diff&rev=530077&r1=530076&r2=530077
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/pear/pear_messages.properties (original)
+++ incubator/uima/uimaj/trunk/uimaj-core/src/main/resources/org/apache/uima/pear/pear_messages.properties Wed Apr 18 08:47:22 2007
@@ -21,17 +21,20 @@
 #Catalog of UIMA pear messages
 #------------------------------
 
-installation_verification_completed = "Installation verification of component {0} successfully completed."
-package_installer_message = "Package installer message: {0}"
-package_installer_error = "Package installer error: {0}"
+installation_verification_completed = Installation verification of component {0} successfully completed.
+package_installer_message = Package installer message: {0}
+package_installer_error = Package installer error: {0}
+package_creator_env_setting = component {0} setting
 
 #----------------------------------------
 #Catalog of UIMA pear exception messages
 #----------------------------------------
-error_parsing_pear_package_desc = "Error while parsing pear package descriptor for pear file {0}."
-error_installing_main_component_unknown = "An unkown error occured during the installation of component {0}."
-error_installing_main_component = "The following error occured during the installation of component {0}: {1}"
-error_reading_installed_pear_settings = "Error while reading installed pear settings for component {0}."
-error_verify_installation_unknown = "An unkown error occured during the installation verification of component {0}."
-error_verify_installation = "The following error occured during the installation verification of component {0}: {1}"
+error_parsing_pear_package_desc = Error while parsing pear package descriptor for pear file {0}.
+error_installing_main_component_unknown = An unkown error occured during the installation of component {0}.
+error_installing_main_component = The following error occured during the installation of component {0}: {1}
+error_reading_installed_pear_settings = Error while reading installed pear settings for component {0}.
+error_verify_installation_unknown = An unkown error occured during the installation verification of component {0}.
+error_verify_installation = The following error occured during the installation verification of component {0}: {1}
+error_package_creator_invalid_directory = {0} is not a valid directory.
+error_package_creator_creating_pear_package = Error while creating the pear package for pear ID {0}