satyagraha / gfm_viewer

An Eclipse plugin providing an accurate view of GitHub Flavored Markdown (.md) files
94 stars 27 forks source link

add .classpath for plugin #61

Closed paulvi closed 5 years ago

paulvi commented 10 years ago

When checking out latest code I have spent some time figuring out why .plugin project is in broken state.

I fact it just needed .classpath

<?xml version="1.0" encoding="UTF-8"?>
<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="source"/>
    <classpathentry kind="output" path="bin"/>
</classpath>
satyagraha commented 10 years ago

I don't expect to add the .classpath to the Git repository. The correct procedure on setup or any change in the plugin is to open plugin.xml and on the Overview tab click the Update the classpath settings link: this (re)creates the .classpath file.

paulvi commented 10 years ago

oh yes, it is mentioned in README. Though I prefere to git clone, Import existing project

I don't use m2e for tycho. just buid with mvn Check https://marketplace.eclipse.org/content/maven