Author: tommaso
Date: Mon Dec 26 23:14:45 2011
New Revision: 1224833
URL: http://svn.apache.org/viewvc?rev=1224833&view=rev
Log:
[DIRECTMEMORY-39] - added the examples module to reactor POM and fixed examples
name
Modified:
incubator/directmemory/trunk/ (props changed)
incubator/directmemory/trunk/examples/pom.xml
incubator/directmemory/trunk/pom.xml
Propchange: incubator/directmemory/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Dec 26 23:14:45 2011
@@ -1,2 +1,4 @@
target
*.iml
+
+*.ipr
Modified: incubator/directmemory/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/examples/pom.xml?rev=1224833&r1=1224832&r2=1224833&view=diff
==============================================================================
--- incubator/directmemory/trunk/examples/pom.xml (original)
+++ incubator/directmemory/trunk/examples/pom.xml Mon Dec 26 23:14:45 2011
@@ -30,7 +30,7 @@ under the License.
</parent>
<artifactId>directmemory-examples</artifactId>
- <name>Apache DirectMemory :: Cache</name>
+ <name>Apache DirectMemory :: Examples</name>
<packaging>bundle</packaging>
<properties>
Modified: incubator/directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1224833&r1=1224832&r2=1224833&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Mon Dec 26 23:14:45 2011
@@ -195,6 +195,7 @@ under the License.
<module>directmemory-cache</module>
<module>platforms</module>
<module>itests</module>
+ <module>examples</module>
</modules>
<scm>