From: <js...@us...> - 2006-11-21 10:51:05
|
Revision: 3 http://svn.sourceforge.net/jcontracts/?rev=3&view=rev Author: jstuyts Date: 2006-11-21 02:51:02 -0800 (Tue, 21 Nov 2006) Log Message: ----------- Initial checkin of original code moved to a new package. Added Paths: ----------- trunk/LICENSE.txt trunk/build.xml trunk/changelist.txt trunk/classes/ trunk/classes/antlr/ trunk/classes/antlr/ANTLRException.class trunk/classes/antlr/ANTLRGrammarParseBehavior.class trunk/classes/antlr/ANTLRHashString.class trunk/classes/antlr/ANTLRLexer.class trunk/classes/antlr/ANTLRParser.class trunk/classes/antlr/ANTLRStringBuffer.class trunk/classes/antlr/ANTLRTokdefLexer.class trunk/classes/antlr/ANTLRTokdefParser.class trunk/classes/antlr/ANTLRTokdefParserTokenTypes.class trunk/classes/antlr/ANTLRTokenTypes.class trunk/classes/antlr/ASTFactory.class trunk/classes/antlr/ASTIterator.class trunk/classes/antlr/ASTNULLType.class trunk/classes/antlr/ASTPair.class trunk/classes/antlr/ASTVisitor.class trunk/classes/antlr/AbstractParser.class trunk/classes/antlr/ActionElement.class trunk/classes/antlr/ActionTransInfo.class trunk/classes/antlr/Alternative.class trunk/classes/antlr/AlternativeBlock.class trunk/classes/antlr/AlternativeElement.class trunk/classes/antlr/BaseAST.class trunk/classes/antlr/BlockContext.class trunk/classes/antlr/BlockEndElement.class trunk/classes/antlr/BlockWithImpliedExitPath.class trunk/classes/antlr/CharBufferBacktrackingInteractive.class trunk/classes/antlr/CharBufferBacktrackingNoInteractive.class trunk/classes/antlr/CharBufferNoBacktrackingInteractive.class trunk/classes/antlr/CharBufferNoBacktrackingNoInteractive.class trunk/classes/antlr/CharFormatter.class trunk/classes/antlr/CharLiteralElement.class trunk/classes/antlr/CharQueue.class trunk/classes/antlr/CharRangeElement.class trunk/classes/antlr/CharScanner.class trunk/classes/antlr/CharScannerBacktrackingInteractive.class trunk/classes/antlr/CharScannerBacktrackingInteractiveNoCaseSensitive.class trunk/classes/antlr/CharScannerBacktrackingNoInteractive.class trunk/classes/antlr/CharScannerBacktrackingNoInteractiveNoCaseSensitive.class trunk/classes/antlr/CharScannerNoBacktrackingInteractive.class trunk/classes/antlr/CharScannerNoBacktrackingInteractiveNoCaseSensitive.class trunk/classes/antlr/CharScannerNoBacktrackingNoInteractive.class trunk/classes/antlr/CharScannerNoBacktrackingNoInteractiveNoCaseSensitive.class trunk/classes/antlr/CodeGenerator.class trunk/classes/antlr/CommonAST.class trunk/classes/antlr/CommonToken.class trunk/classes/antlr/DefaultToolErrorHandler.class trunk/classes/antlr/DefineGrammarSymbols.class trunk/classes/antlr/DiagnosticCodeGenerator.class trunk/classes/antlr/DumpASTVisitor.class trunk/classes/antlr/ExceptionHandler.class trunk/classes/antlr/ExceptionSpec.class trunk/classes/antlr/FileCopyException.class trunk/classes/antlr/Grammar.class trunk/classes/antlr/GrammarAnalyzer.class trunk/classes/antlr/GrammarAtom.class trunk/classes/antlr/GrammarElement.class trunk/classes/antlr/GrammarSymbol.class trunk/classes/antlr/JavaBlockFinishingInfo.class trunk/classes/antlr/JavaCharFormatter.class trunk/classes/antlr/JavaCodeGenerator.class trunk/classes/antlr/LLkAnalyzer.class trunk/classes/antlr/LLkGrammarAnalyzer.class trunk/classes/antlr/LLkParser.class trunk/classes/antlr/LLkParserNoInteractive.class trunk/classes/antlr/LexerGrammar.class trunk/classes/antlr/Lookahead.class trunk/classes/antlr/MakeGrammar.class trunk/classes/antlr/MismatchedTokenException.class trunk/classes/antlr/NoViableAltException.class trunk/classes/antlr/OneOrMoreBlock.class trunk/classes/antlr/OptionalBlock.class trunk/classes/antlr/Parser.class trunk/classes/antlr/ParserException.class trunk/classes/antlr/ParserGrammar.class trunk/classes/antlr/RuleBlock.class trunk/classes/antlr/RuleEndElement.class trunk/classes/antlr/RuleRefElement.class trunk/classes/antlr/RuleSymbol.class trunk/classes/antlr/ScannerException.class trunk/classes/antlr/SemanticException.class trunk/classes/antlr/SimpleTokenManager.class trunk/classes/antlr/StringLiteralElement.class trunk/classes/antlr/StringLiteralSymbol.class trunk/classes/antlr/SynPredBlock.class trunk/classes/antlr/TokdefTokenManager.class trunk/classes/antlr/Token.class trunk/classes/antlr/TokenBuffer.class trunk/classes/antlr/TokenManager.class trunk/classes/antlr/TokenQueue.class trunk/classes/antlr/TokenRangeElement.class trunk/classes/antlr/TokenRefElement.class trunk/classes/antlr/TokenSymbol.class trunk/classes/antlr/Tokenizer.class trunk/classes/antlr/Tool.class trunk/classes/antlr/ToolErrorHandler.class trunk/classes/antlr/TreeBlockContext.class trunk/classes/antlr/TreeElement.class trunk/classes/antlr/TreeParser.class trunk/classes/antlr/TreeSpecifierNode.class trunk/classes/antlr/TreeWalkerGrammar.class trunk/classes/antlr/WildcardElement.class trunk/classes/antlr/ZeroOrMoreBlock.class trunk/classes/antlr/actions/ trunk/classes/antlr/actions/ActionLexer.class trunk/classes/antlr/actions/ActionLexerTokenTypes.class trunk/classes/antlr/collections/ trunk/classes/antlr/collections/AST.class trunk/classes/antlr/collections/ASTEnumeration.class trunk/classes/antlr/collections/BitSetTest.class trunk/classes/antlr/collections/Enumerator.class trunk/classes/antlr/collections/LLStackTest.class trunk/classes/antlr/collections/LListTest.class trunk/classes/antlr/collections/List.class trunk/classes/antlr/collections/Stack.class trunk/classes/antlr/collections/impl/ trunk/classes/antlr/collections/impl/ASTArray.class trunk/classes/antlr/collections/impl/ASTEnumerator.class trunk/classes/antlr/collections/impl/BitSet.class trunk/classes/antlr/collections/impl/IndexedVector.class trunk/classes/antlr/collections/impl/LLCell.class trunk/classes/antlr/collections/impl/LLEnumeration.class trunk/classes/antlr/collections/impl/LList.class trunk/classes/antlr/collections/impl/Vector.class trunk/classes/antlr/collections/impl/VectorEnumeration.class trunk/classes/antlr/collections/impl/VectorEnumerator.class trunk/classes/antlr/preprocessor/ trunk/classes/antlr/preprocessor/Grammar.class trunk/classes/antlr/preprocessor/GrammarFile.class trunk/classes/antlr/preprocessor/Hierarchy.class trunk/classes/antlr/preprocessor/Option.class trunk/classes/antlr/preprocessor/Preprocessor.class trunk/classes/antlr/preprocessor/PreprocessorLexer.class trunk/classes/antlr/preprocessor/PreprocessorTokenTypes.class trunk/classes/antlr/preprocessor/Rule.class trunk/classes/antlr/preprocessor/Tool.class trunk/libraries/ trunk/libraries/log4j-1.2.11.jar trunk/project.properties trunk/readme.txt trunk/site/ trunk/source/MANIFEST.MF trunk/source/java/net/ trunk/source/java/net/sf/ trunk/source/java/net/sf/jcontracts/ trunk/source/java/net/sf/jcontracts/argparser/ trunk/source/java/net/sf/jcontracts/argparser/ArgLexer.java trunk/source/java/net/sf/jcontracts/argparser/ArgParser.java trunk/source/java/net/sf/jcontracts/argparser/ArgTokenTypes.java trunk/source/java/net/sf/jcontracts/argparser/ExtendedToken.java trunk/source/java/net/sf/jcontracts/argparser/MetaclassFactory.java trunk/source/java/net/sf/jcontracts/argparser/Option.java trunk/source/java/net/sf/jcontracts/argparser/OptionMetaclass.java trunk/source/java/net/sf/jcontracts/argparser/Parser.java trunk/source/java/net/sf/jcontracts/argparser/ParserMetaclassFactory.java trunk/source/java/net/sf/jcontracts/argparser/Target.java trunk/source/java/net/sf/jcontracts/argparser/TargetMetaclass.java trunk/source/java/net/sf/jcontracts/codeparser/ trunk/source/java/net/sf/jcontracts/codeparser/Class.java trunk/source/java/net/sf/jcontracts/codeparser/CodeComment.java trunk/source/java/net/sf/jcontracts/codeparser/CodeMetaclass.java trunk/source/java/net/sf/jcontracts/codeparser/CodeMetaclassCache.java trunk/source/java/net/sf/jcontracts/codeparser/DebugVisitor.java trunk/source/java/net/sf/jcontracts/codeparser/DottyVisitor.java trunk/source/java/net/sf/jcontracts/codeparser/DottyVisitorConstants.java trunk/source/java/net/sf/jcontracts/codeparser/Dotty_Component_CommonLevel.java trunk/source/java/net/sf/jcontracts/codeparser/Dotty_Component_PackageLevel.java trunk/source/java/net/sf/jcontracts/codeparser/Dotty_Component_TypeLevel.java trunk/source/java/net/sf/jcontracts/codeparser/ExtendedToken.java trunk/source/java/net/sf/jcontracts/codeparser/ICodeBody.java trunk/source/java/net/sf/jcontracts/codeparser/ICodeMetaclassVisitor.java trunk/source/java/net/sf/jcontracts/codeparser/IDependencyFilter.java trunk/source/java/net/sf/jcontracts/codeparser/IDotty_Component_Level.java trunk/source/java/net/sf/jcontracts/codeparser/Interface.java trunk/source/java/net/sf/jcontracts/codeparser/JavaLexer.java trunk/source/java/net/sf/jcontracts/codeparser/JavaParser.java trunk/source/java/net/sf/jcontracts/codeparser/JavaTokenTypes.java trunk/source/java/net/sf/jcontracts/codeparser/MetaclassFactory.java trunk/source/java/net/sf/jcontracts/codeparser/Method.java trunk/source/java/net/sf/jcontracts/codeparser/Parser.java trunk/source/java/net/sf/jcontracts/codeparser/ParserMetaclassFactory.java trunk/source/java/net/sf/jcontracts/codeparser/TypeMetaclass.java trunk/source/java/net/sf/jcontracts/codeparser/Variable.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/ trunk/source/java/net/sf/jcontracts/dependencyanalyzer/BooleanBlockWithNodeArg.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/DependencyAnalyzer.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/Graph.java trunk/source/java/net/sf/jcontracts/dependencyanalyzer/Node.java trunk/source/java/net/sf/jcontracts/icontract/ trunk/source/java/net/sf/jcontracts/icontract/AllFilesUpToDateException.java trunk/source/java/net/sf/jcontracts/icontract/AllOption.java trunk/source/java/net/sf/jcontracts/icontract/ArgMetaclassFactory.java trunk/source/java/net/sf/jcontracts/icontract/AssertionExpression.java trunk/source/java/net/sf/jcontracts/icontract/Class.java trunk/source/java/net/sf/jcontracts/icontract/CleanOption.java trunk/source/java/net/sf/jcontracts/icontract/CompilerOption.java trunk/source/java/net/sf/jcontracts/icontract/Constants.java trunk/source/java/net/sf/jcontracts/icontract/Darwin.java trunk/source/java/net/sf/jcontracts/icontract/DefaultExceptionOption.java trunk/source/java/net/sf/jcontracts/icontract/FileTarget.java trunk/source/java/net/sf/jcontracts/icontract/HelpOption.java trunk/source/java/net/sf/jcontracts/icontract/IContracted.java trunk/source/java/net/sf/jcontracts/icontract/Interface.java trunk/source/java/net/sf/jcontracts/icontract/Internal0Option.java trunk/source/java/net/sf/jcontracts/icontract/InvCheck.java trunk/source/java/net/sf/jcontracts/icontract/InvCheckCallOption.java trunk/source/java/net/sf/jcontracts/icontract/MergeOption.java trunk/source/java/net/sf/jcontracts/icontract/MetaclassFactory.java trunk/source/java/net/sf/jcontracts/icontract/Method.java trunk/source/java/net/sf/jcontracts/icontract/NoInitialCompilationOption.java trunk/source/java/net/sf/jcontracts/icontract/NoRepositoryCompilationOption.java trunk/source/java/net/sf/jcontracts/icontract/OneOneOption.java trunk/source/java/net/sf/jcontracts/icontract/Option.java trunk/source/java/net/sf/jcontracts/icontract/OutputOption.java trunk/source/java/net/sf/jcontracts/icontract/ParameterOption.java trunk/source/java/net/sf/jcontracts/icontract/PrePostCheck.java trunk/source/java/net/sf/jcontracts/icontract/ProcessingOption.java trunk/source/java/net/sf/jcontracts/icontract/QuietOption.java trunk/source/java/net/sf/jcontracts/icontract/Repository.java trunk/source/java/net/sf/jcontracts/icontract/RepositoryOutputOption.java trunk/source/java/net/sf/jcontracts/icontract/SourceCompilerOption.java trunk/source/java/net/sf/jcontracts/icontract/SystemInTarget.java trunk/source/java/net/sf/jcontracts/icontract/Target.java trunk/source/java/net/sf/jcontracts/icontract/Tool.java trunk/source/java/net/sf/jcontracts/icontract/UnableToDetermineTypeException.java trunk/source/java/net/sf/jcontracts/icontract/Variable.java trunk/source/java/net/sf/jcontracts/icontract/VerboseOption.java trunk/source/java/net/sf/jcontracts/icontract/WrapExceptionOption.java trunk/source/java/net/sf/jcontracts/icontract/XOption.java trunk/source/java/net/sf/jcontracts/icontract/instruction/ trunk/source/java/net/sf/jcontracts/icontract/instruction/DeclareReturnValueHolder.java trunk/source/java/net/sf/jcontracts/icontract/instruction/Instruction.java trunk/source/java/net/sf/jcontracts/icontract/instruction/InstructionBase.java trunk/source/java/net/sf/jcontracts/icontract/side/ trunk/source/java/net/sf/jcontracts/icontract/side/MethodFront.java trunk/source/java/net/sf/jcontracts/icontract/side/Side.java trunk/source/java/net/sf/jcontracts/icontract/side/SideBase.java trunk/source/java/net/sf/jcontracts/icontract/side/SideFactory.java trunk/source/java/net/sf/jcontracts/icontract/util/ trunk/source/java/net/sf/jcontracts/icontract/util/Array.java trunk/source/java/net/sf/jcontracts/idarwin/ trunk/source/java/net/sf/jcontracts/idarwin/specification/ trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/ trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/ trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/ArchitectureSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/ArchitectureSpecificationFilter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/CompositePattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Dependency.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/DependencyConstraint.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/DependencyConstraintExporter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/DifferencePattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Group.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Idiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/IdiomFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/IsolateIdiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/LanguageFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/LayerIdiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PSpecLexer.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PSpecParser.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PSpecTokenTypes.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/Pattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PatternFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/PatternSyntaxException.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/SetPattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/SingleDependencyConstraint.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/SingularPattern.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/StrictlyLayerIdiom.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/xml/ trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/xml/XMLRuleLanguage.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/primitive_language/xml/XMLRuleLanguageSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/with_rules/ trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/with_rules/IArchitectureSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/impl/with_rules/IRule.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/ trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IArchitectureExporter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IArchitectureSpecification.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IArchitectureSpecificationFilter.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IDependency.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/ILanguageFactory.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/IllFormedSpecificationException.java trunk/source/java/net/sf/jcontracts/idarwin/specification/openapi/RunData.java trunk/source/java/net/sf/jcontracts/util/ trunk/source/java/net/sf/jcontracts/util/JavaEvaluator.java trunk/source/java/net/sf/jcontracts/util/StringComparator.java Property Changed: ---------------- trunk/ Property changes on: trunk ___________________________________________________________________ Name: svn:ignore - .settings build local .classpath .project CommandPromptHereStartup.cmd PowerShellHereStartup.ps1 + .settings build local .classpath .project CommandPromptHereStartup.cmd PowerShellHereStartup.ps1 local.properties Added: trunk/LICENSE.txt =================================================================== --- trunk/LICENSE.txt (rev 0) +++ trunk/LICENSE.txt 2006-11-21 10:51:02 UTC (rev 3) @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. Added: trunk/build.xml =================================================================== --- trunk/build.xml (rev 0) +++ trunk/build.xml 2006-11-21 10:51:02 UTC (rev 3) @@ -0,0 +1,129 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project name="JcontractS" default="compile"> + <property file="local.properties" /> + <property file="project.properties" /> + + <defaultexcludes add="**/Thumbs.db" /> + <defaultexcludes add="$jarplug.work" /> + <defaultexcludes add="$jarplug.work/**" /> + + <filterset id="filter.sourceforge-logo" + begintoken="src="" + endtoken="""> + <filter token="resources/images/sflogo.png" + value="src="http://sourceforge.net/sflogo.php?group_id=148319&amp;type=2"" /> + </filterset> + + <target name="clean" description="Deletes all build artifacts."> + <delete dir="build/ant" /> + </target> + + <target name="compile" description="Compile the classes"> + <mkdir dir="build/ant/classes" /> + <javac srcdir="source/java" + destdir="build/ant/classes" + source="1.4" + target="1.4" + debug="true" + optimize="false"> + <include name="**/*.java" /> + <classpath> + <fileset dir="libraries"> + <include name="*.jar" /> + </fileset> + <pathelement location="classes"/> + </classpath> + </javac> + <copy todir="build/ant/classes"> + <fileset dir="source/java"> + <include name="**/*.png" /> + <include name="**/*.properties" /> + </fileset> + </copy> + </target> + + <target name="jar" description="Create the JAR file." depends="compile"> + <jar destfile="build/ant/${distribution.name}-${project.version}.jar" + manifest="source/MANIFEST.MF"> + <fileset dir="build/ant/classes"> + <include name="**" /> + </fileset> + </jar> + </target> + + <target name="distribution" + description="Builds the binary and source distributions." + depends="jar"> + <antcall target="-binary-distribution-" /> + <antcall target="-source-distribution-" /> + </target> + + <target name="-binary-distribution-"> + <mkdir dir="build/ant/binary-dist" /> + <copy todir="build/ant/binary-dist" + file="build/ant/${distribution.name}-${project.version}.jar" /> + <copy todir="build/ant/binary-dist" file="LICENSE.txt" /> + <copy todir="build/ant/binary-dist" file="JcontractS.ico" /> + + <mkdir dir="build/ant/binary-dist/documentation" /> + <copy todir="build/ant/binary-dist/documentation"> + <fileset dir="site"> + <include name="**" /> + </fileset> + </copy> + + <zip destfile="build/ant/${distribution.name}-${project.version}.zip"> + <fileset dir="build/ant/binary-dist"> + <include name="**" /> + </fileset> + </zip> + </target> + + <target name="upload-site" + description="Upload the documentation to the SourceForge.net webspace."> + <fail unless="deploy.username" + message="'deploy.username' must be set in 'local.properties'." /> + <fail unless="deploy.password" + message="'deploy.password' must be set in 'local.properties'." /> + + <mkdir dir="build/ant/site" /> + <copy todir="build/ant/site" filtering="false"> + <fileset dir="site"> + <exclude name="index.html" /> + <include name="**" /> + </fileset> + </copy> + <copy todir="build/ant/site" filtering="true"> + <filterset refid="filter.sourceforge-logo" /> + <fileset dir="site"> + <include name="index.html" /> + </fileset> + </copy> + + <scp todir="${deploy.username}:${deploy.password}@${deploy.site.host}:${deploy.site.directory}" + port="${deploy.site.port}" + trust="true"> + <fileset dir="build/ant/site"> + <include name="**" /> + </fileset> + </scp> + </target> + + <target name="-source-distribution-"> + <mkdir dir="build/ant/source-dist" /> + <copy todir="build/ant/source-dist"> + <fileset dir="${basedir}"> + <exclude name="build/**" /> + <exclude name="local/**" /> + <exclude name="local.properties" /> + <include name="**" /> + </fileset> + </copy> + + <zip destfile="build/ant/${distribution.name}-${project.version}-src.zip"> + <fileset dir="build/ant/source-dist"> + <include name="**" /> + </fileset> + </zip> + </target> +</project> \ No newline at end of file Added: trunk/changelist.txt =================================================================== --- trunk/changelist.txt (rev 0) +++ trunk/changelist.txt 2006-11-21 10:51:02 UTC (rev 3) @@ -0,0 +1,8 @@ +v1.01.00b01 +----------- +Enhancements: +- initial release of decompiled original code moved to new packages + +Bug fixes: +NONE + Added: trunk/classes/antlr/ANTLRException.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRException.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRGrammarParseBehavior.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRGrammarParseBehavior.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRHashString.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRHashString.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRLexer.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRLexer.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRParser.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRParser.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRStringBuffer.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRStringBuffer.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRTokdefLexer.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRTokdefLexer.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRTokdefParser.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRTokdefParser.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRTokdefParserTokenTypes.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRTokdefParserTokenTypes.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ANTLRTokenTypes.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ANTLRTokenTypes.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ASTFactory.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ASTFactory.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ASTIterator.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ASTIterator.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ASTNULLType.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ASTNULLType.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ASTPair.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ASTPair.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ASTVisitor.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ASTVisitor.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/AbstractParser.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/AbstractParser.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ActionElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ActionElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ActionTransInfo.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ActionTransInfo.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/Alternative.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/Alternative.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/AlternativeBlock.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/AlternativeBlock.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/AlternativeElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/AlternativeElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/BaseAST.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/BaseAST.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/BlockContext.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/BlockContext.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/BlockEndElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/BlockEndElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/BlockWithImpliedExitPath.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/BlockWithImpliedExitPath.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharBufferBacktrackingInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharBufferBacktrackingInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharBufferBacktrackingNoInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharBufferBacktrackingNoInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharBufferNoBacktrackingInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharBufferNoBacktrackingInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharBufferNoBacktrackingNoInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharBufferNoBacktrackingNoInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharFormatter.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharFormatter.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharLiteralElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharLiteralElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharQueue.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharQueue.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharRangeElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharRangeElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScanner.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScanner.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerBacktrackingInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerBacktrackingInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerBacktrackingInteractiveNoCaseSensitive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerBacktrackingInteractiveNoCaseSensitive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerBacktrackingNoInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerBacktrackingNoInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerBacktrackingNoInteractiveNoCaseSensitive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerBacktrackingNoInteractiveNoCaseSensitive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerNoBacktrackingInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerNoBacktrackingInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerNoBacktrackingInteractiveNoCaseSensitive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerNoBacktrackingInteractiveNoCaseSensitive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerNoBacktrackingNoInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerNoBacktrackingNoInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CharScannerNoBacktrackingNoInteractiveNoCaseSensitive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CharScannerNoBacktrackingNoInteractiveNoCaseSensitive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CodeGenerator.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CodeGenerator.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CommonAST.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CommonAST.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/CommonToken.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/CommonToken.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/DefaultToolErrorHandler.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/DefaultToolErrorHandler.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/DefineGrammarSymbols.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/DefineGrammarSymbols.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/DiagnosticCodeGenerator.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/DiagnosticCodeGenerator.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/DumpASTVisitor.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/DumpASTVisitor.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ExceptionHandler.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ExceptionHandler.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ExceptionSpec.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ExceptionSpec.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/FileCopyException.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/FileCopyException.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/Grammar.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/Grammar.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/GrammarAnalyzer.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/GrammarAnalyzer.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/GrammarAtom.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/GrammarAtom.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/GrammarElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/GrammarElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/GrammarSymbol.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/GrammarSymbol.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/JavaBlockFinishingInfo.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/JavaBlockFinishingInfo.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/JavaCharFormatter.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/JavaCharFormatter.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/JavaCodeGenerator.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/JavaCodeGenerator.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/LLkAnalyzer.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/LLkAnalyzer.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/LLkGrammarAnalyzer.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/LLkGrammarAnalyzer.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/LLkParser.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/LLkParser.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/LLkParserNoInteractive.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/LLkParserNoInteractive.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/LexerGrammar.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/LexerGrammar.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/Lookahead.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/Lookahead.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/MakeGrammar.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/MakeGrammar.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/MismatchedTokenException.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/MismatchedTokenException.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/NoViableAltException.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/NoViableAltException.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/OneOrMoreBlock.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/OneOrMoreBlock.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/OptionalBlock.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/OptionalBlock.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/Parser.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/Parser.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ParserException.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ParserException.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/ParserGrammar.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/ParserGrammar.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/RuleBlock.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/RuleBlock.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/RuleEndElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/RuleEndElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/RuleRefElement.class =================================================================== (Binary files differ) Property changes on: trunk/classes/antlr/RuleRefElement.class ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/classes/antlr/RuleSymbol.class =====================================================... [truncated message content] |