commit | d277e4fb95819fd42997bf75762fdb62fc0fb80c | [log] [tgz] |
---|---|---|
author | Alex Ruiz <alruiz@google.com> | Thu Jun 16 20:05:21 2011 +0000 |
committer | Alex Ruiz <alruiz@google.com> | Thu Jun 16 20:05:21 2011 +0000 |
tree | 5b3327393f0d42af3c8bcfc9b01df5efa76b330b | |
parent | c82ea272e8f0d3eb62740bf9fd7b6ec3ff3568c2 [diff] [blame] |
Fixed: [ Issue 67 ] 'nan' is a valid default value for double and float https://code.google.com/p/protobuf-dt/issues/detail?id=67 Also added validations for default string and boolean values.
diff --git a/com.google.eclipse.protobuf/META-INF/MANIFEST.MF b/com.google.eclipse.protobuf/META-INF/MANIFEST.MF index f4159fc..be7f077 100644 --- a/com.google.eclipse.protobuf/META-INF/MANIFEST.MF +++ b/com.google.eclipse.protobuf/META-INF/MANIFEST.MF
@@ -21,6 +21,7 @@ org.apache.commons.logging Bundle-RequiredExecutionEnvironment: J2SE-1.5 Export-Package: com.google.eclipse.protobuf, + com.google.eclipse.protobuf.grammar, com.google.eclipse.protobuf.parseTreeConstruction, com.google.eclipse.protobuf.parser.antlr, com.google.eclipse.protobuf.parser.antlr.internal,