Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Cadavid2016-01-25 13:45:26 +0000
committerGerrit Code Review @ Eclipse.org2016-01-26 09:49:24 +0000
commit78311bace62d8a4857c8c650703680e91488546f (patch)
treeda256964520d41d7bcd5b0cf782d98203bc240a3 /extraplugins
parent90f1030305fe3f47111740d37a54e3fabf20bf0d (diff)
downloadorg.eclipse.papyrus-78311bace62d8a4857c8c650703680e91488546f.tar.gz
org.eclipse.papyrus-78311bace62d8a4857c8c650703680e91488546f.tar.xz
org.eclipse.papyrus-78311bace62d8a4857c8c650703680e91488546f.zip
[Manufacturing] Add the manufacturing feature to the update site under
the "others" category and classpath fixing Signed-off-by: Juan Cadavid <juan.cadavid@cea.fr> Change-Id: I6fe9cb5cd4d4c910932619716e8f8a8569d86a5b
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.ofbiz/.classpath5
1 files changed, 4 insertions, 1 deletions
diff --git a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.ofbiz/.classpath b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.ofbiz/.classpath
index 1741e5a76d3..0b43b3297f2 100644
--- a/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.ofbiz/.classpath
+++ b/extraplugins/manufacturing/org.eclipse.papyrus.manufacturing.ofbiz/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
@@ -9,6 +10,8 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_60"/>
+ <classpathentry kind="lib" path="lib/jaxb-core-2.2.11.jar"/>
+ <classpathentry kind="lib" path="lib/jaxb-impl-2.2.11.jar"/>
+ <classpathentry kind="lib" path="lib/jaxb-xjc-2.2.11.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top