From 577da8f8910e4ad329643f9345f21a39c0a82e52 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Mon, 27 Oct 2008 13:41:19 +0000 Subject: [PATCH] Moved agent to instrument --- org.springframework.agent/pom.xml | 28 ------------------- .../.classpath | 0 .../.project | 0 .../.settings/org.eclipse.jdt.core.prefs | 0 .../build.xml | 2 +- .../ivy.xml | 0 org.springframework.instrument/pom.xml | 12 ++++++++ .../InstrumentationSavingAgent.java | 0 .../src/main/java/overview.html | 0 .../src/test/resources/log4j.xml | 0 .../template.mf | 4 +-- 11 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 org.springframework.agent/pom.xml rename {org.springframework.agent => org.springframework.instrument}/.classpath (100%) rename {org.springframework.agent => org.springframework.instrument}/.project (100%) rename {org.springframework.agent => org.springframework.instrument}/.settings/org.eclipse.jdt.core.prefs (100%) rename {org.springframework.agent => org.springframework.instrument}/build.xml (83%) rename {org.springframework.agent => org.springframework.instrument}/ivy.xml (100%) create mode 100644 org.springframework.instrument/pom.xml rename {org.springframework.agent => org.springframework.instrument}/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java (100%) rename {org.springframework.agent => org.springframework.instrument}/src/main/java/overview.html (100%) rename {org.springframework.agent => org.springframework.instrument}/src/test/resources/log4j.xml (100%) rename {org.springframework.agent => org.springframework.instrument}/template.mf (60%) diff --git a/org.springframework.agent/pom.xml b/org.springframework.agent/pom.xml deleted file mode 100644 index f820fa6d69..0000000000 --- a/org.springframework.agent/pom.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - 4.0.0 - org.springframework - org.springframework.agent - jar - Spring Agent - 3.0.0.M1 - - - com.springsource.repository.bundles.external - SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - \ No newline at end of file diff --git a/org.springframework.agent/.classpath b/org.springframework.instrument/.classpath similarity index 100% rename from org.springframework.agent/.classpath rename to org.springframework.instrument/.classpath diff --git a/org.springframework.agent/.project b/org.springframework.instrument/.project similarity index 100% rename from org.springframework.agent/.project rename to org.springframework.instrument/.project diff --git a/org.springframework.agent/.settings/org.eclipse.jdt.core.prefs b/org.springframework.instrument/.settings/org.eclipse.jdt.core.prefs similarity index 100% rename from org.springframework.agent/.settings/org.eclipse.jdt.core.prefs rename to org.springframework.instrument/.settings/org.eclipse.jdt.core.prefs diff --git a/org.springframework.agent/build.xml b/org.springframework.instrument/build.xml similarity index 83% rename from org.springframework.agent/build.xml rename to org.springframework.instrument/build.xml index 1cec08a2e6..237154117b 100644 --- a/org.springframework.agent/build.xml +++ b/org.springframework.instrument/build.xml @@ -1,5 +1,5 @@ - + diff --git a/org.springframework.agent/ivy.xml b/org.springframework.instrument/ivy.xml similarity index 100% rename from org.springframework.agent/ivy.xml rename to org.springframework.instrument/ivy.xml diff --git a/org.springframework.instrument/pom.xml b/org.springframework.instrument/pom.xml new file mode 100644 index 0000000000..838a192ade --- /dev/null +++ b/org.springframework.instrument/pom.xml @@ -0,0 +1,12 @@ + + + 4.0.0 + + org.springframework + org.springframework.parent + 3.0-M1-SNAPSHOT + + org.springframework.agent + jar + Spring Framework: Agent + \ No newline at end of file diff --git a/org.springframework.agent/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java b/org.springframework.instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java similarity index 100% rename from org.springframework.agent/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java rename to org.springframework.instrument/src/main/java/org/springframework/instrument/InstrumentationSavingAgent.java diff --git a/org.springframework.agent/src/main/java/overview.html b/org.springframework.instrument/src/main/java/overview.html similarity index 100% rename from org.springframework.agent/src/main/java/overview.html rename to org.springframework.instrument/src/main/java/overview.html diff --git a/org.springframework.agent/src/test/resources/log4j.xml b/org.springframework.instrument/src/test/resources/log4j.xml similarity index 100% rename from org.springframework.agent/src/test/resources/log4j.xml rename to org.springframework.instrument/src/test/resources/log4j.xml diff --git a/org.springframework.agent/template.mf b/org.springframework.instrument/template.mf similarity index 60% rename from org.springframework.agent/template.mf rename to org.springframework.instrument/template.mf index 98fc53157e..3c314d6aa6 100644 --- a/org.springframework.agent/template.mf +++ b/org.springframework.instrument/template.mf @@ -1,5 +1,5 @@ -Bundle-SymbolicName: org.springframework.agent -Bundle-Name: Spring Core +Bundle-SymbolicName: org.springframework.instrument +Bundle-Name: Spring Instrument Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Premain-Class: org.springframework.instrument.InstrumentationSavingAgent