[jbosstools-commits] JBoss Tools SVN: r24163 - in trunk/common/plugins: org.jboss.tools.common.model/META-INF and 2 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Aug 13 14:20:09 EDT 2010
Author: dgolovin
Date: 2010-08-13 14:20:08 -0400 (Fri, 13 Aug 2010)
New Revision: 24163
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties
trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
trunk/common/plugins/org.jboss.tools.common.model/build.properties
Log:
https://jira.jboss.org/browse/JBIDE-6430 Eclipse has a problem to reference org.jboss.tools.common.model.ui 3.1.1
verified and confirmed Jiri test case https://jira.jboss.org/browse/JBIDE-6430?focusedCommentId=12544776&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12544776
built with jars declared in manifest classpath
installed from locally built update site
verified that Jiri test case is fixed
Modified: trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF 2010-08-13 18:02:38 UTC (rev 24162)
+++ trunk/common/plugins/org.jboss.tools.common.model/META-INF/MANIFEST.MF 2010-08-13 18:20:08 UTC (rev 24163)
@@ -85,3 +85,4 @@
org.eclipse.core.runtime;visibility:=reexport
Bundle-Version: 3.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: org.jboss.tools.common.model.jar
Modified: trunk/common/plugins/org.jboss.tools.common.model/build.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model/build.properties 2010-08-13 18:02:38 UTC (rev 24162)
+++ trunk/common/plugins/org.jboss.tools.common.model/build.properties 2010-08-13 18:20:08 UTC (rev 24163)
@@ -1,11 +1,15 @@
-source.. = src/,\
- resources/
bin.includes = META-INF/,\
about.html,\
plugin.properties,\
plugin.xml,\
schema/,\
images/,\
- .
+ org.jboss.tools.common.model.jar
additional.bundles = org.eclipse.wst.common.emfworkbench.integration,\
org.eclipse.jem.util
+jars.compile.order = org.jboss.tools.common.model.jar
+output.org.jboss.tools.common.model.jar = bin/
+source.org.jboss.tools.common.model.jar = src/,\
+ resources/
+source.org.jboss.tools.common.model.jar = src/,\
+ resources/
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2010-08-13 18:02:38 UTC (rev 24162)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/META-INF/MANIFEST.MF 2010-08-13 18:20:08 UTC (rev 24163)
@@ -93,3 +93,4 @@
org.jboss.tools.common.ui
Bundle-Version: 3.2.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: org.jboss.tools.common.model.ui.jar
Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties 2010-08-13 18:02:38 UTC (rev 24162)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/build.properties 2010-08-13 18:20:08 UTC (rev 24163)
@@ -4,8 +4,12 @@
META-INF/,\
images/,\
templates/,\
- .
-jars.compile.order = .
-output.. = bin/
+ org.jboss.tools.common.model.ui.jar
+jars.compile.order = org.jboss.tools.common.model.ui.jar
source.. = src/,\
resources/
+output.org.jboss.tools.common.model.ui.jar = bin/
+source.org.jboss.tools.common.model.ui.jar = src/,\
+ resources/
+source.org.jboss.tools.common.model.ui.jar = src/,\
+ resources/
More information about the jbosstools-commits
mailing list