Skip to content

Commit

Permalink
#28 Adapt Chronograph for Passage Operator
Browse files Browse the repository at this point in the history
Renamed providers to representation

Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed May 16, 2020
1 parent 06889e6 commit b206d11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.chronograph.api/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.chronograph.internal.api,
org.eclipse.chronograph.internal.api.data,
org.eclipse.chronograph.internal.api.providers
org.eclipse.chronograph.internal.api.representation
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Sergei Kovalchuk <[email protected]> -
* initial API and implementation
*******************************************************************************/
package org.eclipse.chronograph.internal.api.providers;
package org.eclipse.chronograph.internal.api.representation;

/**
* The label provider designed to provide specific data for input objects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.eclipse.chronograph.internal.api.Style;
import org.eclipse.chronograph.internal.api.Styler;
import org.eclipse.chronograph.internal.api.data.Access;
import org.eclipse.chronograph.internal.api.providers.StageLabelProvider;
import org.eclipse.chronograph.internal.api.representation.StageLabelProvider;
import org.eclipse.chronograph.internal.base.UnitConverter;
import org.eclipse.chronograph.internal.swt.stage.Stage;
import org.eclipse.swt.SWT;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.eclipse.chronograph.internal.api.Group;
import org.eclipse.chronograph.internal.api.Section;
import org.eclipse.chronograph.internal.api.data.Access;
import org.eclipse.chronograph.internal.api.providers.StageLabelProvider;
import org.eclipse.chronograph.internal.api.representation.StageLabelProvider;
import org.eclipse.chronograph.internal.base.AreaImpl;
import org.eclipse.chronograph.internal.base.PlainData;
import org.eclipse.chronograph.internal.base.query.ActualBricks;
Expand Down

0 comments on commit b206d11

Please sign in to comment.