You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(80) |
Oct
(12) |
Nov
(237) |
Dec
(210) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(344) |
Feb
(311) |
Mar
(239) |
Apr
(72) |
May
(8) |
Jun
|
Jul
(73) |
Aug
(88) |
Sep
(235) |
Oct
(111) |
Nov
(325) |
Dec
(220) |
| 2006 |
Jan
(108) |
Feb
(64) |
Mar
(381) |
Apr
(98) |
May
(38) |
Jun
(16) |
Jul
(34) |
Aug
(70) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2007 |
Jan
(22) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(12) |
| 2010 |
Jan
(49) |
Feb
(9) |
Mar
(2) |
Apr
(17) |
May
(10) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Matthias K <mat...@us...> - 2007-01-04 15:06:51
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/src/org/jcommander/ui/filepanel/bookmarks In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv5322/src/org/jcommander/ui/filepanel/bookmarks Modified Files: BookmarksRootBookmark.java Log Message: Only one instance of BookmarksRootBookmark Index: BookmarksRootBookmark.java =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/src/org/jcommander/ui/filepanel/bookmarks/BookmarksRootBookmark.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** BookmarksRootBookmark.java 6 Aug 2006 10:33:24 -0000 1.9 --- BookmarksRootBookmark.java 4 Jan 2007 15:06:46 -0000 1.10 *************** *** 23,26 **** --- 23,28 ---- public class BookmarksRootBookmark extends Bookmark { + private static BookmarksRootBookmark rootBookmark = null;// = new BookmarksRootBookmark(); + protected static Logger logger = Logger.getLogger(BookmarksRootBookmark.class); *************** *** 182,185 **** --- 184,194 ---- } } + + public static BookmarksRootBookmark getDefault() { + if (rootBookmark==null) { + rootBookmark = new BookmarksRootBookmark(); + } + return rootBookmark; + } } |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:08:07
|
Update of /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies/META-INF In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23279/META-INF Modified Files: MANIFEST.MF Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies/META-INF/MANIFEST.MF,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** MANIFEST.MF 6 Aug 2006 10:31:24 -0000 1.6 --- MANIFEST.MF 4 Jan 2007 09:08:02 -0000 1.7 *************** *** 6,10 **** Bundle-Vendor: Apache Group Bundle-Localization: plugin ! Export-Package: com.jcraft.jsch, com.jcraft.jsch.jce, com.jcraft.jsch.jcraft, --- 6,18 ---- Bundle-Vendor: Apache Group Bundle-Localization: plugin ! Bundle-ClassPath: ant-1.6.2.jar, ! jakarta-slide-webdavlib-20050629.161100.jar, ! jcifs-0.8.3.jar, ! jdom-1.0.jar, ! jsch-0.1.23.jar, ! xml-apis-1.0.b2.jar ! Require-Bundle: org.apache.commons;visibility:=reexport ! Export-Package: ., ! com.jcraft.jsch, com.jcraft.jsch.jce, com.jcraft.jsch.jcraft, *************** *** 21,30 **** jcifs.smb, jcifs.util, - org.apache.oro.io, - org.apache.oro.text, - org.apache.oro.text.awk, - org.apache.oro.text.perl, - org.apache.oro.text.regex, - org.apache.oro.util, org.apache.tools.ant, org.apache.tools.ant.filters, --- 29,32 ---- *************** *** 77,86 **** org.xml.sax.ext, org.xml.sax.helpers - Bundle-ClassPath: ant-1.6.2.jar, - jakarta-slide-webdavlib-20050629.161100.jar, - jcifs-0.8.3.jar, - jdom-1.0.jar, - jsch-0.1.23.jar, - oro-2.0.8.jar, - xml-apis-1.0.b2.jar - Require-Bundle: org.apache.commons --- 79,80 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:08:06
|
Update of /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23279 Modified Files: .classpath build.properties Removed Files: oro-2.0.8.jar Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 29 May 2006 16:09:55 -0000 1.4 --- .classpath 4 Jan 2007 09:08:02 -0000 1.5 *************** *** 1,13 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="ant-1.6.2.jar"/> - <classpathentry kind="lib" path="jakarta-slide-webdavlib-20050629.161100.jar"/> - <classpathentry kind="lib" path="jcifs-0.8.3.jar"/> - <classpathentry kind="lib" path="jdom-1.0.jar"/> - <classpathentry kind="lib" path="jsch-0.1.23.jar"/> - <classpathentry kind="lib" path="oro-2.0.8.jar"/> - <classpathentry kind="lib" path="xml-apis-1.0.b2.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 1,12 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry exported="true" kind="lib" path="ant-1.6.2.jar"/> + <classpathentry exported="true" kind="lib" path="jakarta-slide-webdavlib-20050629.161100.jar"/> + <classpathentry exported="true" kind="lib" path="jcifs-0.8.3.jar"/> + <classpathentry exported="true" kind="lib" path="jdom-1.0.jar"/> + <classpathentry exported="true" kind="lib" path="jsch-0.1.23.jar"/> + <classpathentry exported="true" kind="lib" path="xml-apis-1.0.b2.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> --- oro-2.0.8.jar DELETED --- Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs.dependencies/build.properties,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** build.properties 6 Aug 2006 10:31:24 -0000 1.4 --- build.properties 4 Jan 2007 09:08:03 -0000 1.5 *************** *** 1,8 **** bin.includes = META-INF/,\ jakarta-slide-webdavlib-20050629.161100.jar,\ jcifs-0.8.3.jar,\ jdom-1.0.jar,\ jsch-0.1.23.jar,\ ! oro-2.0.8.jar,\ ! xml-apis-1.0.b2.jar,\ ! ant-1.6.2.jar --- 1,7 ---- bin.includes = META-INF/,\ + ant-1.6.2.jar,\ jakarta-slide-webdavlib-20050629.161100.jar,\ jcifs-0.8.3.jar,\ jdom-1.0.jar,\ jsch-0.1.23.jar,\ ! xml-apis-1.0.b2.jar |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:58
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.externaltools In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23253 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.externaltools/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 19 Mar 2006 21:04:08 -0000 1.4 --- .classpath 4 Jan 2007 09:07:55 -0000 1.5 *************** *** 5,9 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 5,8 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:56
|
Update of /cvsroot/jcommander/plugins/org.apache.commons.vfs/META-INF In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23232/META-INF Modified Files: MANIFEST.MF Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs/META-INF/MANIFEST.MF,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** MANIFEST.MF 12 Jun 2006 09:30:30 -0000 1.7 --- MANIFEST.MF 4 Jan 2007 09:07:50 -0000 1.8 *************** *** 4,16 **** Bundle-SymbolicName: org.apache.commons.vfs Bundle-Version: 1.0.0 - Bundle-ClassPath: commons-vfs-1.0-RC8-SNAPSHOT.jar Bundle-Vendor: Apache Group Bundle-Localization: plugin Require-Bundle: org.apache.commons.vfs.dependencies;visibility:=reexport, org.apache.commons Export-Package: org.apache.commons.vfs, org.apache.commons.vfs.cache, org.apache.commons.vfs.events, org.apache.commons.vfs.impl, org.apache.commons.vfs.provider, org.apache.commons.vfs.provider.bzip2, --- 4,20 ---- Bundle-SymbolicName: org.apache.commons.vfs Bundle-Version: 1.0.0 Bundle-Vendor: Apache Group Bundle-Localization: plugin Require-Bundle: org.apache.commons.vfs.dependencies;visibility:=reexport, org.apache.commons + Bundle-ClassPath: commons-vfs-1.1-SNAPSHOT.jar Export-Package: org.apache.commons.vfs, + org.apache.commons.vfs.auth, org.apache.commons.vfs.cache, org.apache.commons.vfs.events, + org.apache.commons.vfs.example, org.apache.commons.vfs.impl, + org.apache.commons.vfs.operations, + org.apache.commons.vfs.operations.vcs, org.apache.commons.vfs.provider, org.apache.commons.vfs.provider.bzip2, *************** *** 19,22 **** --- 23,27 ---- org.apache.commons.vfs.provider.gzip, org.apache.commons.vfs.provider.http, + org.apache.commons.vfs.provider.https, org.apache.commons.vfs.provider.jar, org.apache.commons.vfs.provider.local, |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:56
|
Update of /cvsroot/jcommander/plugins/org.apache.commons.vfs In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23232 Modified Files: .classpath build.properties Added Files: commons-vfs-1.1-SNAPSHOT.jar Removed Files: commons-vfs-1.0-RC8-SNAPSHOT.jar Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 16 Mar 2006 19:43:52 -0000 1.4 --- .classpath 4 Jan 2007 09:07:50 -0000 1.5 *************** *** 1,7 **** <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 1,7 ---- <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry exported="true" kind="lib" path="commons-vfs-1.1-SNAPSHOT.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> --- commons-vfs-1.0-RC8-SNAPSHOT.jar DELETED --- --- NEW FILE: commons-vfs-1.1-SNAPSHOT.jar --- (This appears to be a binary file; contents omitted.) Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons.vfs/build.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build.properties 6 Aug 2006 10:31:29 -0000 1.5 --- build.properties 4 Jan 2007 09:07:50 -0000 1.6 *************** *** 1,2 **** bin.includes = META-INF/,\ ! commons-vfs-1.0-RC8-SNAPSHOT.jar --- 1,2 ---- bin.includes = META-INF/,\ ! commons-vfs-1.1-SNAPSHOT.jar |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:37
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.fileviewer In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23219 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.fileviewer/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 16 Mar 2006 19:46:18 -0000 1.2 --- .classpath 4 Jan 2007 09:07:33 -0000 1.3 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:33
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.musicplayer In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23205 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.musicplayer/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 20 Mar 2006 21:49:01 -0000 1.4 --- .classpath 4 Jan 2007 09:07:30 -0000 1.5 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:29
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.musicplayer.contribution In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23195 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.musicplayer.contribution/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 16 Mar 2006 19:46:27 -0000 1.2 --- .classpath 4 Jan 2007 09:07:26 -0000 1.3 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:26
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.editor In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23186 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.editor/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 19 Mar 2006 21:03:49 -0000 1.3 --- .classpath 4 Jan 2007 09:07:23 -0000 1.4 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:22
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23176 Modified Files: plugin.xml .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 19 Mar 2006 21:04:36 -0000 1.4 --- .classpath 4 Jan 2007 09:07:19 -0000 1.5 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- Index: plugin.xml =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.filepanel/plugin.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** plugin.xml 8 Jul 2006 17:35:20 -0000 1.40 --- plugin.xml 4 Jan 2007 09:07:19 -0000 1.41 *************** *** 20,24 **** <import plugin="org.jcommander.systemshell"/> <import plugin="org.jcommander.ui.externaltools"/> ! <import plugin="org.apache.commons.vfs"/> <import plugin="org.jcommander.ui.logger"/> <import plugin="org.jcommander.phileas.bookmarks"/> --- 20,24 ---- <import plugin="org.jcommander.systemshell"/> <import plugin="org.jcommander.ui.externaltools"/> ! <import plugin="org.apache.commons.vfs" export="true"/> <import plugin="org.jcommander.ui.logger"/> <import plugin="org.jcommander.phileas.bookmarks"/> |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:18
|
Update of /cvsroot/jcommander/plugins/org.apache.commons In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23054 Modified Files: build.properties .classpath Added Files: oro-2.0.8.jar commons-compress-20040530.jar Removed Files: commons-compress-SNAPSHOT.jar Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .classpath 12 Jun 2006 09:57:32 -0000 1.2 --- .classpath 4 Jan 2007 09:07:11 -0000 1.3 *************** *** 2,9 **** <classpath> <classpathentry kind="src" path="src"/> <classpathentry exported="true" kind="lib" path="commons-cli-1.0.jar"/> <classpathentry exported="true" kind="lib" path="commons-lang-2.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-collections-3.1.jar"/> - <classpathentry exported="true" kind="lib" path="commons-compress-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="commons-httpclient-2.0.2.jar"/> <classpathentry exported="true" kind="lib" path="commons-logging-1.0.4.jar"/> --- 2,10 ---- <classpath> <classpathentry kind="src" path="src"/> + <classpathentry exported="true" kind="lib" path="oro-2.0.8.jar"/> + <classpathentry exported="true" kind="lib" path="commons-compress-20040530.jar"/> <classpathentry exported="true" kind="lib" path="commons-cli-1.0.jar"/> <classpathentry exported="true" kind="lib" path="commons-lang-2.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-collections-3.1.jar"/> <classpathentry exported="true" kind="lib" path="commons-httpclient-2.0.2.jar"/> <classpathentry exported="true" kind="lib" path="commons-logging-1.0.4.jar"/> --- NEW FILE: oro-2.0.8.jar --- (This appears to be a binary file; contents omitted.) --- commons-compress-SNAPSHOT.jar DELETED --- Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons/build.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build.properties 12 Jun 2006 07:59:46 -0000 1.2 --- build.properties 4 Jan 2007 09:07:11 -0000 1.3 *************** *** 4,11 **** .,\ commons-collections-3.1.jar,\ - commons-compress-SNAPSHOT.jar,\ commons-httpclient-2.0.2.jar,\ commons-logging-1.0.4.jar,\ commons-net-1.4.1.jar,\ commons-lang-2.1.jar,\ ! commons-cli-1.0.jar --- 4,12 ---- .,\ commons-collections-3.1.jar,\ commons-httpclient-2.0.2.jar,\ commons-logging-1.0.4.jar,\ commons-net-1.4.1.jar,\ commons-lang-2.1.jar,\ ! commons-cli-1.0.jar,\ ! commons-compress-20040530.jar,\ ! oro-2.0.8.jar --- NEW FILE: commons-compress-20040530.jar --- (This appears to be a binary file; contents omitted.) |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:18
|
Update of /cvsroot/jcommander/plugins/org.apache.commons/META-INF In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23054/META-INF Modified Files: MANIFEST.MF Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/jcommander/plugins/org.apache.commons/META-INF/MANIFEST.MF,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MANIFEST.MF 12 Jun 2006 09:57:32 -0000 1.2 --- MANIFEST.MF 4 Jan 2007 09:07:11 -0000 1.3 *************** *** 7,11 **** Bundle-Localization: plugin Bundle-ClassPath: commons-collections-3.1.jar, - commons-compress-SNAPSHOT.jar, commons-httpclient-2.0.2.jar, commons-logging-1.0.4.jar, --- 7,10 ---- *************** *** 13,18 **** ., commons-cli-1.0.jar, ! commons-lang-2.1.jar ! Export-Package: org.apache.commons.cli, org.apache.commons.collections, org.apache.commons.collections.bag, --- 12,20 ---- ., commons-cli-1.0.jar, ! commons-lang-2.1.jar, ! commons-compress-20040530.jar, ! oro-2.0.8.jar ! Export-Package: org.apache.commons, ! org.apache.commons.cli, org.apache.commons.collections, org.apache.commons.collections.bag, *************** *** 58,62 **** org.apache.commons.net.telnet, org.apache.commons.net.tftp, ! org.apache.commons.net.util Bundle-Activator: org.apache.commons.Activator Require-Bundle: org.eclipse.core.runtime --- 60,70 ---- org.apache.commons.net.telnet, org.apache.commons.net.tftp, ! org.apache.commons.net.util, ! org.apache.oro.io, ! org.apache.oro.text, ! org.apache.oro.text.awk, ! org.apache.oro.text.perl, ! org.apache.oro.text.regex, ! org.apache.oro.util Bundle-Activator: org.apache.commons.Activator Require-Bundle: org.eclipse.core.runtime |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:18
|
Update of /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv23165 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks/.classpath,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** .classpath 29 May 2006 16:10:15 -0000 1.5 --- .classpath 4 Jan 2007 09:07:14 -0000 1.6 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:06
|
Update of /cvsroot/jcommander/plugins/org.jcommander.vfsextensions In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22767 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.vfsextensions/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 19 Mar 2006 21:03:28 -0000 1.4 --- .classpath 4 Jan 2007 09:07:01 -0000 1.5 *************** *** 5,9 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 5,8 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:05
|
Update of /cvsroot/jcommander/plugins/org.jcommander.vfsextensions/META-INF In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22767/META-INF Modified Files: MANIFEST.MF Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: MANIFEST.MF =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.vfsextensions/META-INF/MANIFEST.MF,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** MANIFEST.MF 6 Aug 2006 10:33:34 -0000 1.7 --- MANIFEST.MF 4 Jan 2007 09:07:01 -0000 1.8 *************** *** 9,13 **** Require-Bundle: org.eclipse.core.runtime, org.apache.commons.vfs, - org.apache.commons.vfs.dependencies, org.jcommander.tools.nativemanager, org.apache.log4j --- 9,12 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:07:00
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.compare In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22749 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.compare/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .classpath 28 Mar 2006 13:54:49 -0000 1.1 --- .classpath 4 Jan 2007 09:06:57 -0000 1.2 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:06:56
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.findfiles In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22737 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.findfiles/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 19 Mar 2006 21:04:24 -0000 1.3 --- .classpath 4 Jan 2007 09:06:53 -0000 1.4 *************** *** 4,8 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- 4,7 ---- |
|
From: Robert E. <sky...@us...> - 2007-01-04 09:06:53
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv22723 Modified Files: .classpath Log Message: Updated VFS version to the latest 1.1 snapshot. Fixed plugin classpaths. Index: .classpath =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/.classpath,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** .classpath 11 Jul 2006 14:45:15 -0000 1.9 --- .classpath 4 Jan 2007 09:06:49 -0000 1.10 *************** *** 5,9 **** <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="lib" path="/org.apache.commons.vfs/commons-vfs-1.0-RC8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="/org.apache.commons/commons-cli-1.0.jar"/> <classpathentry kind="output" path="bin"/> --- 5,8 ---- |
|
From: Matthias K <mat...@us...> - 2007-01-03 17:33:47
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.app In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv12888 Modified Files: plugin_customization.ini Log Message: Fix for Bug #1538654: Keybindings not working Index: plugin_customization.ini =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.app/plugin_customization.ini,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** plugin_customization.ini 4 May 2006 07:54:31 -0000 1.10 --- plugin_customization.ini 3 Jan 2007 17:33:39 -0000 1.11 *************** *** 30,33 **** --- 30,36 ---- #org.eclipse.ui.workbench/OPEN_PERSPECTIVE_MODE=2 + #define default keybinding scheme + org.eclipse.ui/KEY_CONFIGURATION_ID=org.jcommander.ui.app.JCmdScheme + # Extended VS Presentation defaults #de.loskutov.eclipseskins.extvs/de.loskutov.EclipseSkins.showEditorIcon=true |
|
From: Matthias K <mat...@us...> - 2007-01-01 22:56:30
|
Update of /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks/src/org/jcommander/phileas/bookmarks In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2180/src/org/jcommander/phileas/bookmarks Modified Files: BookmarksFileObject.java Log Message: Fix for Bug #1553514: Only single bookmarks are possible Index: BookmarksFileObject.java =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.phileas.bookmarks/src/org/jcommander/phileas/bookmarks/BookmarksFileObject.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BookmarksFileObject.java 21 Nov 2005 13:18:52 -0000 1.4 --- BookmarksFileObject.java 1 Jan 2007 22:56:25 -0000 1.5 *************** *** 309,313 **** for(int i=0;i<children.length;i++) { // TODO what about case sensitivity? ! if(children[i].getName().equals(arg0)) { return children[i]; } --- 309,314 ---- for(int i=0;i<children.length;i++) { // TODO what about case sensitivity? ! FileName fileName = new VirtualFileName("jcmdbmk", arg0, (children[i].getChildren() != null?FileType.FOLDER:FileType.FILE)); ! if(children[i].getName().equals(fileName)) { return children[i]; } |
|
From: Robert E. <sky...@us...> - 2006-11-20 06:01:31
|
Update of /cvsroot/jcommander/plugins/org.jcommander.vfsextensions/src/org/jcommander/vfsextensions In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv13158/src/org/jcommander/vfsextensions Modified Files: VfsManagerExtension.java Log Message: Handling potential FileUtil initialization errors Index: VfsManagerExtension.java =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.vfsextensions/src/org/jcommander/vfsextensions/VfsManagerExtension.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** VfsManagerExtension.java 6 Aug 2006 10:33:34 -0000 1.21 --- VfsManagerExtension.java 20 Nov 2006 06:01:24 -0000 1.22 *************** *** 14,47 **** public class VfsManagerExtension { ! protected static Logger logger = Logger.getLogger(VfsManagerExtension.class); ! protected static final String LOCAL_FILE_URI = "file:/"; protected static VfsManagerExtension instance; protected FileSystemManager fileSystemManager; ! protected static FileUtil fileUtil = new FileUtil(); protected static FileSystemOptions defaultFsOpts; ! public static VfsManagerExtension getInstance() { if(instance == null) { instance = new VfsManagerExtension(); ! defaultFsOpts = new FileSystemOptions(); ! try { ! SftpFileSystemConfigBuilder.getInstance().setStrictHostKeyChecking(defaultFsOpts, "no"); ! } catch (FileSystemException ex) { logger.error(ex,ex); ! } } ! return instance; } ! /** * Abstraction layer for getting the VFS file system manager. ! * * @return the file system manager to use ! * * @throws FileSystemException */ --- 14,55 ---- public class VfsManagerExtension { ! protected static Logger logger = Logger.getLogger(VfsManagerExtension.class); ! protected static final String LOCAL_FILE_URI = "file:/"; protected static VfsManagerExtension instance; protected FileSystemManager fileSystemManager; ! protected static FileUtil fileUtil; protected static FileSystemOptions defaultFsOpts; ! ! static { ! try { ! fileUtil = new FileUtil(); ! } catch(Exception ex) { ! logger.warn("Exception while initializing FileUtils", ex); ! } ! } ! public static VfsManagerExtension getInstance() { if(instance == null) { instance = new VfsManagerExtension(); ! defaultFsOpts = new FileSystemOptions(); ! try { ! SftpFileSystemConfigBuilder.getInstance().setStrictHostKeyChecking(defaultFsOpts, "no"); ! } catch (FileSystemException ex) { logger.error(ex,ex); ! } } ! return instance; } ! /** * Abstraction layer for getting the VFS file system manager. ! * * @return the file system manager to use ! * * @throws FileSystemException */ *************** *** 49,60 **** return VFS.getManager(); } ! public FileObject resolveFile(String url) throws FileSystemException { return getManager().resolveFile(url,defaultFsOpts); } ! /** * Use this method instead of FileObject.getChildren() to bypass the VFS 1.0 caching issues. ! * * @param parent the directory for which to list its children * @return the updated list of children file objects --- 57,68 ---- return VFS.getManager(); } ! public FileObject resolveFile(String url) throws FileSystemException { return getManager().resolveFile(url,defaultFsOpts); } ! /** * Use this method instead of FileObject.getChildren() to bypass the VFS 1.0 caching issues. ! * * @param parent the directory for which to list its children * @return the updated list of children file objects *************** *** 65,72 **** return parent.getChildren(); } ! /** * Recursively computes statistics about the specified files. ! * * @param sourceFiles * @return --- 73,80 ---- return parent.getChildren(); } ! /** * Recursively computes statistics about the specified files. ! * * @param sourceFiles * @return *************** *** 76,80 **** return FileStats.computeStats(files); } ! /** * @param file The file to work with. --- 84,88 ---- return FileStats.computeStats(files); } ! /** * @param file The file to work with. *************** *** 83,110 **** public static String getExecutableName(FileObject file) { String executableName = null; ! if(file.getName() instanceof WindowsFileName) { executableName = ((WindowsFileName)file.getName()).getRootFile() + file.getName().getPath(); executableName = executableName.replace('/','\\'); ! } else if(file.getName() instanceof SmbFileName){ // TODO This is more like a hack. Check if a more elegant solution can be provided ! executableName = file.getName().toString().substring("smb:".length()); } else { executableName = file.getName().toString(); } ! return executableName; } ! public static boolean delete(FileObject file) throws FileSystemException { return delete(file, false); } ! public static boolean delete(FileObject file, boolean moveToTrash) throws FileSystemException { try { FileObject parent = file.getParent(); ! ! if(moveToTrash && (file instanceof LocalFile)) { fileUtil.recycle(new File(getExecutableName(file))); } --- 91,118 ---- public static String getExecutableName(FileObject file) { String executableName = null; ! if(file.getName() instanceof WindowsFileName) { executableName = ((WindowsFileName)file.getName()).getRootFile() + file.getName().getPath(); executableName = executableName.replace('/','\\'); ! } else if(file.getName() instanceof SmbFileName){ // TODO This is more like a hack. Check if a more elegant solution can be provided ! executableName = file.getName().toString().substring("smb:".length()); } else { executableName = file.getName().toString(); } ! return executableName; } ! public static boolean delete(FileObject file) throws FileSystemException { return delete(file, false); } ! public static boolean delete(FileObject file, boolean moveToTrash) throws FileSystemException { try { FileObject parent = file.getParent(); ! ! if(fileUtil != null && moveToTrash && (file instanceof LocalFile)) { fileUtil.recycle(new File(getExecutableName(file))); } *************** *** 112,120 **** file.delete(); } ! // TODO Hack to overcome the VFS architectural refresh bug file.close(); parent.close(); ! return true; } --- 120,128 ---- file.delete(); } ! // TODO Hack to overcome the VFS architectural refresh bug file.close(); parent.close(); ! return true; } *************** *** 124,132 **** } } ! public static boolean delete(FileObject file, DeleteListener deleteListener, boolean moveToTrash) throws FileSystemException { // TODO Add notifications try{ ! if(moveToTrash && (file instanceof LocalFile)) { fileUtil.recycle(new File(getExecutableName(file))); } --- 132,140 ---- } } ! public static boolean delete(FileObject file, DeleteListener deleteListener, boolean moveToTrash) throws FileSystemException { // TODO Add notifications try{ ! if(fileUtil != null && moveToTrash && (file instanceof LocalFile)) { fileUtil.recycle(new File(getExecutableName(file))); } *************** *** 135,142 **** } deleteListener.updateStatus(file, null, -1); ! // TODO Hack to overcome the VFS architectural refresh bug file.close(); ! return true; } --- 143,150 ---- } deleteListener.updateStatus(file, null, -1); ! // TODO Hack to overcome the VFS architectural refresh bug file.close(); ! return true; } *************** *** 157,166 **** for (int i = 0; i < sourceFiles.length; i++) { boolean success0 = delete(sourceFiles[i], deleteListener, moveToTrash); ! if(success) { success = success0; } } ! return success; } --- 165,174 ---- for (int i = 0; i < sourceFiles.length; i++) { boolean success0 = delete(sourceFiles[i], deleteListener, moveToTrash); ! if(success) { success = success0; } } ! return success; } *************** *** 169,173 **** copy(sourceFiles, targetDir, false, copyListener); } ! public static void copy(FileObject[] source, FileObject target, boolean deleteSourceFiles, CopyListener listener) throws FileSystemException{ // for each file to be copied --- 177,181 ---- copy(sourceFiles, targetDir, false, copyListener); } ! public static void copy(FileObject[] source, FileObject target, boolean deleteSourceFiles, CopyListener listener) throws FileSystemException{ // for each file to be copied *************** *** 180,189 **** /** * Duplicates the specified file or directory. ! * * @param sourceFiles * @param predefinedTargetFile * @param copyListener ! * ! * @throws FileSystemException */ public static void duplicate(FileObject sourceFile, FileObject predefinedTargetFile, CopyListener copyListener) throws FileSystemException { --- 188,197 ---- /** * Duplicates the specified file or directory. ! * * @param sourceFiles * @param predefinedTargetFile * @param copyListener ! * ! * @throws FileSystemException */ public static void duplicate(FileObject sourceFile, FileObject predefinedTargetFile, CopyListener copyListener) throws FileSystemException { *************** *** 192,198 **** } else { predefinedTargetFile.createFolder(); ! FileObject[] sourceFiles = VfsManagerExtension.getChildren(sourceFile); ! for(int i=0;i<sourceFiles.length;i++) { DefaultCopier.getInstance().copy(sourceFiles[i], predefinedTargetFile, false, copyListener); --- 200,206 ---- } else { predefinedTargetFile.createFolder(); ! FileObject[] sourceFiles = VfsManagerExtension.getChildren(sourceFile); ! for(int i=0;i<sourceFiles.length;i++) { DefaultCopier.getInstance().copy(sourceFiles[i], predefinedTargetFile, false, copyListener); *************** *** 208,212 **** try { FileObject[] children = currentParent.getChildren(); ! if(children.length > 0) { for(int i=0;i<children.length;i++) { --- 216,220 ---- try { FileObject[] children = currentParent.getChildren(); ! if(children.length > 0) { for(int i=0;i<children.length;i++) { *************** *** 221,228 **** return false; } ! return false; } ! /** * @param file --- 229,236 ---- return false; } ! return false; } ! /** * @param file *************** *** 232,236 **** return getFullPath(file.getName()); } ! /** * @param file --- 240,244 ---- return getFullPath(file.getName()); } ! /** * @param file *************** *** 240,251 **** return fileName.getRootURI() + fileName.getPath(); } ! /** * This method makes a Commons VFS URL safe and more readable. * Passwords are cleared as well as local file name prefixes (file:///). * Note that the resulting string might not be a valid VFS URL. ! * * TODO Improve the algorithm. ! * * @param file * @return The processed file path. --- 248,259 ---- return fileName.getRootURI() + fileName.getPath(); } ! /** * This method makes a Commons VFS URL safe and more readable. * Passwords are cleared as well as local file name prefixes (file:///). * Note that the resulting string might not be a valid VFS URL. ! * * TODO Improve the algorithm. ! * * @param file * @return The processed file path. *************** *** 254,258 **** String path = getFullPath(file); boolean localFile = false; ! /* Clean up local file prefixes */ if(path.startsWith(LOCAL_FILE_URI)) { --- 262,266 ---- String path = getFullPath(file); boolean localFile = false; ! /* Clean up local file prefixes */ if(path.startsWith(LOCAL_FILE_URI)) { *************** *** 260,281 **** localFile = true; } ! while(path.startsWith("/")) { path = path.substring(1); } ! /* Remove passwords */ path = path.replaceAll(":([^@:]*)@", "@"); ! /* Remove duplicate path separators */ if(localFile) { path = path.replaceAll("//", "/"); } ! /* Make directory separators uniform */ if(localFile && Platform.getOS().equals(Platform.OS_WIN32)) { path = path.replaceAll("/", "\\\\"); } ! return path; } --- 268,289 ---- localFile = true; } ! while(path.startsWith("/")) { path = path.substring(1); } ! /* Remove passwords */ path = path.replaceAll(":([^@:]*)@", "@"); ! /* Remove duplicate path separators */ if(localFile) { path = path.replaceAll("//", "/"); } ! /* Make directory separators uniform */ if(localFile && Platform.getOS().equals(Platform.OS_WIN32)) { path = path.replaceAll("/", "\\\\"); } ! return path; } |
|
From: Robert E. <sky...@us...> - 2006-08-06 10:34:01
|
Update of /cvsroot/jcommander/plugins/org.jcommander.tools.nativemanager.ui/src/org/jcommander/tools/nativemanager/ui In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10999/src/org/jcommander/tools/nativemanager/ui Modified Files: NativeManagerUiPlugin.java ManagerComposite.java Log Message: Removed trivial warnings. Index: ManagerComposite.java =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.tools.nativemanager.ui/src/org/jcommander/tools/nativemanager/ui/ManagerComposite.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ManagerComposite.java 31 Aug 2005 10:22:43 -0000 1.1 --- ManagerComposite.java 6 Aug 2006 10:33:58 -0000 1.2 *************** *** 1,15 **** package org.jcommander.tools.nativemanager.ui; import org.eclipse.swt.widgets.*; - import org.eclipse.swt.custom.SashForm; - import org.eclipse.swt.SWT; - import org.eclipse.swt.layout.FillLayout; - import org.eclipse.swt.widgets.Composite; - import org.eclipse.swt.layout.GridLayout; - import org.eclipse.swt.layout.GridData; - import org.eclipse.swt.widgets.Button; - import org.eclipse.swt.widgets.List; - import org.eclipse.swt.widgets.Label; - import org.eclipse.swt.widgets.Text; public class ManagerComposite extends Composite { --- 1,8 ---- package org.jcommander.tools.nativemanager.ui; + import org.eclipse.swt.*; + import org.eclipse.swt.custom.*; + import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class ManagerComposite extends Composite { Index: NativeManagerUiPlugin.java =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.tools.nativemanager.ui/src/org/jcommander/tools/nativemanager/ui/NativeManagerUiPlugin.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NativeManagerUiPlugin.java 17 Nov 2004 06:53:32 -0000 1.1 --- NativeManagerUiPlugin.java 6 Aug 2006 10:33:58 -0000 1.2 *************** *** 1,8 **** package org.jcommander.tools.nativemanager.ui; - import org.eclipse.ui.plugin.*; - import org.osgi.framework.BundleContext; import java.util.*; /** * The main plugin class to be used in the desktop. --- 1,9 ---- package org.jcommander.tools.nativemanager.ui; import java.util.*; + import org.eclipse.ui.plugin.*; + import org.osgi.framework.*; + /** * The main plugin class to be used in the desktop. |
|
From: Robert E. <sky...@us...> - 2006-08-06 10:34:01
|
Update of /cvsroot/jcommander/plugins/org.jcommander.tools.nativemanager.ui/.settings In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10999/.settings Added Files: org.eclipse.jdt.ui.prefs org.eclipse.jdt.core.prefs Log Message: Removed trivial warnings. --- NEW FILE: org.eclipse.jdt.core.prefs --- #Sun Aug 06 12:17:00 EEST 2006 eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve org.eclipse.jdt.core.compiler.compliance=1.4 org.eclipse.jdt.core.compiler.debug.lineNumber=generate org.eclipse.jdt.core.compiler.debug.localVariable=generate org.eclipse.jdt.core.compiler.debug.sourceFile=generate org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning org.eclipse.jdt.core.compiler.source=1.3 --- NEW FILE: org.eclipse.jdt.ui.prefs --- #Sun Aug 06 12:17:00 EEST 2006 eclipse.preferences.version=1 internal.default.compliance=default |
|
From: Robert E. <sky...@us...> - 2006-08-06 10:33:56
|
Update of /cvsroot/jcommander/plugins/org.jcommander.ui.musicplayer.mp3spi In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10982 Modified Files: build.properties Log Message: Removed trivial warnings. Index: build.properties =================================================================== RCS file: /cvsroot/jcommander/plugins/org.jcommander.ui.musicplayer.mp3spi/build.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.properties 20 Mar 2006 21:42:47 -0000 1.1 --- build.properties 6 Aug 2006 10:33:53 -0000 1.2 *************** *** 1,3 **** - source.. = src/ output.. = bin/ bin.includes = META-INF/,\ --- 1,2 ---- |