xlawrence 2005/01/20 15:46:41 CET
Modified files:
. maven.xml
syncServer maven.xml
Log:
removed config and properties files from the installed jars
Revision Changes Path
1.20 +7 -0 uwcal_JSR168/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/maven.xml.diff?r1=1.19&r2=1.20&f=h
1.4 +0 -4 uwcal_JSR168/syncServer/maven.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/uwcal_JSR168/syncServer/maven.xml.diff?r1=1.3&r2=1.4&f=h
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/maven.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- maven.xml 18 Jan 2005 17:25:17 -0000 1.19
+++ maven.xml 20 Jan 2005 14:46:40 -0000 1.20
@@ -187,4 +187,11 @@
<attainGoal name="allDocs" />
</goal>
+ <preGoal name="jar:jar">
+ <delete>
+ <fileset dir="${maven.build.dest}"
includes="*.properties,*.xml,/*/*/*.properties"/>
+ </delete>
+ </preGoal>
+
+
</project>
\ No newline at end of file
Index: maven.xml
===================================================================
RCS file: /home/cvs/repository/uwcal_JSR168/syncServer/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.xml 11 Jan 2005 09:51:35 -0000 1.3
+++ maven.xml 20 Jan 2005 14:46:40 -0000 1.4
@@ -44,8 +44,6 @@
<fileset dir="${maven.conf.dir}/sql" />
</copy>
- <copy file="${maven.build.dest}/log4j.properties"
todir="${dir.module}/lib" />
-
<copy file="${pom.getDependencyPath('uwCalSync4jSync-framework')}"
todir="${dir.module}/lib" />
<copy todir="${dir.module}/lib" preservelastmodified="true">
@@ -110,8 +108,6 @@
<fileset dir="${maven.conf.dir}/sql/outlook" />
</copy>
- <copy file="${maven.build.dest}/log4j.properties"
todir="${dir.module}/lib" />
-
<copy file="${pom.getDependencyPath('uwCalSync4jSync-framework')}"
todir="${dir.module}/lib" />
<copy todir="${dir.module}/lib" preservelastmodified="true">
<fileset dir="${maven.build.dest}" />