- 11 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Reworked some previous modifications to the Client and the hooked up the ICEFormEditor to load ICE’s XML files. I also fixed the Content Type and default editor bug for ICE XML files. Also cleaned up some things. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 09 Oct, 2015 5 commits
-
-
Jay Jay Billings authored
Mic drop! Got the Core and Client working smoothly together in such a way that the ItemViewer now works again, the workspace dialog still works, the HttpService still works, neither are set to auto-start in the run configuration and both are registered as services. The primary problem was in the way that Declarative Services are activated by the framework. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
I moved this operation to be a static interface operation on ItemBuilder, which will remove the requirements for the XMLPersistenceProvider to call the ExtensionRegistry. To make this work I had to modify a few manifests and preferences to correctly use a Java 1.8 library since static and default interface operations are only available in Java 1.8. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 08 Oct, 2015 6 commits
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
The "default" flag was causing the ICE Editor to open all xml files. I'll have to think about this some more to figure out how to fix it. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 07 Oct, 2015 8 commits
-
-
Jay Jay Billings authored
ICE XML files will now be filtered through our custom XML content describer and into a new editor that is... dun dun dun... really the ICE client just extending the EditorPart class! The nerve! The audacity! The terribly wonderful style of it all! Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Started refactoring the client to properly load Items. Added an XML content type and describer for loading forms. Cleaned up various and sundry things around the platform. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
Transform OSGi services in Reactor into ExtensionPoints
-
Jay Jay Billings authored
Conflicts: org.eclipse.ice.client.widgets.moose/plugin.xml org.eclipse.ice.repository/ice.product_linux.launch Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Billings authored
Bug 479184 Added extension points for IJAXBClassProvider and ICompositeItemBuilder
-
Nick Stanish authored
Added extension points for IJAXBClassProvider and ICompositeItemBuilder. Added IceJAXBClassProvider as extension. Signed-off-by:
Nick Stanish <nickstanish@gmail.com>
-
- 06 Oct, 2015 10 commits
-
-
menghan authored
Points and Extensions. Signed-off-by:
menghan <menghanli723@gmail.com>
-
Robert Smith authored
SWT on Mac was providing the composites in a different order than other OSs. This was causing comparisons between to wrong widgets. The test now checks if each composite is in the list of composites instead. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
After cloning ICE via the dev menu, I found I couldn't load the Mars target. Turns out the fix was to ensure that the org.eclipse.equinox.p2.touchpoint.native plugin was included in the framework. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This commit fixes a bug where the cloned repo wasn't added to the git repositories view. Also, it adds code to check for the user credentials on a git repo if need be. Added an extension point that let's users clone the ICETests repo from github. To acheive this, I added the ability to provide custom parameters to a given command. The ICETests extension point uses this to specify the clone directory as @user.home. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
Robert Smith authored
Removed references to Win32 plug-ins in some launch files, as the Mac build is failing on the corresponding packages and its inability to resolve Windows plug-ins may be the reason. Signed-off-by:
Robert Smith <smithrw@ornl.gov>
-
- 05 Oct, 2015 10 commits
-
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
This commit updates the developer abstract handler hierarchy with a GitCloneHandler that simple clones a repository, but provides a hook for subclasses to provide PostCloneTasks, such as importing projects or creating make targets. This commit also provides a new Build ICE command that grabs the ILaunchManager and uses it to launch ICE's Maven Build launch configuration files. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
-
arbennett authored
Signed-off-by:
arbennett <bennettar@ornl.gov>
-
Jay Jay Billings authored
Fixed compilation errors in Core test classes. Added a test for the XMLPersistenceExtensionFactory. Fixed the name of that file too. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
Conflicts: org.eclipse.ice.caebat.batml/build.properties org.eclipse.ice.materials/data/userMatDB.xml org.eclipse.ice.repository/ice.product_linux.launch Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Jay Jay Billings authored
I added Mylyn bundles and all required bundles to the Product. I also cleaned up a few more bundle versions to prevent the target from failing in the build. I removed egit and jgit from the feature and put them into the product as features. There is a lot more work that needs to be done to clean up both of these files. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
Robert Smith authored
-
Robert Smith authored
Added tests for several classes, particularly SWTBot tests for the VIBE items. Also implemented some equality/copying functions for tested classes. Signed-off-by:
Robert Smith <SmithRW@ornl.gov>
-