MISC: add eclipse.ui.jface bundle to build target
authorGiWoong Kim <giwoong.kim@samsung.com>
Tue, 31 May 2016 01:37:47 +0000 (10:37 +0900)
committerSangho Park <sangho.p@samsung.com>
Tue, 31 May 2016 09:14:13 +0000 (18:14 +0900)
Change-Id: I78bffbf5da4acf5c4af45004cf237571ff773444
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
bundles/org.eclipse.jface/META-INF/MANIFEST.MF
bundles/org.eclipse.jface/pom.xml
pom.xml

index 69f7276..46933cb 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.jface;singleton:=true
-Bundle-Version: 3.11.1.qualifier
+Bundle-Version: 3.11.1.v20160128-1644
 Bundle-ClassPath: .
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
index 7824956..7bddb4d 100644 (file)
@@ -19,7 +19,7 @@
   </parent>
   <groupId>org.eclipse.jface</groupId>
   <artifactId>org.eclipse.jface</artifactId>
-  <version>3.11.1-SNAPSHOT</version>
+  <version>3.11.1.v20160128-1644</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/pom.xml b/pom.xml
index 0ae9007..810c49d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <module>bundles/org.eclipse.ui.navigator.resources</module>
     <module>bundles/org.eclipse.ui.views</module>
     <module>bundles/org.eclipse.ui.workbench</module>
+    <module>bundles/org.eclipse.jface</module>
   </modules>
 
 </project>