Commit ddd9a639 authored by Gino Tosti's avatar Gino Tosti
Browse files

Initial commit of Claudio Tanci's Java MonitorCollector

parents
Loading
Loading
Loading
Loading

TMCDBRegistrationClient @ 1baab5df

Original line number Diff line number Diff line
Subproject commit 1baab5df7cb9f4e8b10b68fe4fc9e2692bcf0307
+6 KiB

File added.

No diff preview for this file type.

+9 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/ACS12.0 without MonitorCollector"/>
	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JacORB12.0"/>
	<classpathentry kind="lib" path="lib/MinimalComponent.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>minimalComponent</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.python.pydev.PyDevBuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.python.pydev.pythonNature</nature>
	</natures>
</projectDescription>
+5 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>