r2209 - in trunk/eclipse/debian: . extra

Michael Koch mkoch at costa.debian.org
Tue Jun 20 18:21:17 UTC 2006


Author: mkoch
Date: 2006-06-20 18:21:16 +0000 (Tue, 20 Jun 2006)
New Revision: 2209

Added:
   trunk/eclipse/debian/eclipse-efj.manpages
   trunk/eclipse/debian/extra/efj.1
Modified:
   trunk/eclipse/debian/changelog
   trunk/eclipse/debian/extra/ecj-gcj.1
   trunk/eclipse/debian/extra/ecj-java.1
Log:
* debian/extra/ecj-gcj.1, debian/extra/ecj-java.1: Revised.
* debian/extra/efj.1, debian/eclipse-efj.manpages: New manpage for efj.


Modified: trunk/eclipse/debian/changelog
===================================================================
--- trunk/eclipse/debian/changelog	2006-06-20 15:56:46 UTC (rev 2208)
+++ trunk/eclipse/debian/changelog	2006-06-20 18:21:16 UTC (rev 2209)
@@ -1,5 +1,6 @@
 eclipse (3.1.2-3) UNRELEASED; urgency=low
 
+  [ Michael Koch ]
   * debian/rules: Added support to build with xulrunner. Made it the default.
     Closes: #352184.
   * debian/patches/eclipse-libswt-xulrunner.dpatch: New file.
@@ -7,8 +8,12 @@
     libswt3.1-gtk-jni: Make dependencies on GNOME and Mozilla a Recommends.
     Closes: #361696, #368705.
 
- -- Michael Koch <konqueror at gmx.de>  Mon, 19 Jun 2006 05:38:10 +0000
+  [ Stephan Michels ]
+  * debian/extra/ecj-gcj.1, debian/extra/ecj-java.1: Revised.
+  * debian/extra/efj.1, debian/eclipse-efj.manpages: New manpage for efj.
 
+ -- Michael Koch <konqueror at gmx.de>  Tue, 20 Jun 2006 16:53:39 +0000
+
 eclipse (3.1.2-2) unstable; urgency=low
 
   [ Michael Koch ]

Added: trunk/eclipse/debian/eclipse-efj.manpages
===================================================================
--- trunk/eclipse/debian/eclipse-efj.manpages	2006-06-20 15:56:46 UTC (rev 2208)
+++ trunk/eclipse/debian/eclipse-efj.manpages	2006-06-20 18:21:16 UTC (rev 2209)
@@ -0,0 +1 @@
+debian/extra/efj.1

Modified: trunk/eclipse/debian/extra/ecj-gcj.1
===================================================================
--- trunk/eclipse/debian/extra/ecj-gcj.1	2006-06-20 15:56:46 UTC (rev 2208)
+++ trunk/eclipse/debian/extra/ecj-gcj.1	2006-06-20 18:21:16 UTC (rev 2209)
@@ -1,10 +1,10 @@
-.TH JDTC "1" "October 2002" 
+.TH ECJ "1" "October 2002" 
 .SH NAME
-ejdtc \- manual page for JDT Compiler
+ecj \- manual page for JDT Compiler
 .SH SYNOPSIS
-.B jdtc <options> <source files>\fR
+.B ecj <options> <source files>\fR
 .SH DESCRIPTION
-JDT Compiler is command version of Java compiler for eclipse. jdtc 
+ECJ Compiler is command version of the Java compiler from Eclipse. ECJ
 has basic java compiler options like SUN's javac.
 .SH OPTIONS
 .TP
@@ -95,7 +95,7 @@
 .SH NOTES
 This executeable is compiled with GCJ to native code for better performance.
 .SH SEE ALSO
-javac(1)
+javac(1), eclipse(1)
 .SH AUTHOR
 This manual page was written by Takshi Okamoto, Jan Schulz
 <debian at katzien.de> and Stephan Michels <stephan at apache.org>.

Modified: trunk/eclipse/debian/extra/ecj-java.1
===================================================================
--- trunk/eclipse/debian/extra/ecj-java.1	2006-06-20 15:56:46 UTC (rev 2208)
+++ trunk/eclipse/debian/extra/ecj-java.1	2006-06-20 18:21:16 UTC (rev 2209)
@@ -1,10 +1,10 @@
-.TH JDTC "1" "October 2002" 
+.TH ECJ "1" "October 2002"
 .SH NAME
-ejdtc \- manual page for JDT Compiler
+ecj \- manual page for JDT Compiler
 .SH SYNOPSIS
-.B jdtc <options> <source files>\fR
+.B ecj <options> <source files>\fR
 .SH DESCRIPTION
-JDT Compiler is command version of Java compiler for eclipse. jdtc 
+ECJ Compiler is command version of the Java compiler from Eclipse. ECJ
 has basic java compiler options like SUN's javac.
 .SH OPTIONS
 .TP
@@ -93,7 +93,7 @@
 \fB\-repeat\fR <n>             repeat compilation process <n> times (perf analysis)
 .PP
 .SH SEE ALSO
-javac(1)
+javac(1), eclipse(1)
 .SH AUTHOR
 This manual page was written by Takshi Okamoto, Jan Schulz
 <debian at katzien.de> and Stephan Michels <stephan at apache.org>.

Added: trunk/eclipse/debian/extra/efj.1
===================================================================
--- trunk/eclipse/debian/extra/efj.1	2006-06-20 15:56:46 UTC (rev 2208)
+++ trunk/eclipse/debian/extra/efj.1	2006-06-20 18:21:16 UTC (rev 2209)
@@ -0,0 +1,35 @@
+.TH EFJ "1" "June 2006" 
+.SH NAME
+efj \- manual page for Eclipse Formatter for Java
+.SH SYNOPSIS
+.B efj <options> <source files>\fR
+.SH DESCRIPTION
+EFJ is the commanline version of the Eclipse source code formatter.
+The main motivation for EFJ comes from a request to use Eclipse's Java formatter without 
+having to install the entire Eclipse Platform, JDT or a GUI toolkit. It is possible to run 
+a nightly cron job which checks out the code, formats it and checks it back in. EFJ could also 
+be used in a server side commit hook.
+
+.SH OPTIONS
+.TP
+\fB\-config\fR <file>       Use the formatting style from the specified config file. This file must be an xml file that has been exported by Eclipse.
+.TP
+\fB\-help\fR                Display this message.
+.TP
+\fB\-quiet\fR               Only print error messages.
+.TP
+\fB\-verbose\fR             Be verbose about the formatting job.
+.PP
+.SH SEE ALSO
+eclipse(1)
+.SH ISSUES
+You may also notice that an empty workspace directory is created in the directory that efj 
+is called from. This is because EFJ is just a GUI-less version of eclipse. Affords exists
+to disable this behaviour.
+.SH "REPORTING BUGS"
+Report bugs to Ben Konrath <ben at bagu.org>.
+.SH AUTHOR
+ecj was written by Ben Konrath <ben at bagu.org>. See the web site 
+http://www.bagu.org/eclipse/efj/ for more information.
+
+This manual page was written by Stephan Michels <stephan at apache.org>.




More information about the pkg-java-commits mailing list