Skip to content

Commit 8ba4e8a

Browse files
authored
TIKA-4332 -- remove dotnet module
1 parent 245c62d commit 8ba4e8a

4 files changed

Lines changed: 2 additions & 337 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Release 4.0.0-BETA1 - ???
99

1010
* The tika-batch module has been removed (TIKA-4333).
1111

12+
* Removed the dotnet module (TIKA-4332).
13+
1214
OTHER CHANGES
1315

1416
* Fix concurrency bug in TikaToXMP (TIKA-4393)

tika-app/pom.xml

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
<name>Apache Tika application</name>
3434
<url>https://tika.apache.org/</url>
3535

36-
<properties>
37-
<ikvm>${env.IKVM_HOME}</ikvm>
38-
</properties>
3936

4037
<dependencies>
4138
<dependency>
@@ -180,78 +177,6 @@
180177
</plugins>
181178
</build>
182179

183-
<profiles>
184-
<profile>
185-
<id>ikvm</id>
186-
<activation>
187-
<file>
188-
<exists>${ikvm}/bin/ikvmc.exe</exists>
189-
</file>
190-
</activation>
191-
<build>
192-
<plugins>
193-
<plugin>
194-
<artifactId>maven-antrun-plugin</artifactId>
195-
<version>${maven.antrun.version}</version>
196-
<executions>
197-
<execution>
198-
<phase>package</phase>
199-
<goals>
200-
<goal>run</goal>
201-
</goals>
202-
<configuration>
203-
<target>
204-
<exec executable="${ikvm}/bin/ikvmc.exe">
205-
<arg value="-nowarn:0100" />
206-
<arg value="-nowarn:0105" />
207-
<arg value="-nowarn:0109" />
208-
<arg value="-nowarn:0111" />
209-
<arg value="-nowarn:0112" />
210-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Util.dll" />
211-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Charsets.dll" />
212-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Text.dll" />
213-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Core.dll" />
214-
<arg value="-reference:${ikvm}/bin/IKVM.AWT.WinForms.dll" />
215-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Media.dll" />
216-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Misc.dll" />
217-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.Security.dll" />
218-
<arg value="-reference:${ikvm}/bin/IKVM.OpenJDK.SwingAWT.dll" />
219-
<arg value="-target:library" />
220-
<arg value="-compressresources" />
221-
<arg value="-out:${project.build.directory}/${project.build.finalName}.dll" />
222-
<arg value="${project.build.directory}/${project.build.finalName}.jar" />
223-
</exec>
224-
</target>
225-
</configuration>
226-
</execution>
227-
</executions>
228-
</plugin>
229-
<plugin>
230-
<groupId>org.codehaus.mojo</groupId>
231-
<artifactId>build-helper-maven-plugin</artifactId>
232-
<version>3.6.1</version>
233-
<executions>
234-
<execution>
235-
<phase>package</phase>
236-
<goals>
237-
<goal>attach-artifact</goal>
238-
</goals>
239-
<configuration>
240-
<artifacts>
241-
<artifacts>
242-
<file>${project.build.directory}/${project.build.finalName}.dll</file>
243-
<type>dll</type>
244-
</artifacts>
245-
</artifacts>
246-
</configuration>
247-
</execution>
248-
</executions>
249-
</plugin>
250-
</plugins>
251-
</build>
252-
</profile>
253-
</profiles>
254-
255180
<organization>
256181
<name>The Apache Software Foundation</name>
257182
<url>http://www.apache.org</url>

tika-dotnet/pom.xml

Lines changed: 0 additions & 185 deletions
This file was deleted.

tika-dotnet/src/main/java/Tika/Tika.java

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)