Changeset 659
- Timestamp:
- Apr 14, 2008, 3:37:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/uk.ac.ebi.tab2mage/branches/tab2mageimporter/build.xml
r643 r659 14 14 15 15 <!-- tomcat --> 16 < !-- property name="tomcat.home" value="${env.CATALINA_HOME}" / -->17 <property name="tomcat.home" value=" C:\tomcat\apache-tomcat-6.0.13"/>16 <property environment="env"/> 17 <property name="tomcat.home" value="${env.CATALINA_HOME}" /> 18 18 <property name="tomcat.shutdownscript" value="${tomcat.home}/bin/shutdown.bat" /> 19 19 <property name="tomcat.startupscript" value="${tomcat.home}/bin/startup.bat" /> … … 40 40 41 41 <target name="plugin.compile" depends="clean" description="compile the ta2mage importer plugin source code, without dependencies and put in a jar file"> 42 <mkdir dir="bin"/> 42 43 <javac source="1.5" target="1.5" encoding="ISO-8859-1" srcdir="${core.src.plugins}" destdir="${bin.plugins}" classpathref="nugo.plugin.compile.classpath" debug="true" deprecation="true"> 43 44 </javac>
Note: See TracChangeset
for help on using the changeset viewer.