Skip to content

Commit

Permalink
#28 Adapt Chronograph for Passage Operator
Browse files Browse the repository at this point in the history
Removed unused builders

Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
  • Loading branch information
ruspl-afed committed May 16, 2020
1 parent 4f04a33 commit 06889e6
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 301 deletions.
1 change: 0 additions & 1 deletion bundles/org.eclipse.chronograph.api/META-INF/MANIFEST.MF
Expand Up @@ -8,6 +8,5 @@ Bundle-Vendor: %Bundle-Vendor
Bundle-Copyright: %Bundle-Copyright
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.chronograph.internal.api,
org.eclipse.chronograph.internal.api.builders,
org.eclipse.chronograph.internal.api.data,
org.eclipse.chronograph.internal.api.providers

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -0,0 +1,25 @@
/*******************************************************************************
* Copyright (c) 2020 ArSysOp
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* ArSysOp - initial API and implementation
*******************************************************************************/
package org.eclipse.chronograph.api.test;

import org.junit.Assert;
import org.junit.Test;

public class ButFinallyWeNeedTests {

@Test
public void test() {
Assert.assertTrue(true);
}

}
@@ -1,32 +1,23 @@
/*******************************************************************************
* Copyright (c) 2020 ArSysOp and Others
* Copyright (c) 2020 ArSysOp
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Sergei Kovalchuk<sergei.kovalchuk@arsysop.ru> - initial API and implementation
* Sergei Kovalchuk <sergei.kovalchuk@arsysop.ru> - initial API and implementation
*******************************************************************************/
package org.eclipse.chronograph.api.brick.test;
package org.eclipse.chronograph.api.test;

import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.function.Function;
import java.util.stream.Collectors;

import org.eclipse.chronograph.api.test.TestInputObject;
import org.eclipse.chronograph.internal.api.Brick;
import org.eclipse.chronograph.internal.base.BrickImpl;

Expand Down
@@ -1,24 +1,15 @@
/*******************************************************************************
* Copyright (c) 2020 ArSysOp and Others
* Copyright (c) 2020 ArSysOp
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Sergei Kovalchuk<sergei.kovalchuk@arsysop.ru> - initial API and implementation
* Sergei Kovalchuk <sergei.kovalchuk@arsysop.ru> - initial API and implementation
*******************************************************************************/

package org.eclipse.chronograph.api.test;

/**
Expand Down
@@ -1,24 +1,15 @@
/*******************************************************************************
* Copyright (c) 2020 ArSysOp and Others
* Copyright (c) 2020 ArSysOp
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* https://www.eclipse.org/legal/epl-2.0/.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Sergei Kovalchuk<sergei.kovalchuk@arsysop.ru> - initial API and implementation
* Sergei Kovalchuk <sergei.kovalchuk@arsysop.ru> - initial API and implementation
*******************************************************************************/

package org.eclipse.chronograph.api.test;

import java.util.ArrayList;
Expand Down

0 comments on commit 06889e6

Please sign in to comment.