Skip to content

Commit

Permalink
Adopt to recent naming standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
johann-petrak committed Jun 26, 2017
1 parent 960b406 commit 81e21bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<project name="VirtualCorpus" basedir="." default="jar">
<project name="gateplugin-VirtualCorpus" basedir="." default="jar">

<property file="build.properties" />

<!-- Name of the plugin -->
<property name="plugin.name" value="VirtualCorpus"/>
<property name="plugin.name" value="gateplugin-VirtualCorpus"/>

<!-- Make environment variables available -->
<property environment="env" />
Expand Down
2 changes: 1 addition & 1 deletion creole.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DESCRIPTION="Virtual Corpus LRs for directories or JDBC databases"
HELPURL="http://code.google.com/p/gateplugin-virtualcorpus/"
>
<JAR SCAN="true">VirtualCorpus.jar</JAR>
<JAR SCAN="true">gateplugin-VirtualCorpus.jar</JAR>
<JAR>lib/mysql-connector-java-5.1.13-bin.jar</JAR>
<JAR>lib/h2-1.3.174.jar </JAR>
<JAR>lib/sqlitejdbc-v056.jar</JAR>
Expand Down
2 changes: 1 addition & 1 deletion makedist.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

name=VirtualCorpus
name=gateplugin-VirtualCorpus
tmpdir=/tmp
curdir=`pwd -P`
version=`perl -n -e 'if (/VERSION="([^"]+)"/) { print $1;}' < $curdir/creole.xml`
Expand Down

0 comments on commit 81e21bc

Please sign in to comment.