Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266249 | Differences between
and this patch

Collapse All | Expand All

(-)flexdock-orig//build.xml (-2 lines)
Lines 145-152 Link Here
145
         <src path="${java.src.drag}"/>
145
         <src path="${java.src.drag}"/>
146
         <src path="${java.src.perspective}"/>
146
         <src path="${java.src.perspective}"/>
147
      </javac>
147
      </javac>
148
      <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.4"/>
149
      <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.4"/>
150
   </target>
148
   </target>
151
149
152
150

Return to bug 266249