]> git.argeo.org Git - gpl/argeo-slc.git/commitdiff
Introduce JMX agent
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 16 Feb 2010 09:19:14 +0000 (09:19 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 16 Feb 2010 09:19:14 +0000 (09:19 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@3362 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

modules/agent/org.argeo.slc.agent.jms/.project [new file with mode: 0644]
modules/agent/org.argeo.slc.agent.jmx/.project [new file with mode: 0644]
modules/agent/org.argeo.slc.agent.jmx/META-INF/MANIFEST.MF [new file with mode: 0644]
modules/agent/org.argeo.slc.agent/.project [new file with mode: 0644]

diff --git a/modules/agent/org.argeo.slc.agent.jms/.project b/modules/agent/org.argeo.slc.agent.jms/.project
new file mode 100644 (file)
index 0000000..f9cc4f0
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.slc.agent.jms</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+       </natures>
+</projectDescription>
diff --git a/modules/agent/org.argeo.slc.agent.jmx/.project b/modules/agent/org.argeo.slc.agent.jmx/.project
new file mode 100644 (file)
index 0000000..1c83f49
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.slc.agent.jmx</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+       </natures>
+</projectDescription>
diff --git a/modules/agent/org.argeo.slc.agent.jmx/META-INF/MANIFEST.MF b/modules/agent/org.argeo.slc.agent.jmx/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..8f8d985
--- /dev/null
@@ -0,0 +1,4 @@
+Manifest-Version: 1.0
+Bundle-Version: 0.12.2.SNAPSHOT
+Bundle-Name: SLC Agent JMX
+Bundle-SymbolicName: org.argeo.slc.agent.jmx
diff --git a/modules/agent/org.argeo.slc.agent/.project b/modules/agent/org.argeo.slc.agent/.project
new file mode 100644 (file)
index 0000000..f167854
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>org.argeo.slc.agent</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.pde.ManifestBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>org.eclipse.pde.SchemaBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.pde.PluginNature</nature>
+       </natures>
+</projectDescription>