Author: akarasulu Date: Thu Jan 27 09:19:30 2005 New Revision: 126627 URL: http://svn.apache.org/viewcvs?view=rev&rev=126627 Log: preparing prj Added: incubator/directory/preferences/trunk/INCUBATOR-DISCLAIMER.txt - copied unchanged from r126614, incubator/directory/INCUBATOR-DISCLAIMER.txt incubator/directory/preferences/trunk/LICENSE.txt - copied unchanged from r126614, incubator/directory/LICENSE.txt incubator/directory/preferences/trunk/NOTICE.txt - copied unchanged from r126614, incubator/directory/NOTICE.txt incubator/directory/preferences/trunk/project.properties incubator/directory/preferences/trunk/project.xml
Copied: incubator/directory/preferences/trunk/INCUBATOR-DISCLAIMER.txt (from r126614, incubator/directory/INCUBATOR-DISCLAIMER.txt) Url: http://svn.apache.org/viewcvs/incubator/directory/preferences/trunk/INCUBATOR-DISCLAIMER.txt?view=diff&rev=126627&p1=incubator/directory/INCUBATOR-DISCLAIMER.txt&r1=126614&p2=incubator/directory/preferences/trunk/INCUBATOR-DISCLAIMER.txt&r2=126627 ============================================================================== Copied: incubator/directory/preferences/trunk/LICENSE.txt (from r126614, incubator/directory/LICENSE.txt) Url: http://svn.apache.org/viewcvs/incubator/directory/preferences/trunk/LICENSE.txt?view=diff&rev=126627&p1=incubator/directory/LICENSE.txt&r1=126614&p2=incubator/directory/preferences/trunk/LICENSE.txt&r2=126627 ============================================================================== Copied: incubator/directory/preferences/trunk/NOTICE.txt (from r126614, incubator/directory/NOTICE.txt) Url: http://svn.apache.org/viewcvs/incubator/directory/preferences/trunk/NOTICE.txt?view=diff&rev=126627&p1=incubator/directory/NOTICE.txt&r1=126614&p2=incubator/directory/preferences/trunk/NOTICE.txt&r2=126627 ============================================================================== Added: incubator/directory/preferences/trunk/project.properties Url: http://svn.apache.org/viewcvs/incubator/directory/preferences/trunk/project.properties?view=auto&rev=126627 ============================================================================== --- (empty file) +++ incubator/directory/preferences/trunk/project.properties Thu Jan 27 09:19:30 2005 @@ -0,0 +1,31 @@ +maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory +maven.license.licenseFile=${basedir}/LICENSE.txt +maven.incubator.disclaimerFile=${basedir}/INCUBATOR-DISCLAIMER.txt +maven.xdoc.includeProjectDocumentation=no +maven.multiproject.aggregateDir=projects/ +maven.xdoc.poweredby.image= + +# +# remote repository properties +# + +maven.repo.remote=http://cvs.apache.org/repository, http://mirrors.sunsite.dk/maven, http://ibiblio.org/maven + +maven.repo.list=apachecvs +maven.repo.apachecvs=scp://cvs.apache.org +maven.repo.apachecvs.directory=/www/cvs.apache.org/repository +maven.repo.apachecvs.group=apcvs + +# User must specify: +# maven.repo.apachecvs.username= +# maven.repo.apachecvs.identity= +maven.xdoc.date=left + +maven.gump.module.name=apacheds + +# Borrowed this from naming +# properties to exclude extra images from subproject sites. Will be built in toxdoc plugin. +maven.xdoc.copy.excludes=images/file.gif,images/folder-closed.gif,images/folder-open.gif,images/icon_alert.gif,images/icon_alertsml.gif,images/icon_arrowfolder1_sml.gif,images/icon_arrowfolder2_sml.gif,images/icon_arrowmembers1_sml.gif,images/icon_arrowmembers2_sml.gif,images/icon_arrowusergroups1_sml.gif,images/icon_arrowusergroups2_sml.gif,images/icon_confirmsml.gif,images/icon_help_lrg.gif,images/icon_infosml.gif,images/icon_members_sml.gif,images/icon_sortleft.gif,images/icon_sortright.gif,images/icon_usergroups_sml.gif,images/icon_waste_lrg.gif,images/icon_waste_sml.gif,images/none.png,images/nw_maj.gif,images/nw_maj_hi.gif,images/nw_med.gif,images/nw_med_hi.gif,images/nw_med_rond.gif,images/nw_min.gif,images/nw_min_036.gif,images/nw_min_hi.gif,images/poweredby_036.gif,images/product_logo.gif,images/se_maj_rond.gif,images/sw_min.gif,images/logos/** + +maven.site.stage.directory=/home/akarasulu/public_html/rsynced-sites/directory/subprojects/preferences + Added: incubator/directory/preferences/trunk/project.xml Url: http://svn.apache.org/viewcvs/incubator/directory/preferences/trunk/project.xml?view=auto&rev=126627 ============================================================================== --- (empty file) +++ incubator/directory/preferences/trunk/project.xml Thu Jan 27 09:19:30 2005 @@ -0,0 +1,172 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<project> + <groupId>incubator-directory</groupId> + <artifactId>preferences</artifactId> + <name>Preferences</name> + <currentVersion>0.1-SNAPSHOT</currentVersion> + + <organization> + <name>The Apache Incubator</name> + <url>http://incubator.apache.org</url> + <logo>http://incubator.apache.org/directory/images/apache-incubator-logo.png</logo> + </organization> + + <inceptionYear>2003</inceptionYear> + <package>org.apache.ldap.server</package> + + <logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo> + + <url>http://incubator.apache.org/directory/preferences/</url> + + <issueTrackingUrl>http://issues.apache.org/jira/browse/DIRPREFS</issueTrackingUrl> + + <siteAddress>minotaur.apache.org</siteAddress> + <siteDirectory> + /www/incubator.apache.org/directory/subprojects/preferences + </siteDirectory> + <distributionDirectory> + /www/cvs.apache.org/dist/incubator/directory + </distributionDirectory> + + <gumpRepositoryId>apache-incubator-svn</gumpRepositoryId> + + <repository> + <connection> + scm:svn:http://svn.apache.org/repos/asf/incubator:directory/preferences/trunk/ + </connection> + + <url> + http://svn.apache.org/viewcvs.cgi/incubator/directory/preferences/trunk/?root=Apache-SVN + </url> + + <developerConnection> + https://svn.apache.org/repos/asf/incubator/directory/preferences/trunk/ + </developerConnection> + </repository> + + <shortDescription>Java Preferences API Implementation</shortDescription> + + <description> + A Java Preferences API implementation based on an LDAP store. JNDI is + used within the LDAP namespace to store preferences within the directory. + An Apache schema published for this purpose is used to store configuration + and user preference information using the <a href= + "http://qumrange.notlong.com/">Java Preferences API</a>. + </description> + + <mailingLists> + <mailingList> + <name>Apache Directory Developement - use [Preferences] prefix</name> + <subscribe> + [EMAIL PROTECTED] + </subscribe> + <unsubscribe> + [EMAIL PROTECTED] + </unsubscribe> + <archive> + http://issues.apache.org/eyebrowse/SummarizeList?listId=181 + </archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>Apache 2.0 License</name> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <distribution>repo</distribution> + </license> + </licenses> + + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <url>http://junit.org</url> + </dependency> + </dependencies> + + <build> + <nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress> + <sourceDirectory>${basedir}/src/main/java</sourceDirectory> + <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory> + + <unitTest> + <includes> + <include>**/*Test*</include> + </includes> + + <!-- + Need to skip abstract test cases which do not have tests or the build + fails. + --> + <excludes> + <exclude>**/Abstract*Test*</exclude> + </excludes> + + <resources> + <resource> + <directory>${basedir}/src/test/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + </resources> + </unitTest> + + <resources> + <resource> + <directory>${basedir}/src/main/resources</directory> + <includes> + <include>**/*</include> + </includes> + </resource> + + <resource> + <directory>${basedir}</directory> + <targetPath>META-INF</targetPath> + <includes> + <include>LICENSE.txt</include> + <include>NOTICE.txt</include> + <include>INCUBATOR-DISCLAIMER.txt</include> + </includes> + </resource> + </resources> + <jars></jars> + </build> + + <developers> + <developer> + <name>Alex Karasulu</name> + <id>akarasulu</id> + <email>akarasulu at apache.org</email> + <roles> + <role>Founder</role> + <role>Architect</role> + <role>Lead Developer</role> + </roles> + </developer> + <developer> + <name>Enrique Rodriguez</name> + <id>erodriguez</id> + <email>erodriguez at apache.org</email> + <roles> + <role>Developer</role> + </roles> + </developer> + </developers> + + <!-- + No need to keep plugins here since we do not generate reports for the parent + - only the children have reports that are on valid code. For some reason + though site generation seems to want to generate reports even though they + are not used in the site. So I put this single report in here to prevent + it from generating several default reports which take more time. + --> + <reports> + <report>maven-license-plugin</report> + </reports> +</project> + +
