Author: gmazza
Date: Thu Jun  6 04:39:09 2013
New Revision: 1490132

URL: http://svn.apache.org/r1490132
Log:
Unnecessary properties removed.

Modified:
    incubator/jspwiki/trunk/jspwiki-war/build.xml

Modified: incubator/jspwiki/trunk/jspwiki-war/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/jspwiki-war/build.xml?rev=1490132&r1=1490131&r2=1490132&view=diff
==============================================================================
--- incubator/jspwiki/trunk/jspwiki-war/build.xml (original)
+++ incubator/jspwiki/trunk/jspwiki-war/build.xml Thu Jun  6 04:39:09 2013
@@ -33,9 +33,6 @@
   <!-- The location for the JAR file for the core JSPWiki classes -->
   <property name="jarfile" 
value="target/JSPWiki/WEB-INF/lib/jspwiki-2.9.2-SNAPSHOT.jar" />
 
-  <!-- The location for the keystore used to sign the JAR; will be created if 
it doesn't exist. -->
-  <property name="jks.keystore" value="${basedir}/etc/jspwiki.jks" />
-
   <!-- Define directies for the "ant dist" target -->
   <property name="tmpdir" value="target/ant-dist/tmp" />
   <property name="release.dir" value="target/ant-dist/releases" />
@@ -50,9 +47,6 @@
   <property name="svn.repository" 
value="http://svn.apache.org/repos/asf/incubator/jspwiki"; />
   <property name="svn.tag" value="trunk" />
 
-  <!-- The prefix to use when reading environment variables -->
-  <property environment="env" />
-
   <!-- ============================================================== -->
 
   <!--  Installation targets -->


Reply via email to