From 1ed8174374dcf1be1c713b0f64f7ab7c2e744f77 Mon Sep 17 00:00:00 2001 From: Michele Silva Date: Tue, 29 Nov 2011 18:04:35 -0200 Subject: [PATCH] Adding git ignore. --- .gitignore | 1 + SimDeCS/build/classes/components.properties | 4 - SimDeCS/build/classes/import.sql | 1 - SimDeCS/build/classes/messages_en.properties | 90 ----------------------- SimDeCS/build/classes/messages_pt_BR.properties | 90 ----------------------- SimDeCS/build/classes/security.drl | 6 -- 6 files changed, 1 insertions(+), 191 deletions(-) create mode 100644 .gitignore delete mode 100644 SimDeCS/WebContent/WEB-INF/dev/seam.properties delete mode 100644 SimDeCS/build/classes/components.properties delete mode 100644 SimDeCS/build/classes/import.sql delete mode 100644 SimDeCS/build/classes/messages_en.properties delete mode 100644 SimDeCS/build/classes/messages_pt_BR.properties delete mode 100644 SimDeCS/build/classes/seam.properties delete mode 100644 SimDeCS/build/classes/security.drl diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6b468b6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.class diff --git a/SimDeCS/WebContent/WEB-INF/dev/seam.properties b/SimDeCS/WebContent/WEB-INF/dev/seam.properties deleted file mode 100644 index e69de29..0000000 diff --git a/SimDeCS/build/classes/components.properties b/SimDeCS/build/classes/components.properties deleted file mode 100644 index c598420..0000000 --- a/SimDeCS/build/classes/components.properties +++ /dev/null @@ -1,4 +0,0 @@ -# -#Thu Apr 21 18:54:34 BRT 2011 -jndiPattern=\#{ejbName}/local -embeddedEjb=false diff --git a/SimDeCS/build/classes/import.sql b/SimDeCS/build/classes/import.sql deleted file mode 100644 index 3c28ee8..0000000 --- a/SimDeCS/build/classes/import.sql +++ /dev/null @@ -1 +0,0 @@ --- SQL statements which are executed at application startup if hibernate.hbm2ddl.auto is 'create' or 'create-drop' diff --git a/SimDeCS/build/classes/messages_en.properties b/SimDeCS/build/classes/messages_en.properties deleted file mode 100644 index fdc41bd..0000000 --- a/SimDeCS/build/classes/messages_en.properties +++ /dev/null @@ -1,90 +0,0 @@ -up=\u2191 -down=\u2193 -left=\u2039 -right=\u203A - -validator.assertFalse=validation failed -validator.assertTrue=validation failed -validator.future=must be a future date -validator.length=length must be between {min} and {max} -validator.max=must be less than or equal to {value} -validator.min=must be greater than or equal to {value} -validator.notNull=may not be null -validator.past=must be a past date -validator.pattern=must match "{regex}" -validator.range=must be between {min} and {max} -validator.size=size must be between {min} and {max} -validator.email=must be a well-formed email address - -org.jboss.seam.loginFailed=Login failed -org.jboss.seam.loginSuccessful=Welcome, #0! - -org.jboss.seam.TransactionFailed=Transaction failed -org.jboss.seam.NoConversation=The conversation ended, timed out or was processing another request -org.jboss.seam.IllegalNavigation=Illegal navigation -org.jboss.seam.ProcessEnded=Process #0 already ended -org.jboss.seam.ProcessNotFound=Process #0 not found -org.jboss.seam.TaskEnded=Task #0 already ended -org.jboss.seam.TaskNotFound=Task #0 not found -org.jboss.seam.NotLoggedIn=Please log in first - -javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type -javax.faces.component.UIInput.REQUIRED=value is required -javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information -javax.faces.component.UISelectOne.INVALID=value is not valid -javax.faces.component.UISelectMany.INVALID=value is not valid - -javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number -javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1} -javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be an integer -javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits -javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false -javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false) -javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255 -javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255 -javax.faces.converter.CharacterConverter.CHARACTER=value must be a character -javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character -javax.faces.converter.DateTimeConverter.DATE=value must be a date -javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date, eg. {1} -javax.faces.converter.DateTimeConverter.TIME=value must be a time -javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time, eg. {1} -javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time -javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time, eg. {1} -javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value -javax.faces.converter.DoubleConverter.DOUBLE=value must be a number -javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308 -javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum -javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1} -javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided -javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided -javax.faces.converter.FloatConverter.FLOAT=value must be a number -javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38 -javax.faces.converter.IntegerConverter.INTEGER=value must be an integer -javax.faces.converter.IntegerConverter.INTEGER_detail=value must be an integer number between -2147483648 and 2147483647 -javax.faces.converter.LongConverter.LONG=value must be an integer -javax.faces.converter.LongConverter.LONG_detail=value must be an integer number between -9223372036854775808 and 9223372036854775807 -javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount -javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1} -javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount -javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1} -javax.faces.converter.NumberConverter.NUMBER=value must be a number -javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number -javax.faces.converter.NumberConverter.PATTERN=value must be a number -javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number -javax.faces.converter.ShortConverter.SHORT=value must be an integer -javax.faces.converter.ShortConverter.SHORT_detail=value must be an integer number between -32768 and 32767 - -javax.faces.validator.DoubleRangeValidator.MAXIMUM=value must be less than or equal to {0} -javax.faces.validator.DoubleRangeValidator.MINIMUM=value must be greater than or equal to {0} -javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE=value must be between {0} and {1} -javax.faces.validator.DoubleRangeValidator.TYPE=value is not of the correct type -javax.faces.validator.LengthValidator.MAXIMUM=value must be shorter than or equal to {0} characters -javax.faces.validator.LengthValidator.MINIMUM=value must be longer than or equal to {0} characters -javax.faces.validator.LongRangeValidator.MAXIMUM=value must be less than or equal to {0} -javax.faces.validator.LongRangeValidator.MINIMUM=value must be greater than or equal to {0} -javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=value must be between {0} and {1} -javax.faces.validator.LongRangeValidator.TYPE=value is not of the correct type - -javax.faces.validator.NOT_IN_RANGE=value must be between {0} and {1} -javax.faces.converter.STRING=value could not be converted to a string - diff --git a/SimDeCS/build/classes/messages_pt_BR.properties b/SimDeCS/build/classes/messages_pt_BR.properties deleted file mode 100644 index 833b84d..0000000 --- a/SimDeCS/build/classes/messages_pt_BR.properties +++ /dev/null @@ -1,90 +0,0 @@ -up=\u2191 -down=\u2193 -left=\u2039 -right=\u203A - -validator.assertFalse=validation failed -validator.assertTrue=validation failed -validator.future=must be a future date -validator.length=length must be between {min} and {max} -validator.max=must be less than or equal to {value} -validator.min=must be greater than or equal to {value} -validator.notNull=may not be null -validator.past=must be a past date -validator.pattern=must match "{regex}" -validator.range=must be between {min} and {max} -validator.size=size must be between {min} and {max} -validator.email=must be a well-formed email address - -org.jboss.seam.loginFailed=Usu\u00E1rio / senha inv\u00E1lidos -org.jboss.seam.loginSuccessful=Bem vindo, \#0\! - -org.jboss.seam.TransactionFailed=Transa\u00E7\u00E3o falhou -org.jboss.seam.NoConversation=The conversation ended, timed out or was processing another request -org.jboss.seam.IllegalNavigation=Illegal navigation -org.jboss.seam.ProcessEnded=Process #0 already ended -org.jboss.seam.ProcessNotFound=Process #0 not found -org.jboss.seam.TaskEnded=Task #0 already ended -org.jboss.seam.TaskNotFound=Task #0 not found -org.jboss.seam.NotLoggedIn=Por favor, efetue login - -javax.faces.component.UIInput.CONVERSION=value could not be converted to the expected type -javax.faces.component.UIInput.REQUIRED=value is required -javax.faces.component.UIInput.UPDATE=an error occurred when processing your submitted information -javax.faces.component.UISelectOne.INVALID=value is not valid -javax.faces.component.UISelectMany.INVALID=value is not valid - -javax.faces.converter.BigDecimalConverter.DECIMAL=value must be a number -javax.faces.converter.BigDecimalConverter.DECIMAL_detail=value must be a signed decimal number consisting of zero or more digits, optionally followed by a decimal point and fraction, eg. {1} -javax.faces.converter.BigIntegerConverter.BIGINTEGER=value must be an integer -javax.faces.converter.BigIntegerConverter.BIGINTEGER_detail=value must be a signed integer number consisting of zero or more digits -javax.faces.converter.BooleanConverter.BOOLEAN=value must be true or false -javax.faces.converter.BooleanConverter.BOOLEAN_detail=value must be true or false (any value other than true will evaluate to false) -javax.faces.converter.ByteConverter.BYTE=value must be a number between 0 and 255 -javax.faces.converter.ByteConverter.BYTE_detail=value must be a number between 0 and 255 -javax.faces.converter.CharacterConverter.CHARACTER=value must be a character -javax.faces.converter.CharacterConverter.CHARACTER_detail=value must be a valid ASCII character -javax.faces.converter.DateTimeConverter.DATE=value must be a date -javax.faces.converter.DateTimeConverter.DATE_detail=value must be a date, eg. {1} -javax.faces.converter.DateTimeConverter.TIME=value must be a time -javax.faces.converter.DateTimeConverter.TIME_detail=value must be a time, eg. {1} -javax.faces.converter.DateTimeConverter.DATETIME=value must be a date and time -javax.faces.converter.DateTimeConverter.DATETIME_detail=value must be a date and time, eg. {1} -javax.faces.converter.DateTimeConverter.PATTERN_TYPE=a pattern or type attribute must be specified to convert the value -javax.faces.converter.DoubleConverter.DOUBLE=value must be a number -javax.faces.converter.DoubleConverter.DOUBLE_detail=value must be a number between 4.9E-324 and 1.7976931348623157E308 -javax.faces.converter.EnumConverter.ENUM=value must be convertible to an enum -javax.faces.converter.EnumConverter.ENUM_detail=value must be convertible to an enum or from the enum that contains the constant {1} -javax.faces.converter.EnumConverter.ENUM_NO_CLASS=value must be convertible to an enum or from the enum, but no enum class provided -javax.faces.converter.EnumConverter.ENUM_NO_CLASS_detail=value must be convertible to an enum or from the enum, but no enum class provided -javax.faces.converter.FloatConverter.FLOAT=value must be a number -javax.faces.converter.FloatConverter.FLOAT_detail=value must be a number between 1.4E-45 and 3.4028235E38 -javax.faces.converter.IntegerConverter.INTEGER=value must be an integer -javax.faces.converter.IntegerConverter.INTEGER_detail=value must be an integer number between -2147483648 and 2147483647 -javax.faces.converter.LongConverter.LONG=value must be an integer -javax.faces.converter.LongConverter.LONG_detail=value must be an integer number between -9223372036854775808 and 9223372036854775807 -javax.faces.converter.NumberConverter.CURRENCY=value must be a currency amount -javax.faces.converter.NumberConverter.CURRENCY_detail=value must be a currency amount, eg. {1} -javax.faces.converter.NumberConverter.PERCENT=value must be a percentage amount -javax.faces.converter.NumberConverter.PERCENT_detail=value must be a percentage amount, eg. {1} -javax.faces.converter.NumberConverter.NUMBER=value must be a number -javax.faces.converter.NumberConverter.NUMBER_detail=value must be a number -javax.faces.converter.NumberConverter.PATTERN=value must be a number -javax.faces.converter.NumberConverter.PATTERN_detail=value must be a number -javax.faces.converter.ShortConverter.SHORT=value must be an integer -javax.faces.converter.ShortConverter.SHORT_detail=value must be an integer number between -32768 and 32767 - -javax.faces.validator.DoubleRangeValidator.MAXIMUM=value must be less than or equal to {0} -javax.faces.validator.DoubleRangeValidator.MINIMUM=value must be greater than or equal to {0} -javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE=value must be between {0} and {1} -javax.faces.validator.DoubleRangeValidator.TYPE=value is not of the correct type -javax.faces.validator.LengthValidator.MAXIMUM=value must be shorter than or equal to {0} characters -javax.faces.validator.LengthValidator.MINIMUM=value must be longer than or equal to {0} characters -javax.faces.validator.LongRangeValidator.MAXIMUM=value must be less than or equal to {0} -javax.faces.validator.LongRangeValidator.MINIMUM=value must be greater than or equal to {0} -javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=value must be between {0} and {1} -javax.faces.validator.LongRangeValidator.TYPE=value is not of the correct type - -javax.faces.validator.NOT_IN_RANGE=value must be between {0} and {1} -javax.faces.converter.STRING=value could not be converted to a string - diff --git a/SimDeCS/build/classes/seam.properties b/SimDeCS/build/classes/seam.properties deleted file mode 100644 index e69de29..0000000 diff --git a/SimDeCS/build/classes/security.drl b/SimDeCS/build/classes/security.drl deleted file mode 100644 index b015775..0000000 --- a/SimDeCS/build/classes/security.drl +++ /dev/null @@ -1,6 +0,0 @@ -package Permissions; - -import java.security.Principal; - -import org.jboss.seam.security.permission.PermissionCheck; -import org.jboss.seam.security.Role; \ No newline at end of file -- 1.7.6.4