Skip to content

Commit

Permalink
Remove obsolete osgi copyright file
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolin committed Jul 9, 2009
1 parent 3c76bfb commit 5e59867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 67 deletions.
5 changes: 3 additions & 2 deletions build.xml
Expand Up @@ -279,7 +279,8 @@
<target name = "run-kf-tests"
depends = "bundle_tasks">
<delete dir="osgi/junit_grunt"/>
<ant dir="osgi" target="run-kf-tests-secure"/>
<!-- Ok to use "run-kf-tests-secure-bare" here since the build is clean.-->
<ant dir="osgi" target="run-kf-tests-secure-bare"/>
<copy todir="${release.dir}/junit_grunt">
<fileset dir="osgi/junit_grunt"/>
</copy>
Expand Down Expand Up @@ -531,7 +532,7 @@
<mkdir dir = "${distrib.out.dir}"/>
</target>

<!-- Some of the distrib targets assumes a defulat build -->
<!-- Some of the distrib targets assumes a default build -->
<!-- thus the dependency on "clean,default". -->
<target name = "distrib"
description = "Builds all distribution files"
Expand Down
65 changes: 0 additions & 65 deletions tools/jarunpacker/resources/osgi_copyright.txt

This file was deleted.

0 comments on commit 5e59867

Please sign in to comment.