swtbot-commits Mailing List for SWTBot - SWT/Eclipse functional testing (Page 5)
Brought to you by:
kpadegaonkar
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
(21) |
Mar
(14) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(71) |
Nov
(84) |
Dec
(44) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(53) |
Feb
(107) |
Mar
(48) |
Apr
(29) |
May
(131) |
Jun
(213) |
Jul
(55) |
Aug
(66) |
Sep
(18) |
Oct
(131) |
Nov
(69) |
Dec
(77) |
| 2009 |
Jan
|
Feb
(4) |
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <kpa...@us...> - 2008-11-23 18:25:47
|
Revision: 1145
http://swtbot.svn.sourceforge.net/swtbot/?rev=1145&view=rev
Author: kpadegaonkar
Date: 2008-11-23 18:25:43 +0000 (Sun, 23 Nov 2008)
Log Message:
-----------
changed implementation of withLabel to drill upwards in the UI hierarchy to find a widget.
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/matcher/WithLabel.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/matcher/TextLabelMatcherTest.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/matcher/WidgetMatcherFactoryTest.java
Added Paths:
-----------
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/collections/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/events/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/finder/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/matcher/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/resolvers/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/utils/AllTests.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/wait/AllTests.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-23 17:39:25
|
Revision: 1144
http://swtbot.svn.sourceforge.net/swtbot/?rev=1144&view=rev
Author: kpadegaonkar
Date: 2008-11-23 17:39:21 +0000 (Sun, 23 Nov 2008)
Log Message:
-----------
the style annotation is now a proper object.
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/SWTBotWidget.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/widgets/SWTBotButton.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/widgets/SWTBotCheckBox.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/widgets/SWTBotRadio.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/widgets/SWTBotToolbarDropDownButton.java
branches/java-1.5-api-spike/net.sf.swtbot.generator/src/net/sf/swtbot/generator/MethodFactory.java
Added Paths:
-----------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/Style.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-21 02:35:16
|
Revision: 1143
http://swtbot.svn.sourceforge.net/swtbot/?rev=1143&view=rev
Author: kpadegaonkar
Date: 2008-11-21 02:35:11 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
initial commit of copies of some basic classes from the old recorder.
Modified Paths:
--------------
branches/recorder-spike/net.sf.swtbot.swt.recorder/META-INF/MANIFEST.MF
Added Paths:
-----------
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/SWTBotRecorder.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/generators/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/generators/SWTBotAccessor.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/generators/SWTBotAction.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/generators/SWTBotEvent.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/generators/SWTBotEventArguments.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/listeners/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/listeners/ActionList.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/methodargs/
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/methodargs/AbstractSWTBotEventArguments.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/methodargs/NullArgument.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/methodargs/SWTBotEventArguments.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/methodargs/StringArgument.java
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/net/sf/swtbot/swt/recorder/methodargs/StringArrayArgument.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-21 02:27:04
|
Revision: 1142
http://swtbot.svn.sourceforge.net/swtbot/?rev=1142&view=rev
Author: kpadegaonkar
Date: 2008-11-21 02:27:01 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
initial check in of the recorder spike.
Added Paths:
-----------
branches/recorder-spike/net.sf.swtbot.swt.recorder/.classpath
branches/recorder-spike/net.sf.swtbot.swt.recorder/.project
branches/recorder-spike/net.sf.swtbot.swt.recorder/.settings/
branches/recorder-spike/net.sf.swtbot.swt.recorder/.settings/org.eclipse.jdt.core.prefs
branches/recorder-spike/net.sf.swtbot.swt.recorder/META-INF/
branches/recorder-spike/net.sf.swtbot.swt.recorder/META-INF/MANIFEST.MF
branches/recorder-spike/net.sf.swtbot.swt.recorder/build.properties
branches/recorder-spike/net.sf.swtbot.swt.recorder/src/
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/.classpath
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/.project
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/.settings/
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/.settings/org.eclipse.jdt.core.prefs
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/META-INF/
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/META-INF/MANIFEST.MF
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/build.properties
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/src/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-21 02:24:36
|
Revision: 1141
http://swtbot.svn.sourceforge.net/swtbot/?rev=1141&view=rev
Author: kpadegaonkar
Date: 2008-11-21 02:24:35 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
Initial import.
Added Paths:
-----------
branches/recorder-spike/net.sf.swtbot.swt.recorder.test/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-21 02:22:57
|
Revision: 1140
http://swtbot.svn.sourceforge.net/swtbot/?rev=1140&view=rev
Author: kpadegaonkar
Date: 2008-11-21 02:22:52 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
Initial import.
Added Paths:
-----------
branches/recorder-spike/net.sf.swtbot.swt.recorder/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-21 02:20:47
|
Revision: 1139
http://swtbot.svn.sourceforge.net/swtbot/?rev=1139&view=rev
Author: kpadegaonkar
Date: 2008-11-21 02:20:41 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
Added Paths:
-----------
branches/recorder-spike/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 18:32:38
|
Revision: 1138
http://swtbot.svn.sourceforge.net/swtbot/?rev=1138&view=rev
Author: kpadegaonkar
Date: 2008-11-20 18:32:34 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
added convinience API to find widgets using a matcher in the current shell.
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/SWTBotFactory.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 18:02:00
|
Revision: 1137
http://swtbot.svn.sourceforge.net/swtbot/?rev=1137&view=rev
Author: kpadegaonkar
Date: 2008-11-20 18:01:58 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
removed the activator class
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.recorder.ui.test/META-INF/MANIFEST.MF
Removed Paths:
-------------
branches/java-1.5-api-spike/net.sf.swtbot.recorder.ui.test/src/net/sf/swtbot/recorder/ui/test/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 17:35:13
|
Revision: 1136
http://swtbot.svn.sourceforge.net/swtbot/?rev=1136&view=rev
Author: kpadegaonkar
Date: 2008-11-20 17:35:09 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
fixed compiler warnings.
Modified Paths:
--------------
branches/java-1.5-api-spike/examples/rcp/org.rcpmail/.classpath
branches/java-1.5-api-spike/examples/rcp/org.rcpmail/.settings/org.eclipse.jdt.core.prefs
branches/java-1.5-api-spike/examples/rcp/org.rcpmail/META-INF/MANIFEST.MF
branches/java-1.5-api-spike/net.sf.swtbot.demo/.classpath
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.finder.test/plugin.xml
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.finder.test/src/net/sf/swtbot/eclipse/finder/widgets/helpers/PackageExplorerView.java
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.headless/src/net/sf/swtbot/eclipse/headless/EclipseTestRunner.java
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.ui/src/net/sf/swtbot/eclipse/ui/JUnitLaunchConfigurationDelegate.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/utils/internal/ReflectionInvoker.java
branches/java-1.5-api-spike/net.sf.swtbot.generator/src/net/sf/swtbot/generator/SugarGenerator.java
Removed Paths:
-------------
branches/java-1.5-api-spike/net.sf.swtbot.recorder/src/net/sf/swtbot/recorder/plugin/
Property Changed:
----------------
branches/java-1.5-api-spike/net.sf.swtbot.finder/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 17:33:36
|
Revision: 1135
http://swtbot.svn.sourceforge.net/swtbot/?rev=1135&view=rev
Author: kpadegaonkar
Date: 2008-11-20 17:33:33 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
fixed compiler warnings.
Added Paths:
-----------
branches/java-1.5-api-spike/org.eclipse.swt.examples/.settings/org.eclipse.jdt.core.prefs
Property Changed:
----------------
branches/java-1.5-api-spike/org.eclipse.swt.examples/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 17:30:13
|
Revision: 1134
http://swtbot.svn.sourceforge.net/swtbot/?rev=1134&view=rev
Author: kpadegaonkar
Date: 2008-11-20 17:30:11 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
updated to use java 1.5
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.headless/.classpath
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.spy/.classpath
branches/java-1.5-api-spike/net.sf.swtbot.recorder/.classpath
branches/java-1.5-api-spike/net.sf.swtbot.recorder.ui/.classpath
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 17:28:12
|
Revision: 1133
http://swtbot.svn.sourceforge.net/swtbot/?rev=1133&view=rev
Author: kpadegaonkar
Date: 2008-11-20 17:28:09 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
updated to use java 1.5
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.demo/.settings/org.eclipse.jdt.core.prefs
branches/java-1.5-api-spike/net.sf.swtbot.demo/META-INF/MANIFEST.MF
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.headless/.settings/org.eclipse.jdt.core.prefs
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.headless/META-INF/MANIFEST.MF
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.spy/.settings/org.eclipse.jdt.core.prefs
branches/java-1.5-api-spike/net.sf.swtbot.eclipse.spy/META-INF/MANIFEST.MF
branches/java-1.5-api-spike/net.sf.swtbot.recorder/.settings/org.eclipse.jdt.core.prefs
branches/java-1.5-api-spike/net.sf.swtbot.recorder/META-INF/MANIFEST.MF
branches/java-1.5-api-spike/net.sf.swtbot.recorder.test/META-INF/MANIFEST.MF
branches/java-1.5-api-spike/net.sf.swtbot.recorder.ui/.settings/org.eclipse.jdt.core.prefs
branches/java-1.5-api-spike/net.sf.swtbot.recorder.ui/META-INF/MANIFEST.MF
Added Paths:
-----------
branches/java-1.5-api-spike/org.eclipse.swt.examples/.settings/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 17:11:25
|
Revision: 1132
http://swtbot.svn.sourceforge.net/swtbot/?rev=1132&view=rev
Author: kpadegaonkar
Date: 2008-11-20 17:11:20 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
added better error messages when the recorder bombs.
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.recorder.ui/src/net/sf/swtbot/recorder/ui/Main.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-20 02:47:55
|
Revision: 1131
http://swtbot.svn.sourceforge.net/swtbot/?rev=1131&view=rev
Author: kpadegaonkar
Date: 2008-11-20 02:47:46 +0000 (Thu, 20 Nov 2008)
Log Message:
-----------
RESOLVED - bug 137: SWTBot#menu(String) doesn't use timeout
http://swtbot.org/bugzilla/show_bug.cgi?id=137
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/SWTBotFactory.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/wait/Conditions.java
Added Paths:
-----------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/wait/WaitForMenu.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-19 17:29:22
|
Revision: 1130
http://swtbot.svn.sourceforge.net/swtbot/?rev=1130&view=rev
Author: kpadegaonkar
Date: 2008-11-19 17:29:17 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
non source files are now copied into the binary output location when compiling
Modified Paths:
--------------
branches/java-1.5-api-spike/buildr/pde/compiler.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-18 14:26:43
|
Revision: 1129
http://swtbot.svn.sourceforge.net/swtbot/?rev=1129&view=rev
Author: kpadegaonkar
Date: 2008-11-18 14:26:39 +0000 (Tue, 18 Nov 2008)
Log Message:
-----------
RESOLVED - bug 140: SWTBotTestCase.assertTextDoesNotContain bug when getting text
http://swtbot.org/bugzilla/show_bug.cgi?id=140
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/SWTBotTestCase.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/finder/ControlFinder.java
branches/java-1.5-api-spike/net.sf.swtbot.finder.test/src/net/sf/swtbot/SWTBotTestCaseTest.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-18 13:34:43
|
Revision: 1128
http://swtbot.svn.sourceforge.net/swtbot/?rev=1128&view=rev
Author: kpadegaonkar
Date: 2008-11-18 13:34:34 +0000 (Tue, 18 Nov 2008)
Log Message:
-----------
RESOLVED - bug 131: Exception occurs in SWTBot logging
http://swtbot.org/bugzilla/show_bug.cgi?id=131
Modified Paths:
--------------
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/matcher/AbstractMatcher.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/utils/MessageFormat.java
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-17 19:47:21
|
Revision: 1127
http://swtbot.svn.sourceforge.net/swtbot/?rev=1127&view=rev
Author: kpadegaonkar
Date: 2008-11-17 19:47:15 +0000 (Mon, 17 Nov 2008)
Log Message:
-----------
got rid of package spec for plugins
Modified Paths:
--------------
branches/java-1.5-api-spike/buildfile
Added Paths:
-----------
branches/java-1.5-api-spike/buildr/pde/
branches/java-1.5-api-spike/buildr/pde/compiler.rb
branches/java-1.5-api-spike/buildr/pde/lib.rb
branches/java-1.5-api-spike/buildr/pde/tasks.rb
branches/java-1.5-api-spike/buildr/pde.rb
Removed Paths:
-------------
branches/java-1.5-api-spike/buildr/lib.rb
branches/java-1.5-api-spike/buildr/swtbot.rb
branches/java-1.5-api-spike/buildr/tasks.rb
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-17 02:42:34
|
Revision: 1126
http://swtbot.svn.sourceforge.net/swtbot/?rev=1126&view=rev
Author: kpadegaonkar
Date: 2008-11-17 02:42:29 +0000 (Mon, 17 Nov 2008)
Log Message:
-----------
build file now uses better modules
Modified Paths:
--------------
branches/java-1.5-api-spike/buildfile
branches/java-1.5-api-spike/net.sf.swtbot.finder/.classpath
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/resolvers/CTabFolderResolver.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/resolvers/CTabItemResolver.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/resolvers/CompositeResolver.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/resolvers/TabFolderResolver.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/resolvers/TabItemResolver.java
branches/java-1.5-api-spike/net.sf.swtbot.finder/src/net/sf/swtbot/resolvers/ToolbarResolver.java
Added Paths:
-----------
branches/java-1.5-api-spike/build.properties.yaml
branches/java-1.5-api-spike/buildr/
branches/java-1.5-api-spike/buildr/lib.rb
branches/java-1.5-api-spike/buildr/swtbot.rb
branches/java-1.5-api-spike/buildr/tasks.rb
Property Changed:
----------------
branches/java-1.5-api-spike/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-16 11:05:30
|
Revision: 1125
http://swtbot.svn.sourceforge.net/swtbot/?rev=1125&view=rev
Author: kpadegaonkar
Date: 2008-11-16 11:05:26 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
the name of the generated artifact is now correct.
Modified Paths:
--------------
branches/java-1.5-api-spike/buildfile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-16 10:36:53
|
Revision: 1124
http://swtbot.svn.sourceforge.net/swtbot/?rev=1124&view=rev
Author: kpadegaonkar
Date: 2008-11-16 10:36:47 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
added checks for existance of files defined in build.properties of individual projects.
Modified Paths:
--------------
branches/java-1.5-api-spike/buildfile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-16 10:24:41
|
Revision: 1123
http://swtbot.svn.sourceforge.net/swtbot/?rev=1123&view=rev
Author: kpadegaonkar
Date: 2008-11-16 10:24:31 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
includes now pulled from the property file.
Modified Paths:
--------------
branches/java-1.5-api-spike/buildfile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-16 09:48:38
|
Revision: 1122
http://swtbot.svn.sourceforge.net/swtbot/?rev=1122&view=rev
Author: kpadegaonkar
Date: 2008-11-16 09:48:28 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
added basic resources into the jar.
Modified Paths:
--------------
branches/java-1.5-api-spike/buildfile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <kpa...@us...> - 2008-11-16 08:29:10
|
Revision: 1121
http://swtbot.svn.sourceforge.net/swtbot/?rev=1121&view=rev
Author: kpadegaonkar
Date: 2008-11-16 08:29:05 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
removed cobertura for now
Modified Paths:
--------------
branches/java-1.5-api-spike/buildfile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|