This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" | |
"http://jpf.sourceforge.net/plugin_0_6.dtd"> | |
<plugin id="simple.simphony.plugin" version=""> | |
<attributes> | |
<attribute id="simphony" value="1.2.0" /> | |
</attributes> | |
<requires> | |
<import plugin-id="saf.core.ui" reverse-lookup="true"/> | |
<import plugin-id="repast.simphony.data.ui" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <copyright> | |
# </copyright> | |
# | |
# $Id$ | |
# ==================================================================== | |
# To code developer: | |
# Do NOT change the properties between this line and the | |
# "%%% END OF TRANSLATED PROPERTIES %%%" line. | |
# Make a new property name, append to the end of the file and change |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: %pluginName | |
Bundle-SymbolicName: simple.simphony.plugin | |
Bundle-Version: 1.2.0 | |
Bundle-Localization: plugin | |
Require-Bundle: repast.simphony.gui, | |
repast.simphony.data, | |
repast.simphony.core, | |
saf.core.ui, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
projects.dir = ${basedir}/.. | |
wkspace.dir = ${projects.dir}/.. | |
common.dir = ${wkspace.dir}/common | |
bin.includes = bin/,\ | |
icons/,\ | |
plugin_jpf.xml,\ | |
licenses/,\ | |
META-INF/ | |
src.includes = src/ | |
jars.compile.order = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manifest-Version: 1.0 | |
Bundle-ManifestVersion: 2 | |
Bundle-Name: %pluginName | |
Bundle-SymbolicName: simple.simphony.pluslib.plugin | |
Bundle-Version: 1.2.0 | |
Bundle-Localization: plugin | |
Require-Bundle: repast.simphony.gui, | |
repast.simphony.core, | |
repast.simphony.data, | |
saf.core.ui, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bin.includes = bin/,\ | |
icons/,\ | |
plugin_jpf.xml,\ | |
licenses/,\ | |
META-INF/,\ | |
plugin.properties,\ | |
lib/,\ | |
lib/google-collections-1.0.jar | |
projects.dir = ${basedir}/.. | |
wkspace.dir = ${projects.dir}/.. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 0.6" | |
"http://jpf.sourceforge.net/plugin_0_6.dtd"> | |
<plugin id="simple.simphony.pluslib.plugin" version=""> | |
<attributes> | |
<attribute id="simphony" value="1.2.0" /> | |
</attributes> | |
<requires> | |
<import plugin-id="saf.core.ui" reverse-lookup="true"/> | |
<import plugin-id="repast.simphony.data.ui" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <copyright> | |
# </copyright> | |
# | |
# $Id$ | |
# ==================================================================== | |
# To code developer: | |
# Do NOT change the properties between this line and the | |
# "%%% END OF TRANSLATED PROPERTIES %%%" line. | |
# Make a new property name, append to the end of the file and change |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** HelloWizard.java */ | |
package simple.simphony.pluslib.plugin; | |
import java.util.Map.Entry; | |
import javax.swing.JOptionPane; | |
import repast.simphony.data.analysis.NetworkAnalysisPluginWizard; | |
import com.google.common.collect.HashMultimap; | |
import com.google.common.collect.Multimap; | |
public class HelloWizard extends NetworkAnalysisPluginWizard | |
public HelloWizard() { | |
super(null); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<classpath> | |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | |
<classpathentry kind="src" path="src"/> | |
<classpathentry kind="src" path="test"/> | |
<classpathentry kind="src" path="misc"/> | |
<classpathentry kind="lib" path="/repast.simphony.core/bin"/> | |
<classpathentry kind="lib" path="/repast.simphony.data/bin"/> | |
<classpathentry kind="lib" path="/repast.simphony.data.ui/bin"/> |