Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/BuildPropertiesUtils.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/BuildPropertiesUtils.java74
1 files changed, 37 insertions, 37 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/BuildPropertiesUtils.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/BuildPropertiesUtils.java
index 9864a84a619..1290a2e4863 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/BuildPropertiesUtils.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/exported/BuildPropertiesUtils.java
@@ -1,37 +1,37 @@
-/*******************************************************************************
- * Copyright (c) 2012 Mia-Software.
- * 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:
- * Gregoire Dupe (Mia-Software) - Bug 387470 - [EFacet][Custom] Editors
- *******************************************************************************/
-package org.eclipse.papyrus.emf.facet.util.pde.core.internal.exported;
-
-import org.eclipse.core.resources.IFile;
-import org.eclipse.core.runtime.CoreException;
-import org.eclipse.pde.core.build.IBuildModel;
-import org.eclipse.pde.core.plugin.IPluginModelBase;
-
-/**
- * @since 0.3
- */
-public final class BuildPropertiesUtils {
-
- private BuildPropertiesUtils() {
- // Must not be used
- }
-
- public static void addToBuild(final IFile file) throws CoreException {
- org.eclipse.papyrus.emf.facet.util.pde.core.internal.BuildPropertiesUtils
- .addToBuild(file);
- }
-
- public static IBuildModel getBuildModel(final IPluginModelBase model)
- throws CoreException {
- return org.eclipse.papyrus.emf.facet.util.pde.core.internal.BuildPropertiesUtils
- .getBuildModel(model);
- }
-}
+/*******************************************************************************
+ * Copyright (c) 2012 Mia-Software.
+ * 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:
+ * Gregoire Dupe (Mia-Software) - Bug 387470 - [EFacet][Custom] Editors
+ *******************************************************************************/
+package org.eclipse.papyrus.emf.facet.util.pde.core.internal.exported;
+
+import org.eclipse.core.resources.IFile;
+import org.eclipse.core.runtime.CoreException;
+import org.eclipse.pde.core.build.IBuildModel;
+import org.eclipse.pde.core.plugin.IPluginModelBase;
+
+/**
+ * @since 0.3
+ */
+public final class BuildPropertiesUtils {
+
+ private BuildPropertiesUtils() {
+ // Must not be used
+ }
+
+ public static void addToBuild(final IFile file) throws CoreException {
+ org.eclipse.papyrus.emf.facet.util.pde.core.internal.BuildPropertiesUtils
+ .addToBuild(file);
+ }
+
+ public static IBuildModel getBuildModel(final IPluginModelBase model)
+ throws CoreException {
+ return org.eclipse.papyrus.emf.facet.util.pde.core.internal.BuildPropertiesUtils
+ .getBuildModel(model);
+ }
+}

Back to the top