Moved optional distribution into contrib.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@356008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
15
build.xml
15
build.xml
@@ -108,7 +108,6 @@
|
||||
<property name="core.jar.name" value="commons-${component.name}-${component.version}.jar"/>
|
||||
<property name="api.jar.name" value="commons-${component.name}-api-${component.version}.jar"/>
|
||||
<property name="adapters.jar.name" value="commons-${component.name}-adapters-${component.version}.jar"/>
|
||||
<property name="optional.jar.name" value="commons-${component.name}-optional-${component.version}.jar"/>
|
||||
|
||||
<!-- ========== Compiler Defaults ========================================= -->
|
||||
|
||||
@@ -571,20 +570,6 @@ limitations under the License.-->'>
|
||||
<include name="${adapters.jar.name}"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<!--
|
||||
- Now build the optional jar in subdir "optional" and copy that into
|
||||
- the dist directory too.
|
||||
-->
|
||||
<ant antfile='build.xml' target='dist' dir='${optional.home}' inheritAll="false" />
|
||||
<copy todir="${dist.home}">
|
||||
<fileset dir='${optional.dist.home}'>
|
||||
<include name='*.jar'/>
|
||||
</fileset>
|
||||
</copy>
|
||||
<copy todir="${dist.home}/docs-optional">
|
||||
<fileset dir='${optional.dist.home}/docs'/>
|
||||
</copy>
|
||||
|
||||
<!--
|
||||
- And copy the source too; we don't have separate source and binary distributions
|
||||
|
||||
Reference in New Issue
Block a user