Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r5916 - branches/perfsonar-java-web-admin-1.0-stable/ant

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r5916 - branches/perfsonar-java-web-admin-1.0-stable/ant


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r5916 - branches/perfsonar-java-web-admin-1.0-stable/ant
  • Date: Thu, 5 Apr 2012 18:20:38 +0100 (BST)

Author: dante.delvaux
Date: 2012-04-05 18:20:37 +0100 (Thu, 05 Apr 2012)
New Revision: 5916

Modified:
branches/perfsonar-java-web-admin-1.0-stable/ant/build.xml
Log:
Removing servlet-api Jars from the webadmin ant built war.

Modified: branches/perfsonar-java-web-admin-1.0-stable/ant/build.xml
===================================================================
--- branches/perfsonar-java-web-admin-1.0-stable/ant/build.xml 2012-04-04
23:17:34 UTC (rev 5915)
+++ branches/perfsonar-java-web-admin-1.0-stable/ant/build.xml 2012-04-05
17:20:37 UTC (rev 5916)
@@ -237,6 +237,7 @@
</fileset>
<fileset dir="${basedir}/lib/repository">
<exclude name="**/*junit*.jar" />
+ <exclude name="**/servlet-api/*/*.jar" />
<include name="**/*.jar" />
</fileset>
<fileset dir="build" includes="*.jar" />
@@ -262,7 +263,6 @@

<copy todir="build/war/WEB-INF/lib">
<fileset dir="${build}/flatten">
- <exclude name="${lib}/servlet/*"/>
</fileset>
</copy>




  • [pS-dev] [GEANT/SA2/ps-java-services] r5916 - branches/perfsonar-java-web-admin-1.0-stable/ant, svn-noreply, 04/05/2012

Archive powered by MHonArc 2.6.16.

Top of Page