Skip to content

Commit

Permalink
Changed to download.libs so it's the same structure as external.libs
Browse files Browse the repository at this point in the history
  • Loading branch information
anders_n committed Jul 26, 2005
1 parent 086bd5f commit a0d97d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ manager.password= password for user above
external.libs=${catalina.home}/webapps/j2ep/lib/

#Here are the libs downloaded from
download.lib=http://j2ep.sourceforge.net/lib
download.libs=http://j2ep.sourceforge.net/lib

#server
server.url = http://localhost:8080
Expand Down
26 changes: 13 additions & 13 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- Base path included for the tests to relate to -->
<pathelement location="${build.home}"/>

</path>
</path>


<!--
Expand Down Expand Up @@ -387,18 +387,18 @@
-->
<target name="download" description='Downloads all the necesarry libarays to the external.libs'>
<mkdir dir="${external.libs}" />
<get src="${download.lib}/cactus-ant-1.7.jar" dest="${external.libs}/cactus-ant-1.7.jar"/>
<get src="${download.lib}/commons-beanutils.jar" dest="${external.libs}/commons-beanutils.jar"/>
<get src="${download.lib}/commons-codec-1.3.jar" dest="${external.libs}/commons-codec-1.3.jar"/>
<get src="${download.lib}/commons-digester-1.7.jar" dest="${external.libs}/commons-digester-1.7.jar"/>
<get src="${download.lib}/commons-httpclient-3.0-rc3.jar" dest="${external.libs}/commons-httpclient-3.0-rc3.jar"/>
<get src="${download.lib}/commons-logging-1.0.4.jar" dest="${external.libs}/commons-logging-1.0.4.jar"/>
<get src="${download.lib}/aspectjrt-1.2.1.jar" dest="${external.libs}/aspectjrt-1.2.1.jar"/>
<get src="${download.lib}/cactus-1.7.jar" dest="${external.libs}/cactus-1.7.jar"/>
<get src="${download.lib}/xercesImpl.jar" dest="${external.libs}/xercesImpl.jar"/>
<get src="${download.lib}/junit.jar" dest="${external.libs}/junit.jar"/>
<get src="${download.lib}/catalina-ant.jar" dest="${external.libs}/catalina-ant.jar"/>
<get src="${download.lib}/servlet-api.jar" dest="${external.libs}/servlet-api.jar"/>
<get src="${download.libs}/cactus-ant-1.7.jar" dest="${external.libs}/cactus-ant-1.7.jar"/>
<get src="${download.libs}/commons-beanutils.jar" dest="${external.libs}/commons-beanutils.jar"/>
<get src="${download.libs}/commons-codec-1.3.jar" dest="${external.libs}/commons-codec-1.3.jar"/>
<get src="${download.libs}/commons-digester-1.7.jar" dest="${external.libs}/commons-digester-1.7.jar"/>
<get src="${download.libs}/commons-httpclient-3.0-rc3.jar" dest="${external.libs}/commons-httpclient-3.0-rc3.jar"/>
<get src="${download.libs}/commons-logging-1.0.4.jar" dest="${external.libs}/commons-logging-1.0.4.jar"/>
<get src="${download.libs}/aspectjrt-1.2.1.jar" dest="${external.libs}/aspectjrt-1.2.1.jar"/>
<get src="${download.libs}/cactus-1.7.jar" dest="${external.libs}/cactus-1.7.jar"/>
<get src="${download.libs}/xercesImpl.jar" dest="${external.libs}/xercesImpl.jar"/>
<get src="${download.libs}/junit.jar" dest="${external.libs}/junit.jar"/>
<get src="${download.libs}/catalina-ant.jar" dest="${external.libs}/catalina-ant.jar"/>
<get src="${download.libs}/servlet-api.jar" dest="${external.libs}/servlet-api.jar"/>
</target>


Expand Down

0 comments on commit a0d97d7

Please sign in to comment.