Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyepianzhou committed Aug 11, 2023
1 parent 822765c commit 5765d64
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 371 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/ci-cpp-build-centos7.yaml

This file was deleted.

128 changes: 0 additions & 128 deletions .github/workflows/ci-cpp-build-windows.yaml

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/ci-cpp.yaml

This file was deleted.

57 changes: 0 additions & 57 deletions .github/workflows/ci-python-build-3.9-client.yaml

This file was deleted.

1 change: 1 addition & 0 deletions pulsar-client-cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
under the License.
-->

# NOTICE

The Apache Pulsar C++ Client code now lives here: https://github.com/apache/pulsar-client-cpp
1 change: 1 addition & 0 deletions pulsar-client-cpp/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
under the License.
-->

# NOTICE

The Apache Pulsar Python Client code now lives here: https://github.com/apache/pulsar-client-python
26 changes: 0 additions & 26 deletions pulsar-functions/instance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,32 +204,6 @@

<build>
<plugins>
<!-- this task is used for copy all python files together to provide a instance directory
for running python instance -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<echo>building python instance</echo>
<mkdir dir="${basedir}/target/python-instance"/>
<copydir src="${basedir}/src/main/python" dest="${basedir}/target/python-instance"/>
<mkdir dir="${basedir}/target/python-instance/pulsar"/>
<copydir src="${basedir}/../../pulsar-client-cpp/python/pulsar"
dest="${basedir}/target/python-instance/pulsar"/>
<mkdir dir="${basedir}/target/python-instance/tests"/>
<copydir src="${basedir}/src/test/python" dest="${basedir}/target/python-instance/tests"/>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
Expand Down

0 comments on commit 5765d64

Please sign in to comment.