mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 08:16:15 +10:00
[강운덕] [LUCYSUS-1744] thrift compiler os별 분리.
git-svn-id: http://svn.bds.nhncorp.com/pe/pinpoint-thrift/trunk@2276 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
<properties>
|
||||
<thrift.executable>${thrift.executable.property}</thrift.executable>
|
||||
<spring.version>3.1.2.RELEASE</spring.version>
|
||||
<slf4j.version>1.7.5</slf4j.version>
|
||||
</properties>
|
||||
|
||||
@@ -75,7 +74,6 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<!-- thrift logging lib -->
|
||||
<!-- ������� slf4j �� ��� �������� �����ؾ� ��. -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>jcl-over-slf4j</artifactId>
|
||||
@@ -94,12 +92,6 @@
|
||||
<version>1.2.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>org.slf4j</groupId>-->
|
||||
<!--<artifactId>slf4j-jdk14</artifactId>-->
|
||||
<!--<version>1.6.6</version>-->
|
||||
<!--<scope>test</scope>-->
|
||||
<!--</dependency>-->
|
||||
|
||||
|
||||
<!-- unit test -->
|
||||
@@ -228,7 +220,7 @@
|
||||
<id>generate-sources</id>
|
||||
<phase>generate-sources</phase>
|
||||
<configuration>
|
||||
<tasks>
|
||||
<target>
|
||||
<mkdir dir="${basedir}/generated-sources/thrift" />
|
||||
<delete>
|
||||
<fileset dir="${basedir}/generated-sources/thrift"
|
||||
@@ -253,7 +245,7 @@
|
||||
<fileset dir="${basedir}/generated-sources/thrift/gen-javabean" />
|
||||
</copy>
|
||||
<delete dir="${basedir}/generated-sources" />
|
||||
</tasks>
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
<goal>run</goal>
|
||||
|
||||
+1
-1
@@ -1,3 +1,3 @@
|
||||
#windows
|
||||
thrift.executable.property=${basedir}/src/compiler/thrift-0.9.1
|
||||
thrift.executable.property=${basedir}/src/compiler/windows/thrift-0.9.1
|
||||
#thrift.executable.property=/Users/netspider/Documents/workspace_pinpoint/pinpoint-testbed/thrift-0.8.0/compiler/cpp/thrift
|
||||
|
||||
Reference in New Issue
Block a user