Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-02bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952slewis2-2/+3
Change-Id: I0000000000000000000000000000000000000000
2016-09-26Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth1-0/+15
Add machinery to build the test feature and its constituent bundles. Tests are not enabled by default, but when executed all tests pass except those requiring the presence of a running host service, for example, in these test bundles: org.eclipse.ecf.tests.remoteservice.{generic,r-osgi} Some minor tweaks were made to make configuring Tycho simpler like making an abstract test actually abstract, removing a completely empty test class that did nothing and making sure valid test class names end with "Test" so they are detected by Tycho. Change-Id: Ic89a248668e4f08ee347fe3c0bcfd11e4cc23f4d Signed-off-by: Mat Booth <mat.booth@redhat.com>
2014-05-13Added SSL tests and server keystore.slewis10-0/+824
Change-Id: Ie62a01b36a1ad49c9d0e5922c8c07a0f185bcf9b
2014-04-02Changes to org.eclipse.ecf.remoteservice.AbstractRemoteService to useslewis1-2/+3
AbstractAsyncProxyRemoteService as superclass...and associated changed (to import org.eclipse.ecf.remoteservice.asyncproxy package). Also added org.eclipse.ecf.remoteservice.asyncproxy bundle to org.eclipse.ecf.remoteservice.feature. Change-Id: Ib91036a8ea255716c7225a48d91d69a6774778ad
2013-01-20Restore to previous versionslewis2-6/+3
2013-01-20Merge remote-tracking branch 'origin/master'slewis2-3/+6
Conflicts: server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/SSLAbstractGenericServer.java server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericClientApplication.java server-side/bundles/org.eclipse.ecf.server.generic/src/org/eclipse/ecf/server/generic/app/SSLGenericClientJavaApplication.java
2013-01-18Merge remote-tracking branch 'origin/master'slewis2-73/+73
2012-09-16Fixes to SimpleTest (to automatically select server port rather than useslewis3-8/+23
a fixed port).
2012-09-16Added slight delay to shutdown of SimpleTestslewis1-0/+1
2011-01-15Added readme.txt to org.eclipse.ecf.examples.remoteservices.server toslewis1-0/+1
deprecate that example bundle.
2011-01-15Fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=334448slewis3-218/+1
2010-10-26Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=327919slewis@composent.com3-3/+3
2010-10-19Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=327919slewis@composent.com3-0/+174
2010-10-17Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=327919slewis@composent.com2-6/+6
2010-10-16Fix for automated test (test was trying to use same port as is being used by ↵slewis@composent.com1-1/+1
server)
2010-10-16RESOLVED - bug 327970: Automated test .launch configs must not define list ↵Markus Alexander Kuppe2-11/+7
of workspace bundles https://bugs.eclipse.org/bugs/show_bug.cgi?id=327970
2010-10-16Fixes to build meta-dataslewis@composent.com2-73/+77
2010-10-13renamed .cvsignore to .gitignore, created .gitignore where missingMarkus Alexander Kuppe1-0/+0
2010-07-14NEW - bug 319313: [RemoteSrvc] Build and test r-OSGi remoteservices standalonemkuppe2-4/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319313
2010-07-14NEW - bug 319313: [RemoteSrvc] Build and test r-OSGi remoteservices standalonemkuppe2-16/+10
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319313
2010-07-14NEW - bug 319313: [RemoteSrvc] Build and test r-OSGi remoteservices standalonemkuppe1-4/+4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319313
2010-07-14NEW - bug 319313: [RemoteSrvc] Build and test r-OSGi remoteservices standalonemkuppe1-0/+0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319313
2010-07-08NEW - bug 319269: [RemoteSrvc] Split org.eclipse.ecf.tests.remoteservice ↵mkuppe24-0/+1177
into r-osgi and generic bundle https://bugs.eclipse.org/bugs/show_bug.cgi?id=319269

    Back to the top