You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by vt...@apache.org on 2004/02/15 23:07:01 UTC

svn commit: rev 6661 - incubator/directory/janus/trunk

Author: vtence
Date: Sun Feb 15 14:07:00 2004
New Revision: 6661

Added:
   incubator/directory/janus/trunk/project.xml
Log:
Initial import

Added: incubator/directory/janus/trunk/project.xml
==============================================================================
--- (empty file)
+++ incubator/directory/janus/trunk/project.xml	Sun Feb 15 14:07:00 2004
@@ -0,0 +1,203 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+    <groupId>directory</groupId>
+    <name>Janus AAA Framework</name>
+    <package>org.apache.janus</package>
+
+    <inceptionYear>2003</inceptionYear>
+
+    <url>http://incubator.apache.org/directory/subprojects/janus/index.html</url>
+    <issueTrackingUrl>
+      http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10400
+    </issueTrackingUrl>
+    <siteAddress>directory.apache.org</siteAddress>
+    <siteDirectory>/home/akarasulu/public_html</siteDirectory>
+    <distributionDirectory>
+      /home/akarasulu/public_html/dist
+    </distributionDirectory>
+
+    <repository>
+        <connection>
+          scm:svn:http://cvs.apache.org/repos/asf/incubator/directory/janus/trunk
+        </connection>
+
+        <url>
+        http://cvs.apache.org/viewcvs.cgi/incubator/directory/janus/trunk?root=Apache-SVN
+        </url>
+
+        <developerConnection>
+        http://cvs.apache.org/repos/asf/incubator/directory/janus/trunk
+        </developerConnection>
+    </repository>
+
+    <shortDescription>Janus Authentication, Authorization and Accounting Framework</shortDescription>
+
+    <description>
+    The Janus subproject attempts to provide a generic, flexible and extensible security
+    framework to the Directory project. It provides Authentication, Authorization and Accounting
+    facilities. The framework is designed around a pluggable architecture to give greater flexibility
+    and leverage existing AAA insfrastructures.
+    </description>
+
+    <mailingLists>
+        <mailingList>
+            <name>Apache Directory Developement - use [janus] prefix</name>
+            <subscribe>
+            directory-dev-subscribe@incubator.apache.org
+            </subscribe>
+            <unsubscribe>
+            directory-dev-unsubscribe@incubator.apache.org
+            </unsubscribe>
+            <archive>
+            http://nagoya.apache.org/eyebrowse/SummarizeList?listId=181
+            </archive>
+        </mailingList>
+    </mailingLists>
+
+    <developers>
+        <developer>
+            <name>Alex Karasulu</name>
+            <id>akarasulu</id>
+            <email>akarasulu at apache.org</email>
+            <roles>
+                <role>PM</role>
+                <role>Chair</role>
+                <role>Founder</role>
+                <role>Developer</role>
+                <role>Architect</role>
+                <role>Lead Developer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Robb Penoyer</name>
+            <id>rpenoyer</id>
+            <email>rpenoyer at apache.org</email>
+            <roles>
+                <role>Developer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Jeff Machols</name>
+            <id>jmachols</id>
+            <email>jmachols at apache.org</email>
+            <roles>
+                <role>Developer</role>
+                <role>Infrastructure Support</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Wes McKean</name>
+            <id>wesmckean</id>
+            <email>wesmckean at apache.org</email>
+            <roles>
+                <role>Developer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Vincent Tence</name>
+            <id>vtence</id>
+            <email>vtence at apache.org</email>
+            <roles>
+                <role>Developer</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Noel Bergman</name>
+            <id>noeljb</id>
+            <email>noeljb at apache.org</email>
+            <roles>
+                <role>Mentor</role>
+                <role>Advisor</role>
+                <role>Sponsor</role>
+            </roles>
+        </developer>
+        <developer>
+            <name>Stephen McConnell</name>
+            <id>mcconnell</id>
+            <email>mcconnell at apache.org</email>
+            <roles>
+                <role>Mentor</role>
+                <role>Sponsor</role>
+                <role>Advisor</role>
+            </roles>
+        </developer>
+    </developers>
+
+    <contributors/>
+
+    <licenses>
+      <license>
+        <name>Apache 2.0 License</name>
+        <url>
+        http://cvs.apache.org/viewcvs.cgi/incubator/directory/LICENSE.txt
+        </url>
+        <distribution>repo</distribution>
+      </license>
+    </licenses>
+
+    <dependencies/>
+
+    <build>
+        <nagEmailAddress>directory-dev@incubator.apache.org</nagEmailAddress>
+        <sourceDirectory>${basedir}/src/java</sourceDirectory>
+        <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
+        <integrationUnitTestSourceDirectory/>
+        <aspectSourceDirectory/>
+
+        <!-- Unit test cases -->
+        <unitTest>
+            <includes>
+                <include>**/*Test.*</include>
+                <include>**/*TestCase.*</include>
+            </includes>
+            <excludes>
+                <exclude>**/Abstract*.*</exclude>
+            </excludes>
+            <resources>
+                <resource>
+                    <directory>${basedir}/src/test</directory>
+                    <includes>
+                        <include>**/*.dtd</include>
+                        <include>**/*.properties</include>
+                        <include>**/*.xml</include>
+                    </includes>
+                </resource>
+            </resources>
+        </unitTest>
+
+        <integrationUnitTestPatterns/>
+
+        <resources>
+            <resource>
+                <directory>${basedir}/src/java</directory>
+                <excludes>
+                    <exclude>**/*.java</exclude>
+                </excludes>
+            </resource>
+            <resource>
+                <directory>${basedir}/../</directory>
+                <includes>
+                    <include>LICENSE.txt</include>
+                </includes>
+            </resource>
+        </resources>
+
+        <jars/>
+    </build>
+
+    <reports>
+        <report>maven-jdepend-plugin</report>
+        <report>maven-changes-plugin</report>
+        <report>maven-changelog-plugin</report>
+        <report>maven-file-activity-plugin</report>
+        <report>maven-developer-activity-plugin</report>
+        <report>maven-javadoc-plugin</report>
+        <report>maven-jxr-plugin</report>
+        <report>maven-junit-report-plugin</report>
+        <report>maven-tasklist-plugin</report>
+        <report>maven-jellydoc-plugin</report>
+        <report>maven-pmd-plugin</report>
+        <report>maven-clover-plugin</report>
+    </reports>
+</project>
+