diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index f0192fa..02ddec4 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Minimap Bundle-SymbolicName: pt.iscte.pidesco.minimap;singleton:=true -Bundle-Version: 0.0.1 +Bundle-Version: 1.0.0 Bundle-Activator: pa.iscde.minimap.Activator Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Automatic-Module-Name: pt.iscte.pidesco.minimap @@ -25,3 +25,7 @@ Require-Bundle: pt.iscte.pidesco;bundle-version="0.1.0", org.apache.commons.lang3;bundle-version="3.1.0", org.apache.log4j;bundle-version="1.2.0", com.google.gson;bundle-version="2.8.0" +Export-Package: pa.iscde.minimap.extensibility;uses:="pa.iscde.minimap.service", + pa.iscde.minimap.extensibility.inspections;uses:="pa.iscde.minimap.extensibility,pa.iscde.minimap.service", + pa.iscde.minimap.service;uses:="org.eclipse.swt.graphics", + pa.iscde.minimap.utils;uses:="org.eclipse.swt.graphics" diff --git a/build.properties b/build.properties index e9863e2..9999b05 100644 --- a/build.properties +++ b/build.properties @@ -1,3 +1,14 @@ +# +# Copyright (c) 2019. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v2.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Authors: +# - Sandro Marques +# + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/plugin.xml b/plugin.xml index 0fe4db8..294efce 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@