Skip to content

Commit

Permalink
Added build.properties, libraries.properties and modules.properties i…
Browse files Browse the repository at this point in the history
…n the "src" directory of the classic distribution. Reported

by Marcelo Ochoa.
  • Loading branch information
restletForger committed Jun 4, 2008
1 parent d8ac2a6 commit 77f5120
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<path id="mod-gwt-api-path">
<path refid="mod-ri-path" />
<pathelement path="${classes}/${mod-ri-id}" />
<fileset dir="${lib}/${lib-gwt-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-gwt-id}" includes="*.jar" />
</path>

<path id="mod-httpclient-path">
Expand Down Expand Up @@ -361,8 +361,8 @@
<path refid="mod-json-path" />
<pathelement path="${classes}/${mod-ri-id}" />
<fileset dir="${lib}/${lib-jaxrs-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-fileupload-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-servlet-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-fileupload-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-servlet-id}" includes="*.jar" />
</path>

<path id="mod-jdbc-path">
Expand Down Expand Up @@ -673,7 +673,7 @@
<jar destfile="${dist-classic}/lib/${mod-@{name}-id}.jar" filesetmanifest="merge">
<fileset dir="${classes}/${mod-@{name}-id}" />
<fileset dir="${mod}/${mod-@{name}-id}/src" includes="META-INF/**" />
<fileset dir="${mod}/${mod-@{name}-id}/src" includes="**/*.properties" />
<fileset dir="${mod}/${mod-@{name}-id}/src" includes="**/*.properties" />
<fileset dir="${temp}/jar/" />
</jar>

Expand Down Expand Up @@ -1401,6 +1401,11 @@
<copy file="${tmpl}/text/readme.txt" tofile="${dist-classic}/readme.txt" />
<copy file="${tmpl}/text/trademarks.txt" tofile="${dist-classic}/trademarks.txt" />

<!-- Copy the build properties files. -->
<copy todir="${dist-classic}/src">
<filelist dir="${basedir}" files="build.properties, libraries.properties, modules.properties" />
</copy>

<!-- Packages libraries -->
<!-- disabled for now <stageLibrary name="bouncycastle" /> -->
<!-- disabled for now <stageLibrary name="antlr" /> -->
Expand Down

0 comments on commit 77f5120

Please sign in to comment.