- Timestamp:
- 2005-11-02T12:33:17+13:00 (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/greenstone3-extensions/vishnu/build.xml
r10075 r10820 50 50 <pathelement location="${catalina.home}/common/endorsed/xercesImpl.jar"/> 51 51 <pathelement path="${env.CLASSPATH}"/> 52 <!-- if not usign this with greenstone, don't need this --> 53 <pathelement location="${web.lib}/gsdl3.jar"/> 52 54 </path> 53 55 … … 73 75 <path refid="compile.classpath"/> 74 76 </classpath> 77 <!-- uncomment this if not in a greenstone context --> 78 <!--<exclude name="org/**"/>--> 75 79 </javac> 76 80 <jar destfile="${build.dir}/vishnu.jar"> 77 81 <fileset dir="${build.dir}"> 78 82 <include name="vishnu/**"/> 83 <include name="org/**"/> 79 84 </fileset> 80 85 <manifest> … … 83 88 </jar> 84 89 <copy file="${build.dir}/vishnu.jar" todir="${web.lib}"/> 85 <!--<mkdir dir="${web.classes}/vishnu/server"/>86 <copy file="${build.dir}/vishnu/server/VisServlet.class"87 todir="${web.classes}/vishnu/server"/>-->88 89 90 90 </target> 91 91 </project> -
trunk/gsdl3/extensions/vishnu/build.xml
r10075 r10820 50 50 <pathelement location="${catalina.home}/common/endorsed/xercesImpl.jar"/> 51 51 <pathelement path="${env.CLASSPATH}"/> 52 <!-- if not usign this with greenstone, don't need this --> 53 <pathelement location="${web.lib}/gsdl3.jar"/> 52 54 </path> 53 55 … … 73 75 <path refid="compile.classpath"/> 74 76 </classpath> 77 <!-- uncomment this if not in a greenstone context --> 78 <!--<exclude name="org/**"/>--> 75 79 </javac> 76 80 <jar destfile="${build.dir}/vishnu.jar"> 77 81 <fileset dir="${build.dir}"> 78 82 <include name="vishnu/**"/> 83 <include name="org/**"/> 79 84 </fileset> 80 85 <manifest> … … 83 88 </jar> 84 89 <copy file="${build.dir}/vishnu.jar" todir="${web.lib}"/> 85 <!--<mkdir dir="${web.classes}/vishnu/server"/>86 <copy file="${build.dir}/vishnu/server/VisServlet.class"87 todir="${web.classes}/vishnu/server"/>-->88 89 90 90 </target> 91 91 </project>
Note:
See TracChangeset
for help on using the changeset viewer.