Author: rich
Date: Sat Apr 23 07:26:58 2005
New Revision: 164387
URL: http://svn.apache.org/viewcvs?rev=164387&view=rev
Log:
Added a missing error resource.
tests: drt in netui (WinXP)
BB: self (linux)
Modified:
incubator/beehive/trunk/netui/src/compiler-core/org/apache/beehive/netui/compiler/diagnostics.properties
Modified:
incubator/beehive/trunk/netui/src/compiler-core/org/apache/beehive/netui/compiler/diagnostics.properties
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/src/compiler-core/org/apache/beehive/netui/compiler/diagnostics.properties?rev=164387&r1=164386&r2=164387&view=diff
==============================================================================
---
incubator/beehive/trunk/netui/src/compiler-core/org/apache/beehive/netui/compiler/diagnostics.properties
(original)
+++
incubator/beehive/trunk/netui/src/compiler-core/org/apache/beehive/netui/compiler/diagnostics.properties
Sat Apr 23 07:26:58 2005
@@ -215,3 +215,4 @@
Field {0} is of a type that extends {1}, but it has no @{2} annotation. It
will not be initialized automatically.
error.missing-option = The "{0}" option is required. It is specified by
passing "-A{0}=<value>" as an option to apt.
+warning.could-not-read-web-xml = Could not find/read web.xml.