diff options
Diffstat (limited to 'devel/javadeps/DESCR')
-rw-r--r-- | devel/javadeps/DESCR | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/devel/javadeps/DESCR b/devel/javadeps/DESCR index 6483e6ce6b7..2e90838bab5 100644 --- a/devel/javadeps/DESCR +++ b/devel/javadeps/DESCR @@ -1,10 +1,10 @@ -JavaDeps - Automatic Dependency Tracking for Java +JavaDeps - Automatic Dependency Tracking for Java -Tracking dependencies amongst a group of source files is always a chore. -With Java it's even worse: source files may be mutually-dependent, and -make doesn't deal with this situation at all! +Tracking dependencies amongst a group of source files is always a chore. +With Java it's even worse: source files may be mutually-dependent, and +make doesn't deal with this situation at all! -JavaDeps is a tool to generate dependency rules for Java sources, inspired -by the "-MM" flag of gcc. This program analyzes a set of java source -files, and outputs their dependencies, along with makefile rules to build +JavaDeps is a tool to generate dependency rules for Java sources, inspired +by the "-MM" flag of gcc. This program analyzes a set of java source +files, and outputs their dependencies, along with makefile rules to build the resulting classes. |