Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-07-12 11:04:00 +0000
committerCamille Letavernier2013-07-12 11:04:00 +0000
commitaff35d2d9362e44fadbd361fc3aad202197db78b (patch)
tree61994b3bd6a6a1f22ebd7407d327bdfb42b0ba14
parentd3d040cf2d7c27b345905e5caf48296f269b89ea (diff)
downloadorg.eclipse.papyrus-aff35d2d9362e44fadbd361fc3aad202197db78b.tar.gz
org.eclipse.papyrus-aff35d2d9362e44fadbd361fc3aad202197db78b.tar.xz
org.eclipse.papyrus-aff35d2d9362e44fadbd361fc3aad202197db78b.zip
[Releng] Fix extra build after migration to Git
-rw-r--r--extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/.classpath1
-rw-r--r--extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/build.properties4
2 files changed, 1 insertions, 4 deletions
diff --git a/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/.classpath b/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/.classpath
index 8a8f1668cdc..78d5ded0fee 100644
--- a/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/.classpath
+++ b/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/.classpath
@@ -2,6 +2,5 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/build.properties b/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/build.properties
index e55d3d94491..104bd7a5fb9 100644
--- a/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/build.properties
+++ b/extraplugins/table/org.eclipse.papyrus.infra.nattable.views.editor/build.properties
@@ -1,10 +1,8 @@
-source.. = src/
-output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
OSGI-INF/,\
about.html,\
- build.properties,\
icons/,\
resources/
+src.includes = about.html

Back to the top