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

(-)container.orig/build.xml (-3 / +3 lines)
Lines 1-9 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- 
2
<!--
3
Copyright 2004 The Apache Software Foundation
3
Copyright 2004 The Apache Software Foundation
4
Licensed  under the  Apache License,  Version 2.0  (the "License");
4
Licensed  under the  Apache License,  Version 2.0  (the "License");
5
you may not use  this file  except in  compliance with the License.
5
you may not use  this file  except in  compliance with the License.
6
You may obtain a copy of the License at 
6
You may obtain a copy of the License at
7
7
8
http://www.apache.org/licenses/LICENSE-2.0
8
http://www.apache.org/licenses/LICENSE-2.0
9
9
Lines 43-49 Link Here
43
      </equals>
43
      </equals>
44
    </condition>
44
    </condition>
45
  </target>
45
  </target>
46
  <target name="compile" description="o Compile the code" depends="get-deps">
46
  <target name="compile" description="o Compile the code" depends="init">
47
    <mkdir dir="${classesdir}">
47
    <mkdir dir="${classesdir}">
48
    </mkdir>
48
    </mkdir>
49
    <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">
49
    <javac destdir="${classesdir}" deprecation="true" debug="true" optimize="false" excludes="**/package.html">

Return to bug 94701