You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/04/25 23:11:27 UTC

svn commit: r164654 - in /directory/asn1/trunk: codec/project.properties der/project.properties maven.xml project.xml stub-compiler/project.properties xdocs/index.xml xdocs/navigation.xml

Author: akarasulu
Date: Mon Apr 25 14:11:27 2005
New Revision: 164654

URL: http://svn.apache.org/viewcvs?rev=164654&view=rev
Log:
changes ...

 o added der project to menu
 o made sure all subprojects look the same (have project docs generted)
 o added menu item for combined javadocs
 o added code to maven.xml to generate combined javadocs


Added:
    directory/asn1/trunk/codec/project.properties
    directory/asn1/trunk/der/project.properties
Modified:
    directory/asn1/trunk/maven.xml
    directory/asn1/trunk/project.xml
    directory/asn1/trunk/stub-compiler/project.properties
    directory/asn1/trunk/xdocs/index.xml
    directory/asn1/trunk/xdocs/navigation.xml

Added: directory/asn1/trunk/codec/project.properties
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/codec/project.properties?rev=164654&view=auto
==============================================================================
--- directory/asn1/trunk/codec/project.properties (added)
+++ directory/asn1/trunk/codec/project.properties Mon Apr 25 14:11:27 2005
@@ -0,0 +1,2 @@
+maven.xdoc.includeProjectDocumentation=yes
+

Added: directory/asn1/trunk/der/project.properties
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/der/project.properties?rev=164654&view=auto
==============================================================================
--- directory/asn1/trunk/der/project.properties (added)
+++ directory/asn1/trunk/der/project.properties Mon Apr 25 14:11:27 2005
@@ -0,0 +1,2 @@
+maven.xdoc.includeProjectDocumentation=yes
+

Modified: directory/asn1/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/maven.xml?rev=164654&r1=164653&r2=164654&view=diff
==============================================================================
--- directory/asn1/trunk/maven.xml (original)
+++ directory/asn1/trunk/maven.xml Mon Apr 25 14:11:27 2005
@@ -28,4 +28,19 @@
     <attainGoal name="multiproject:goal" />
   </goal>
   
+  <postGoal name="multiproject:site">
+    <echo>Generating combined javadocs</echo>
+    
+    <javadoc destdir="${maven.build.dir}/docs/apidocs">
+      <packageset dir="ber/src/java"/>
+      <packageset dir="codec/src/java"/>
+      <packageset dir="der/src/java"/>
+      <packageset dir="stub-compiler/src/java"/>
+      <classpath>
+        <fileset dir="${basedir}">
+          <include name="**/*.jar"/>
+        </fileset>
+      </classpath>
+    </javadoc>
+  </postGoal>
 </project>

Modified: directory/asn1/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/project.xml?rev=164654&r1=164653&r2=164654&view=diff
==============================================================================
--- directory/asn1/trunk/project.xml (original)
+++ directory/asn1/trunk/project.xml Mon Apr 25 14:11:27 2005
@@ -4,14 +4,7 @@
     <groupId>directory-asn1</groupId>
     <id>asn1</id>
     <name>Apache ASN.1 Tools</name>
-    <package>org.apache.asn1</package>
     <currentVersion>0.3-SNAPSHOT</currentVersion>
-
-    <organization>
-      <name>The Apache Directory Project</name>
-      <url>http://directory.apache.org</url>
-      <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
-    </organization>
 
     <inceptionYear>2003</inceptionYear>
     

Modified: directory/asn1/trunk/stub-compiler/project.properties
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/stub-compiler/project.properties?rev=164654&r1=164653&r2=164654&view=diff
==============================================================================
--- directory/asn1/trunk/stub-compiler/project.properties (original)
+++ directory/asn1/trunk/stub-compiler/project.properties Mon Apr 25 14:11:27 2005
@@ -8,3 +8,5 @@
 
 maven.antlr.src.dir=${basedir}/src/antlr
 maven.antlr.grammars=asn1.g
+maven.xdoc.includeProjectDocumentation=yes
+

Modified: directory/asn1/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/xdocs/index.xml?rev=164654&r1=164653&r2=164654&view=diff
==============================================================================
--- directory/asn1/trunk/xdocs/index.xml (original)
+++ directory/asn1/trunk/xdocs/index.xml Mon Apr 25 14:11:27 2005
@@ -36,6 +36,15 @@
         </tr>
 
         <tr>
+          <td><a href="asn1-der/index.html">ASN.1 DER Runtime</a></td>
+          <td>
+            Library used for ASN.1 data structures encoded onto and decoded off of the
+            wire using Distinguished Encoding Rules (DER).  By dealing only with DER TLV tuples
+            this library remains independent of any ASN.1 based protocol.
+          </td>
+        </tr>
+
+        <tr>
           <td><a href="stub-compiler/index.html">Java Stub Compiler</a></td>
           <td>
             The Apache ASN.1 Java Stub Compiler generates interfaces and 

Modified: directory/asn1/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/xdocs/navigation.xml?rev=164654&r1=164653&r2=164654&view=diff
==============================================================================
--- directory/asn1/trunk/xdocs/navigation.xml (original)
+++ directory/asn1/trunk/xdocs/navigation.xml Mon Apr 25 14:11:27 2005
@@ -21,10 +21,12 @@
       <item name="Overview" href="/index.html"/>
       <item name="ASN.1 Codecs" href="/asn1-codec/index.html"/>
       <item name="BER Runtime" href="/asn1-ber/index.html"/>
+      <item name="DER Runtime" href="/asn1-der/index.html"/>
       <item name="Stub Compiler" href="/stub-compiler/index.html"/>
     </menu>
     
     <menu name="Project Information">
+      <item name="Combined javadocs" href="/apidocs/index.html"/>
       <item name="Wiki" href="http://wiki.apache.org/directory"/>
       <item name="Open Issues" href="http://issues.apache.org/jira/browse/DIRSNICKERS"/>
       <item name="Source Repositories" href="http://svn.apache.org/viewcvs.cgi/directory/asn1/trunk/?root=Apache-SVN"/>