You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/09/20 07:20:54 UTC

svn commit: r448073 - in /directory/trunks/mina: example/ example/pom.xml examples/ pom.xml

Author: trustin
Date: Tue Sep 19 22:20:54 2006
New Revision: 448073

URL: http://svn.apache.org/viewvc?view=rev&rev=448073
Log:
Renamed examples to example to avoid use of plurals in project names and package names


Added:
    directory/trunks/mina/example/
      - copied from r448028, directory/trunks/mina/examples/
Removed:
    directory/trunks/mina/examples/
Modified:
    directory/trunks/mina/example/pom.xml
    directory/trunks/mina/pom.xml

Modified: directory/trunks/mina/example/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/mina/example/pom.xml?view=diff&rev=448073&r1=448028&r2=448073
==============================================================================
--- directory/trunks/mina/example/pom.xml (original)
+++ directory/trunks/mina/example/pom.xml Tue Sep 19 22:20:54 2006
@@ -6,7 +6,7 @@
     <artifactId>build</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-  <artifactId>mina-examples</artifactId>
+  <artifactId>mina-example</artifactId>
   <name>Apache MINA Examples</name>
   <packaging>jar</packaging>  
   <dependencies>

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/mina/pom.xml?view=diff&rev=448073&r1=448072&r2=448073
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Tue Sep 19 22:20:54 2006
@@ -171,7 +171,7 @@
         <module>filter-compression</module>
         <module>integration-spring</module>
 	<module>integration-jmx</module>
-        <module>examples</module>
+        <module>example</module>
       </modules>
     </profile>
 
@@ -204,7 +204,7 @@
  o mina-java5
  o mina-filter-ssl
  o mina-integration-spring
- o mina-examples
+ o mina-example
  o mina-jmx
 
 Use JDK 1.5 to make sure these modules build.
@@ -282,7 +282,7 @@
                   <sourcepath>
                     <dirset dir=".">
                       <include name="*/src/main/java" />
-                      <exclude name="examples/**" />
+                      <exclude name="example/**" />
                     </dirset>
                   </sourcepath>