Update of /var/cvs/applications/app-base
In directory james.mmbase.org:/tmp/cvs-serv3563
Modified Files:
README pom.xml
Log Message:
made it possible to ovveride location of 'src' in extension
See also: http://cvs.mmbase.org/viewcvs/applications/app-base
Index: README
===================================================================
RCS file: /var/cvs/applications/app-base/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- README 11 Feb 2009 14:09:57 -0000 1.1
+++ README 20 Feb 2009 15:21:48 -0000 1.2
@@ -1,2 +1,3 @@
pom.xm: maven 2
+plugin: maven 2
* : maven 1
Index: pom.xml
===================================================================
RCS file: /var/cvs/applications/app-base/pom.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- pom.xml 20 Feb 2009 08:09:35 -0000 1.20
+++ pom.xml 20 Feb 2009 15:21:48 -0000 1.21
@@ -25,7 +25,7 @@
<defaultGoal>install</defaultGoal>
<resources>
<resource>
- <directory>${basedir}/src</directory>
+ <directory>${myBasedir}/src</directory>
<includes>
<include>**/*.xml</include>
<include>**/*.dtd</include>
@@ -44,14 +44,14 @@
</resource>
<resource>
<targetPath>META-INF</targetPath>
- <directory>${basedir}/META-INF</directory>
+ <directory>${myBasedir}/META-INF</directory>
<includes>
<include>**</include>
</includes>
</resource>
<resource>
<targetPath>org/mmbase/config</targetPath>
- <directory>config</directory>
+ <directory>${myBaseDir}/config</directory>
<excludes>
<exclude>"**/CVS"</exclude>
</excludes>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs