X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.project%2Fsrc%2Forg%2Fsimantics%2Fproject%2Fmanagement%2FFeatureSpec.java;fp=bundles%2Forg.simantics.project%2Fsrc%2Forg%2Fsimantics%2Fproject%2Fmanagement%2FFeatureSpec.java;h=2fe2086376b21932e9f9757ad0b9e566f65ccd2b;hp=056ee65d414671f72187554694787b8a41521e8d;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.project/src/org/simantics/project/management/FeatureSpec.java b/bundles/org.simantics.project/src/org/simantics/project/management/FeatureSpec.java index 056ee65d4..2fe208637 100644 --- a/bundles/org.simantics.project/src/org/simantics/project/management/FeatureSpec.java +++ b/bundles/org.simantics.project/src/org/simantics/project/management/FeatureSpec.java @@ -1,32 +1,32 @@ -/******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. - * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Eclipse Public License v1.0 - * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.project.management; - -/** - * A project feature specification. - * - * @author Toni Kalajainen - */ -public class FeatureSpec { - - /** Display name */ - public String name; - - /** If true, this feature is required for all clients working with this project */ - public boolean required; - - /** Install group id (P2 IU) */ - public String versionedId; - - - -} - +/******************************************************************************* + * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.project.management; + +/** + * A project feature specification. + * + * @author Toni Kalajainen + */ +public class FeatureSpec { + + /** Display name */ + public String name; + + /** If true, this feature is required for all clients working with this project */ + public boolean required; + + /** Install group id (P2 IU) */ + public String versionedId; + + + +} +