Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 98947
Collapse All | Expand All

(-)javasvn-src-0.8.8.1-old/build.xml (-16 lines)
Lines 104-131 Link Here
104
                <include name="build.properties" />
104
                <include name="build.properties" />
105
                <include name="COPYING" />
105
                <include name="COPYING" />
106
            </fileset>
106
            </fileset>
107
        	<fileset dir="contrib/sequence">
108
                <include name="SEQUENCE-LICENSE" />
109
        	</fileset>
110
        	<fileset dir="contrib/javahl">
111
                <include name="JAVAHL-LICENSE" />
112
        	</fileset>
113
            <fileset dir="contrib/sequence/bin" />
114
            <fileset dir="contrib/javahl/bin" >
115
                <exclude name="org/tigris/subversion/javahl/tests/**" />
116
                <exclude name="org/tigris/subversion/javahl/SVNClient.class" />
117
                <exclude name="org/tigris/subversion/javahl/SVNClient$*.class" />
118
            </fileset>
119
        </jar>
107
        </jar>
120
        <copy file="contrib/jsch/jsch.jar" todir="build/lib" />
121
        <!-- copy licences and changelog -->
108
        <!-- copy licences and changelog -->
122
        <copy todir="build/lib" flatten="true">
109
        <copy todir="build/lib" flatten="true">
123
            <fileset dir=".">
110
            <fileset dir=".">
124
                <include name="changelog.txt" />
111
                <include name="changelog.txt" />
125
                <include name="COPYING" />
112
                <include name="COPYING" />
126
                <include name="contrib/javahl/JAVAHL-LICENSE" />
127
                <include name="contrib/sequence/SEQUENCE-LICENSE" />
128
                <include name="contrib/jsch/JSCH-LICENSE" />
129
            </fileset>
113
            </fileset>
130
        </copy>
114
        </copy>
131
    </target>
115
    </target>

Return to bug 98947