You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ad...@apache.org on 2007/05/15 17:30:05 UTC

svn commit: r538217 [10/10] - in /labs/dungeon/trunk: ./ asn1-compiler/ asn1-compiler/src/ asn1-compiler/src/main/ asn1-compiler/src/main/antlr/ asn1-compiler/src/main/java/ asn1-compiler/src/main/java/org/ asn1-compiler/src/main/java/org/apache/ asn1-...

Added: labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegTokenTargType.java
URL: http://svn.apache.org/viewvc/labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegTokenTargType.java?view=auto&rev=538217
==============================================================================
--- labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegTokenTargType.java (added)
+++ labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegTokenTargType.java Tue May 15 08:29:41 2007
@@ -0,0 +1,26 @@
+/**
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+package org.apache.asn1.types.com.acme.spnego;
+
+
+/**
+ * @version $Revision: 208868 $ $Date: $
+ */
+public interface NegTokenTargType extends org.apache.asn1.runtime.ASN1TypeFlag
+{
+}

Added: labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegotiationTokenType.java
URL: http://svn.apache.org/viewvc/labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegotiationTokenType.java?view=auto&rev=538217
==============================================================================
--- labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegotiationTokenType.java (added)
+++ labs/dungeon/trunk/asn1-runtime/src/test/java/org/apache/asn1/types/com/acme/spnego/NegotiationTokenType.java Tue May 15 08:29:41 2007
@@ -0,0 +1,26 @@
+/**
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You 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.
+ */
+package org.apache.asn1.types.com.acme.spnego;
+
+
+/**
+ * @version $Revision: 208868 $ $Date: $
+ */
+public interface NegotiationTokenType extends org.apache.asn1.runtime.ASN1TypeFlag
+{
+}

Added: labs/dungeon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/labs/dungeon/trunk/pom.xml?view=auto&rev=538217
==============================================================================
--- labs/dungeon/trunk/pom.xml (added)
+++ labs/dungeon/trunk/pom.xml Tue May 15 08:29:41 2007
@@ -0,0 +1,228 @@
+<project>
+
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.asn1</groupId>
+    <artifactId>asn1-root</artifactId>
+    <name>Apache ASN1 Compiler Project</name>
+    <version>1.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <description>Apache ASN1 Compiler parent</description>
+    <url>http://directory.apache.org/subprojects/asn1</url>
+
+
+    <issueManagement>
+        <system>jira</system>
+        <url>http://issues.apache.org/jira/browse/DIRSNICKERS</url>
+    </issueManagement>
+
+    <ciManagement>
+        <system>continuum</system>
+        <notifiers>
+            <notifier>
+                <type>mail</type>
+                <sendOnError/>
+                <sendOnFailure/>
+                <address>dev@directory.apache.org</address>
+            </notifier>
+        </notifiers>
+    </ciManagement>
+
+    <mailingLists>
+        <mailingList>
+            <name>Directory Developer List</name>
+            <subscribe>dev-subscribe@directory.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@directory.apache.org</unsubscribe>
+            <archive>http://www.archivum.info/dev@directory.apache.org/</archive>
+        </mailingList>
+    </mailingLists>
+
+    <developers>
+        <developer>
+            <id>maguro</id>
+            <name>Alan D. Cabrera</name>
+            <roles>
+                <role>Architect</role>
+            </roles>
+            <timezone>-8</timezone>
+        </developer>
+        <developer>
+            <id>akarasulu</id>
+            <name>Alex Karasulu</name>
+            <roles>
+                <role>Programmer</role>
+            </roles>
+            <timezone>-5</timezone>
+        </developer>
+        <developer>
+            <id>elecharny</id>
+            <name>Emmanuel Lécharny</name>
+            <roles>
+                <role>Architect</role>
+            </roles>
+            <timezone>+1</timezone>
+        </developer>
+    </developers>
+
+    <repositories>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>codehaus</id>
+            <name>Codehaus Repository</name>
+            <url>http://dist.codehaus.org</url>
+            <layout>legacy</layout>
+        </repository>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>ibiblio</id>
+            <name>Ibiblio Repository</name>
+            <url>http://www.ibiblio.org/maven</url>
+            <layout>legacy</layout>
+        </repository>
+        <repository>
+            <id>apache</id>
+            <name>Apche Repository</name>
+            <url>http://cvs.apache.org/repository</url>
+            <layout>legacy</layout>
+        </repository>
+        <repository>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>central</id>
+            <name>Maven Repository Switchboard</name>
+            <url>http://repo1.maven.org/maven2</url>
+        </repository>
+    </repositories>
+
+    <modules>
+        <module>asn1-runtime</module>
+        <module>asn1-compiler</module>
+        <module>asn1-gen-c</module>
+        <module>asn1-gen-cplus</module>
+        <module>asn1-gen-csharp</module>
+        <module>asn1-gen-java</module>
+        <module>asn1-maven-plugin</module>
+    </modules>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-compiler-plugin</artifactId>
+                    <configuration>
+                        <source>1.5</source>
+                        <target>1.5</target>
+                        <showDeprecation>true</showDeprecation>
+                        <showWarnings>true</showWarnings>
+                        <compilerArgument>-Xlint:all,-serial,-unchecked</compilerArgument>
+                    </configuration>
+                </plugin>
+
+            </plugins>
+        </pluginManagement>
+    </build>
+
+    <licenses>
+        <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+
+    <scm>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/directory/asn1/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/asn1/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/directory/asn1/</url>
+    </scm>
+
+    <organization>
+        <name>Apache Directory</name>
+        <url>http://directory.apache.org/</url>
+    </organization>
+
+    <properties>
+        <mavenVersion>2.0.6</mavenVersion>
+    </properties>
+
+    <dependencyManagement>
+        <dependencies>
+
+            <dependency>
+                <groupId>antlr</groupId>
+                <artifactId>antlr</artifactId>
+                <version>2.7.2</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.asn1</groupId>
+                <artifactId>asn1-runtime</artifactId>
+                <version>${version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.asn1</groupId>
+                <artifactId>asn1-compiler</artifactId>
+                <version>${version}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.maven</groupId>
+                <artifactId>maven-plugin-api</artifactId>
+                <version>${mavenVersion}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.maven</groupId>
+                <artifactId>maven-project</artifactId>
+                <version>${mavenVersion}</version>
+            </dependency>
+
+            <dependency>
+                <groupId>commons-beanutils</groupId>
+                <artifactId>commons-beanutils</artifactId>
+                <version>1.7.0</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-compiler-api</artifactId>
+                <version>1.5.3</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.codehaus.plexus</groupId>
+                <artifactId>plexus-utils</artifactId>
+                <version>1.4.1</version>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.velocity</groupId>
+                <artifactId>velocity</artifactId>
+                <version>1.5</version>
+            </dependency>
+
+        </dependencies>
+    </dependencyManagement>
+
+    <dependencies>
+
+        <!-- =============================== -->
+        <!-- Testing dependencies -->
+        <!-- =============================== -->
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+
+    </dependencies>
+
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org