minor changes for setup

This commit is contained in:
Timothy Prepscius 2013-09-28 19:00:01 -04:00
parent 13cc25a26a
commit 8a2a6582b0
3 changed files with 23 additions and 21 deletions

4
ext/.gitignore vendored
View File

@ -1 +1,3 @@
apache-tomcat-7.0.37/
*.tar.gz
*.zip

View File

@ -14,25 +14,25 @@
<property name="target" value="1.6"/>
<property name="source" value="1.6"/>
<path id="Apache Tomcat v7.0 [Apache Tomcat v7.0].libraryclasspath">
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/annotations-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina-ant.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina-ha.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina-tribes.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/catalina.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/ecj-4.2.1.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/el-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/jasper-el.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/jasper.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/jsp-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/servlet-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-api.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-coyote.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-dbcp.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-i18n-es.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-i18n-fr.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-i18n-ja.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-jdbc.jar"/>
<pathelement location="../../ext/apache-tomcat-7.0.37/lib/tomcat-util.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/annotations-api.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/catalina-ant.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/catalina-ha.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/catalina-tribes.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/catalina.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/ecj-4.2.1.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/el-api.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/jasper-el.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/jasper.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/jsp-api.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/servlet-api.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-api.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-coyote.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-dbcp.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-i18n-es.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-i18n-fr.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-i18n-ja.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-jdbc.jar"/>
<pathelement location="../../ext/apache-tomcat/lib/tomcat-util.jar"/>
</path>
<path id="Web App Libraries.libraryclasspath">
<pathelement location="../../../../../../Mailiverse.Ext.BouncyCastle"/>

2
setup
View File

@ -1,5 +1,5 @@
pushd ext
tar -xzf apache-tomcat.tar.gz
./setup
popd
pushd java/ext