Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 50114 invoked from network); 23 Jul 2005 20:18:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jul 2005 20:18:54 -0000 Received: (qmail 10395 invoked by uid 500); 23 Jul 2005 20:18:54 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 10349 invoked by uid 500); 23 Jul 2005 20:18:53 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 10336 invoked by uid 99); 23 Jul 2005 20:18:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2005 13:18:53 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 23 Jul 2005 13:18:47 -0700 Received: (qmail 50082 invoked by uid 65534); 23 Jul 2005 20:18:51 -0000 Message-ID: <20050723201851.50081.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r224536 [2/2] - in /directory/asn1/branches/ber-decoder: etc/ modules/ber/ modules/ber/src/java/org/apache/asn1/ber/ modules/ber/src/java/org/apache/asn1/ber/digester/ modules/ber/src/java/org/apache/asn1/ber/digester/rules/ modules/ber/src... Date: Sat, 23 Jul 2005 20:18:38 -0000 To: commits@directory.apache.org From: adc@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Type.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Type.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Type.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Type.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680; +package org.apache.asn1.compiler.stages.parser.x680; Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeAssignment.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeAssignment.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeAssignment.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeAssignment.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680; +package org.apache.asn1.compiler.stages.parser.x680; Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeReference.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeReference.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeReference.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/TypeReference.java Sat Jul 23 13:18:25 2005 @@ -14,11 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680; +package org.apache.asn1.compiler.stages.parser.x680; import antlr.Token; -import org.apache.snickers.asn1.stages.parser.TokenBase; +import org.apache.asn1.compiler.stages.parser.TokenBase; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Value.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Value.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Value.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/Value.java Sat Jul 23 13:18:25 2005 @@ -14,11 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680; +package org.apache.asn1.compiler.stages.parser.x680; import antlr.Token; -import org.apache.snickers.asn1.stages.parser.TokenBase; +import org.apache.asn1.compiler.stages.parser.TokenBase; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueAssignment.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueAssignment.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueAssignment.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueAssignment.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680; +package org.apache.asn1.compiler.stages.parser.x680; /** Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueReference.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueReference.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueReference.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/ValueReference.java Sat Jul 23 13:18:25 2005 @@ -14,11 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680; +package org.apache.asn1.compiler.stages.parser.x680; import antlr.Token; -import org.apache.snickers.asn1.stages.parser.TokenBase; +import org.apache.asn1.compiler.stages.parser.TokenBase; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Element.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Element.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Element.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Element.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680.element; +package org.apache.asn1.compiler.stages.parser.x680.element; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ElementSetSpec.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ElementSetSpec.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ElementSetSpec.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ElementSetSpec.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680.element; +package org.apache.asn1.compiler.stages.parser.x680.element; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Intersection.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Intersection.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Intersection.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Intersection.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680.element; +package org.apache.asn1.compiler.stages.parser.x680.element; import java.util.ArrayList; Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/LowerEndpoint.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/LowerEndpoint.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/LowerEndpoint.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/LowerEndpoint.java Sat Jul 23 13:18:25 2005 @@ -14,9 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680.element; +package org.apache.asn1.compiler.stages.parser.x680.element; -import org.apache.snickers.asn1.stages.parser.x680.Value; +import org.apache.asn1.compiler.stages.parser.x680.Value; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Union.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Union.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Union.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/Union.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680.element; +package org.apache.asn1.compiler.stages.parser.x680.element; import java.util.ArrayList; Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/UpperEndpoint.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/UpperEndpoint.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/UpperEndpoint.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/UpperEndpoint.java Sat Jul 23 13:18:25 2005 @@ -14,9 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680.element; +package org.apache.asn1.compiler.stages.parser.x680.element; -import org.apache.snickers.asn1.stages.parser.x680.Value; +import org.apache.asn1.compiler.stages.parser.x680.Value; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ValueRange.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ValueRange.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ValueRange.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/java/org/apache/asn1/compiler/stages/parser/x680/element/ValueRange.java Sat Jul 23 13:18:25 2005 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser.x680.element; +package org.apache.asn1.compiler.stages.parser.x680.element; Copied: directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/CompilerTest.java (from r224531, directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/snickers/asn1/CompilerTest.java) URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/CompilerTest.java?p2=directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/CompilerTest.java&p1=directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/snickers/asn1/CompilerTest.java&r1=224531&r2=224536&rev=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/snickers/asn1/CompilerTest.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/CompilerTest.java Sat Jul 23 13:18:25 2005 @@ -14,14 +14,14 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1; +package org.apache.asn1.compiler; import java.util.HashMap; import java.util.Map; import junit.framework.TestCase; -import org.apache.snickers.asn1.stages.parser.ParseStage; -import org.apache.snickers.asn1.stages.codegen.CodeGeneratorStage; +import org.apache.asn1.compiler.stages.parser.ParseStage; +import org.apache.asn1.compiler.stages.codegen.CodeGeneratorStage; /** * @version $Revision$ $Date: $ Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/stages/parser/ASN1SyntaxTest.java URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/stages/parser/ASN1SyntaxTest.java?rev=224536&r1=224531&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/stages/parser/ASN1SyntaxTest.java (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/test/org/apache/asn1/compiler/stages/parser/ASN1SyntaxTest.java Sat Jul 23 13:18:25 2005 @@ -14,15 +14,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.snickers.asn1.stages.parser; +package org.apache.asn1.compiler.stages.parser; import java.io.File; import java.io.FileReader; import java.io.StringReader; import junit.framework.TestCase; -import org.apache.snickers.asn1.parser.ASN1Lexer; -import org.apache.snickers.asn1.parser.ASN1Parser; +import org.apache.asn1.compiler.parser.ASN1Lexer; +import org.apache.asn1.compiler.parser.ASN1Parser; /** Modified: directory/asn1/branches/ber-decoder/modules/compiler/src/vm/class.vm URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/compiler/src/vm/class.vm?rev=224536&r1=224535&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/compiler/src/vm/class.vm (original) +++ directory/asn1/branches/ber-decoder/modules/compiler/src/vm/class.vm Sat Jul 23 13:18:25 2005 @@ -1,6 +1,6 @@ package $package; -import org.apache.snickers.as1.runtime.*; +import org.apache.asn1.compiler.runtime.*; public class $class extends Type { Modified: directory/asn1/branches/ber-decoder/modules/runtime/project.xml URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/runtime/project.xml?rev=224536&r1=224535&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/runtime/project.xml (original) +++ directory/asn1/branches/ber-decoder/modules/runtime/project.xml Sat Jul 23 13:18:25 2005 @@ -27,13 +27,13 @@ - Snickers :: Runtime + ASN1 :: Runtime asn1-runtime - Snickers Runtime - Snickers Runtime - http://incubator.apache.org/directory/subprojects/snickers/ - /www/incubator.apache.org/projects/directory/subprojects/snickers - /www/incubator.apache.org/projects/directory/subprojects/snickers + ASN1 Runtime + ASN1 Runtime + http://incubator.apache.org/directory/subprojects/asn1/ + /www/incubator.apache.org/projects/directory/subprojects/asn1 + /www/incubator.apache.org/projects/directory/subprojects/asn1 org.apache.asn1 Modified: directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/ber/package.html URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/ber/package.html?rev=224536&r1=224535&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/ber/package.html (original) +++ directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/ber/package.html Sat Jul 23 13:18:25 2005 @@ -19,7 +19,7 @@ -Provides the codec foundation for Basic Encoding Rules based on a Tag, Length +Provides the codec foundation for Basic Encoding Rules based on a Tag, Length and Value (TLV) field tuples.

Package Specification

@@ -28,8 +28,8 @@ For overviews, tutorials, examples, guides, and tool documentation, please see: Modified: directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/der/package.html URL: http://svn.apache.org/viewcvs/directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/der/package.html?rev=224536&r1=224535&r2=224536&view=diff ============================================================================== --- directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/der/package.html (original) +++ directory/asn1/branches/ber-decoder/modules/runtime/src/java/org/apache/asn1/encoding/der/package.html Sat Jul 23 13:18:25 2005 @@ -28,8 +28,8 @@ For overviews, tutorials, examples, guides, and tool documentation, please see: