# File addon/buildr/bnd.rb, line 83
      def classpath
        @classpath ||= ([project.compile.target] + project.compile.dependencies).flatten.compact
      end