提交 577da8f8 编写于 作者: A Arjen Poutsma

Moved agent to instrument

上级 4ea298a7
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.agent">
<project name="org.springframework.instrument">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
<import file="${basedir}/../spring-build/standard/default.xml"/>
......
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<parent>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId>
<version>3.0-M1-SNAPSHOT</version>
</parent>
<artifactId>org.springframework.agent</artifactId>
<packaging>jar</packaging>
<name>Spring Agent</name>
<version>3.0.0.M1</version>
<repositories>
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<name>Spring Framework: Agent</name>
</project>
\ No newline at end of file
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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册