- 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 11 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>
-
Jay Jay Billings authored
IPersistenceProviders, and thus the XMLPersistenceProvider, are no longer required to create their own projects. It is assumed that they will require an IProject - although that is not enforced - and that is provided to them after they are started. I also fixed the construction of the default Item storage project in the Core. It was putting all the Items in the default project instead of the itemDB project. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 04 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 03 Oct, 2015 1 commit
-
-
Jay Jay Billings authored
Started refactoring IPersistenceProvider to help address a bug in the Core. Made progress on switching the Core to use the the provider exclusively through the Extension Point. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
- 01 Oct, 2015 3 commits
-
-
Jay Jay Billings authored
providers. Signed-off-by:
Jay Jay Billings <billingsjj@ornl.gov>
-
amccaskey authored
Setup the ICE Developer Menu generation utility to create parameterized commands where the parameters are all the attributes from the provided extension point. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-
amccaskey authored
Also set up the Edit Mat Database button to only appear in ICE perspective. Signed-off-by:
amccaskey <mccaskeyaj@ornl.gov>
-