Author: pkluegl Date: Mon Apr 29 13:04:14 2013 New Revision: 1477029 URL: http://svn.apache.org/r1477029 Log: UIMA-2850 - renamed artifact ids, poms' content and some notice files
Modified: uima/sandbox/ruta/trunk/NOTICE uima/sandbox/ruta/trunk/README uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml uima/sandbox/ruta/trunk/pom.xml uima/sandbox/ruta/trunk/ruta-core/pom.xml uima/sandbox/ruta/trunk/ruta-docbook/pom.xml uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml uima/sandbox/ruta/trunk/ruta-parent/pom.xml uima/sandbox/ruta/trunk/src/main/assembly/bin.xml uima/sandbox/ruta/trunk/src/main/readme/NOTICE Modified: uima/sandbox/ruta/trunk/NOTICE URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/NOTICE?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/NOTICE (original) +++ uima/sandbox/ruta/trunk/NOTICE Mon Apr 29 13:04:14 2013 @@ -1,10 +1,10 @@ -Apache UIMA TextMarker +Apache UIMA Ruta Copyright 2006, 2013 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -Portions of TextMarker were originally developed by +Portions of UIMA Ruta were originally developed by the Universität Würzburg. Copyright (c) 2006, 2011 Universität Würzburg. Modified: uima/sandbox/ruta/trunk/README URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/README?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/README (original) +++ uima/sandbox/ruta/trunk/README Mon Apr 29 13:04:14 2013 @@ -1,5 +1,5 @@ -Apache UIMA TextMarker v2.0.0 +Apache UIMA Ruta v2.0.1 ------------------------------------------------------------------------- Building from the Source Distribution @@ -8,7 +8,7 @@ Building from the Source Distribution We use Maven 3.0 or later for building; download this if needed, and set the environment variable MAVEN_OPTS to -Xmx800m -XX:MaxPerSize=256m. -Then do the build by going into the TextMarker directory, and issuing the command +Then do the build by going into the UIMA Ruta directory, and issuing the command mvn clean install This builds everything except the ...source-release.zip file. If you want that, @@ -26,7 +26,7 @@ If Eclipse is closed while an opened CAS when Eclipse is started with the same workspace. There is a workaround: -- remove either the plugin org.apache.uima.textmarker.ide or +- remove either the plugin org.apache.uima.ruta.ide or the plugin org.apache.uima.caseditor from the plugins folder of your Eclipse installation - start Eclipse - close the CAS Editor @@ -38,8 +38,8 @@ There is a workaround: ------------------------------------- -If you use the uimaFIT JCasGenPomFriendly in Maven and want to use TextMarker -as a standalone annotator you have to exclude the generated TextMarker basic +If you use the uimaFIT JCasGenPomFriendly in Maven and want to use UIMA Ruta +as a standalone annotator you have to exclude the generated UIMA Ruta basic type files from the build, e.g., by adding: <plugin> @@ -48,7 +48,7 @@ type files from the build, e.g., by addi <version>3.0</version> <configuration> <excludes> - <exclude>org/apache/uima/textmarker/type/*.java</exclude> + <exclude>org/apache/uima/ruta/type/*.java</exclude> </excludes> </configuration> </plugin> Modified: uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml (original) +++ uima/sandbox/ruta/trunk/example-projects/ruta-ep-example-extensions/pom.xml Mon Apr 29 13:04:14 2013 @@ -20,26 +20,26 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-ep-example-extensions</artifactId> + <artifactId>ruta-ep-example-extensions</artifactId> <version>2.0.1-SNAPSHOT</version> <name>Example for language extensions</name> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <url>${uimaWebsiteUrl}</url> <dependencies> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-core</artifactId> + <artifactId>ruta-core</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-ide</artifactId> + <artifactId>ruta-ep-ide</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> @@ -71,7 +71,7 @@ <build> <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention --> - <finalName>org.apache.uima.textmarker.example.extensions_${parsedVersion.osgiVersion}</finalName> + <finalName>org.apache.uima.ruta.example.extensions_${parsedVersion.osgiVersion}</finalName> <pluginManagement> <plugins> <plugin> @@ -104,23 +104,23 @@ <instructions> <_nouses>true</_nouses> <_exportcontents> - org.apache.uima.textmarker.example.extensions + org.apache.uima.ruta.example.extensions </_exportcontents> <Require-Bundle> org.apache.uima.runtime, - org.apache.uima.textmarker.engine, - org.apache.uima.textmarker.ide, + org.apache.uima.ruta.engine, + org.apache.uima.ruta.ide, org.eclipse.dltk.core;bundle-version="[3.0.0,5.0.0)" </Require-Bundle> <Import-Package> </Import-Package> - <Bundle-SymbolicName>org.apache.uima.textmarker.example.extensions;singleton:=true</Bundle-SymbolicName> + <Bundle-SymbolicName>org.apache.uima.ruta.example.extensions;singleton:=true</Bundle-SymbolicName> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> <Eclipse-ExtensibleAPI>true</Eclipse-ExtensibleAPI> <!-- <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> --> <Eclipse-BuddyPolicy>registered</Eclipse-BuddyPolicy> - <Eclipse-RegisterBuddy>org.apache.uima.runtime,org.apache.uima.textmarker.engine</Eclipse-RegisterBuddy> + <Eclipse-RegisterBuddy>org.apache.uima.runtime,org.apache.uima.ruta.engine</Eclipse-RegisterBuddy> </instructions> </configuration> </execution> Modified: uima/sandbox/ruta/trunk/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/pom.xml (original) +++ uima/sandbox/ruta/trunk/pom.xml Mon Apr 29 13:04:14 2013 @@ -11,13 +11,13 @@ <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>textmarker-parent/pom.xml</relativePath> + <relativePath>ruta-parent/pom.xml</relativePath> </parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker</artifactId> + <artifactId>ruta</artifactId> <packaging>pom</packaging> <version>2.0.1-SNAPSHOT</version> <name>Apache UIMA TextMarker: ${project.artifactId}</name> @@ -39,57 +39,57 @@ elements from the chain of parent poms, if this is omitted. Keeping this a bit factored allows cutting/pasting the <scm> element, and just changing the following two properties --> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk</developerConnection> </scm> <!-- dependencies used during assembly --> <dependencies> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-core</artifactId> + <artifactId>ruta-core</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-addons</artifactId> + <artifactId>ruta-ep-addons</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-caseditor</artifactId> + <artifactId>ruta-ep-caseditor</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-engine</artifactId> + <artifactId>ruta-ep-engine</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-ide</artifactId> + <artifactId>ruta-ep-ide</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-textruler</artifactId> + <artifactId>ruta-ep-textruler</artifactId> <version>${project.version}</version> </dependency> </dependencies> <modules> - <module>textmarker-parent</module> - <module>textmarker-core</module> + <module>ruta-parent</module> + <module>ruta-core</module> - <module>textmarker-ep-engine</module> - <module>textmarker-ep-ide</module> - <module>textmarker-ep-caseditor</module> - <module>textmarker-ep-addons</module> - <module>textmarker-ep-textruler</module> + <module>ruta-ep-engine</module> + <module>ruta-ep-ide</module> + <module>ruta-ep-caseditor</module> + <module>ruta-ep-addons</module> + <module>ruta-ep-textruler</module> - <module>textmarker-docbook</module> - <module>textmarker-eclipse-feature</module> + <module>ruta-docbook</module> + <module>ruta-eclipse-feature</module> </modules> <build> <pluginManagement> Modified: uima/sandbox/ruta/trunk/ruta-core/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-core/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-core/pom.xml Mon Apr 29 13:04:14 2013 @@ -20,13 +20,13 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-core</artifactId> + <artifactId>ruta-core</artifactId> <version>2.0.1-SNAPSHOT</version> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <properties> <uimaScmProject>${project.artifactId}</uimaScmProject> @@ -82,7 +82,7 @@ <artifactId>commons-lang3</artifactId> <version>3.1</version> </dependency> - <!-- needed for textmarker-ep-ide - TODO this should be moved to engine?--> + <!-- needed for ruta-ep-ide - TODO this should be moved to engine?--> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> @@ -90,9 +90,9 @@ </dependency> </dependencies> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-core</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-core</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-core</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-core</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-core</developerConnection> </scm> <build> <pluginManagement> @@ -105,18 +105,18 @@ <id>default-cli</id> <configuration> <excludes> - <exclude>src/main/java/org/apache/uima/textmarker/type/*.java</exclude> <!-- jcasgen files --> - <exclude>src/main/antlr3/org/apache/uima/textmarker/parser/TextMarkerLexer.tokens</exclude> <!-- grammar tokens --> - <exclude>src/test/resources/org/apache/uima/textmarker/action/*.tm</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/*.txt</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/*.tm</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/action/*.*</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/condition/*.txt</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/condition/*.tm</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/seed/*.txt</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/seed/*.tm</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/engine/*.html</exclude> <!-- test data --> - <exclude>src/test/resources/org/apache/uima/textmarker/engine/*.tm</exclude> <!-- test data --> + <exclude>src/main/java/org/apache/uima/ruta/type/*.java</exclude> <!-- jcasgen files --> + <exclude>src/main/antlr3/org/apache/uima/ruta/parser/TextMarkerLexer.tokens</exclude> <!-- grammar tokens --> + <exclude>src/test/resources/org/apache/uima/ruta/action/*.tm</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/*.txt</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/*.tm</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/action/*.*</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/condition/*.txt</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/condition/*.tm</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/seed/*.txt</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/seed/*.tm</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/engine/*.html</exclude> <!-- test data --> + <exclude>src/test/resources/org/apache/uima/ruta/engine/*.tm</exclude> <!-- test data --> <exclude>issuesFixed/**</exclude> <!-- generated --> </excludes> </configuration> Modified: uima/sandbox/ruta/trunk/ruta-docbook/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-docbook/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-docbook/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-docbook/pom.xml Mon Apr 29 13:04:14 2013 @@ -19,24 +19,24 @@ --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-docbook</artifactId> + <artifactId>ruta-docbook</artifactId> <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <name>Apache UIMA TextMarker Documentation</name> <url>${uimaWebsiteUrl}</url> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-docbook</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-docbook</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-docbook</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-docbook</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-docbook</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-docbook</developerConnection> </scm> <properties> <uimaScmProject>${project.artifactId}</uimaScmProject> - <bookNameRoot>tools.textmarker.book</bookNameRoot> + <bookNameRoot>tools.ruta.book</bookNameRoot> </properties> </project> \ No newline at end of file Modified: uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml Mon Apr 29 13:04:14 2013 @@ -22,12 +22,12 @@ <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> - <artifactId>textmarker-eclipse-feature</artifactId> + <artifactId>ruta-eclipse-feature</artifactId> <version>2.0.1-SNAPSHOT</version> <name>Apache UIMA TextMarker Eclipse: ${project.artifactId}</name> @@ -45,13 +45,13 @@ element, and just changing the following two properties --> <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-feature + scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-feature </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-feature + scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-feature </developerConnection> <url> - http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-eclipse-feature + http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-feature </url> </scm> Modified: uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml Mon Apr 29 13:04:14 2013 @@ -27,7 +27,7 @@ <relativePath /> </parent> - <artifactId>textmarker-eclipse-update-site</artifactId> + <artifactId>ruta-eclipse-update-site</artifactId> <packaging>pom</packaging> <version>2.0.0</version> @@ -37,13 +37,13 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site + scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-update-site </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site + scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-update-site </developerConnection> <url> - http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-eclipse-update-site + http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-update-site </url> </scm> @@ -77,33 +77,33 @@ <artifactItems> <artifactItem> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-addons</artifactId> + <artifactId>ruta-ep-addons</artifactId> <version>${item-maven-release-version}</version> - <destFileName>org.apache.uima.textmarker.addons_${item-eclipse-release-version}.jar</destFileName> + <destFileName>org.apache.uima.ruta.addons_${item-eclipse-release-version}.jar</destFileName> </artifactItem> <artifactItem> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-caseditor</artifactId> + <artifactId>ruta-ep-caseditor</artifactId> <version>${item-maven-release-version}</version> - <destFileName>org.apache.uima.textmarker.caseditor_${item-eclipse-release-version}.jar</destFileName> + <destFileName>org.apache.uima.ruta.caseditor_${item-eclipse-release-version}.jar</destFileName> </artifactItem> <artifactItem> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-engine</artifactId> + <artifactId>ruta-ep-engine</artifactId> <version>${item-maven-release-version}</version> - <destFileName>org.apache.uima.textmarker.engine_${item-eclipse-release-version}.jar</destFileName> + <destFileName>org.apache.uima.ruta.engine_${item-eclipse-release-version}.jar</destFileName> </artifactItem> <artifactItem> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-ide</artifactId> + <artifactId>ruta-ep-ide</artifactId> <version>${item-maven-release-version}</version> - <destFileName>org.apache.uima.textmarker.ide_${item-eclipse-release-version}.jar</destFileName> + <destFileName>org.apache.uima.ruta.ide_${item-eclipse-release-version}.jar</destFileName> </artifactItem> <artifactItem> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-textruler</artifactId> + <artifactId>ruta-ep-textruler</artifactId> <version>${item-maven-release-version}</version> - <destFileName>org.apache.uima.textmarker.textruler_${item-eclipse-release-version}.jar</destFileName> + <destFileName>org.apache.uima.ruta.textruler_${item-eclipse-release-version}.jar</destFileName> </artifactItem> </artifactItems> <outputDirectory>${eclipseUpdateSite}/plugins</outputDirectory> @@ -121,9 +121,9 @@ <artifactItems> <artifactItem> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-eclipse-feature</artifactId> + <artifactId>ruta-eclipse-feature</artifactId> <version>${item-maven-release-version}</version> - <destFileName>org.apache.uima.textmarker.feature_${item-eclipse-release-version}.jar</destFileName> + <destFileName>org.apache.uima.ruta.feature_${item-eclipse-release-version}.jar</destFileName> </artifactItem> </artifactItems> <outputDirectory>${eclipseUpdateSite}/features</outputDirectory> @@ -192,7 +192,7 @@ <arg line="-application org.eclipse.equinox.p2.publisher.CategoryPublisher" /> <arg line="-metadataRepository file://${eclipseUpdateSite}" /> <arg line="-categoryDefinition file://${basedir}/category.xml" /> - <arg line="-categoryQualifier apache-uima-textmarker" /> + <arg line="-categoryQualifier apache-uima-ruta" /> <arg line="-compress"/> </java> Modified: uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml Mon Apr 29 13:04:14 2013 @@ -19,13 +19,13 @@ --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-ep-addons</artifactId> + <artifactId>ruta-ep-addons</artifactId> <version>2.0.1-SNAPSHOT</version> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <properties> <uimaScmProject>${project.artifactId}</uimaScmProject> @@ -41,7 +41,7 @@ </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-caseditor</artifactId> + <artifactId>ruta-ep-caseditor</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> @@ -51,12 +51,12 @@ </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-engine</artifactId> + <artifactId>ruta-ep-engine</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-ide</artifactId> + <artifactId>ruta-ep-ide</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> @@ -156,13 +156,13 @@ </dependency> </dependencies> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-addons</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-addons</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-addons</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-addons</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-addons</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-addons</developerConnection> </scm> <build> <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention --> - <finalName>org.apache.uima.textmarker.addons_${parsedVersion.osgiVersion}</finalName> + <finalName>org.apache.uima.ruta.addons_${parsedVersion.osgiVersion}</finalName> <resources> <resource> <directory>.</directory> @@ -209,20 +209,20 @@ <id>uima-bundle</id> <configuration> <instructions> - <Bundle-SymbolicName>org.apache.uima.textmarker.addons;singleton:=true</Bundle-SymbolicName> - <Bundle-Activator>org.apache.uima.textmarker.addons.TextMarkerAddonsPlugin</Bundle-Activator> + <Bundle-SymbolicName>org.apache.uima.ruta.addons;singleton:=true</Bundle-SymbolicName> + <Bundle-Activator>org.apache.uima.ruta.addons.TextMarkerAddonsPlugin</Bundle-Activator> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> <Export-Package> - org.apache.uima.textmarker.* + org.apache.uima.ruta.* </Export-Package> <Require-Bundle> org.eclipse.ui, org.eclipse.core.runtime, org.apache.uima.runtime, - org.apache.uima.textmarker.engine;bundle-version="1.0.0", + org.apache.uima.ruta.engine;bundle-version="1.0.0", org.eclipse.core.resources, - org.apache.uima.textmarker.ide;bundle-version="1.0.0", + org.apache.uima.ruta.ide;bundle-version="1.0.0", org.eclipse.ui.ide, org.eclipse.dltk.core;bundle-version="[3.0.0,5.0.0)", org.eclipse.jface.text, @@ -231,7 +231,7 @@ org.eclipse.dltk.launching;bundle-version="[3.0.0,5.0.0)", org.eclipse.debug.ui;bundle-version="3.5.0", org.apache.uima.caseditor;bundle-version="2.4.0", - org.apache.uima.textmarker.caseditor;bundle-version="1.0.0", + org.apache.uima.ruta.caseditor;bundle-version="1.0.0", org.apache.uima.caseditor.ide;bundle-version="2.4.0", org.junit4;bundle-version="4.5.0";resolution:=optional </Require-Bundle> Modified: uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml Mon Apr 29 13:04:14 2013 @@ -19,13 +19,13 @@ --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-ep-caseditor</artifactId> + <artifactId>ruta-ep-caseditor</artifactId> <version>2.0.1-SNAPSHOT</version> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <properties> <uimaScmProject>${project.artifactId}</uimaScmProject> @@ -34,9 +34,9 @@ <url>${uimaWebsiteUrl}</url> <description>Provides additional views for the CAS Editor</description> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-caseditor</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-caseditor</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-caseditor</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-caseditor</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-caseditor</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-caseditor</developerConnection> </scm> <dependencies> <dependency> @@ -101,7 +101,7 @@ <build> <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention --> - <finalName>org.apache.uima.textmarker.caseditor_${parsedVersion.osgiVersion}</finalName> + <finalName>org.apache.uima.ruta.caseditor_${parsedVersion.osgiVersion}</finalName> <resources> <resource> <directory>.</directory> @@ -148,12 +148,12 @@ <id>uima-bundle</id> <configuration> <instructions> - <Bundle-SymbolicName>org.apache.uima.textmarker.caseditor;singleton:=true</Bundle-SymbolicName> - <Bundle-Activator>org.apache.uima.textmarker.caseditor.TextMarkerCasEditorPlugin</Bundle-Activator> + <Bundle-SymbolicName>org.apache.uima.ruta.caseditor;singleton:=true</Bundle-SymbolicName> + <Bundle-Activator>org.apache.uima.ruta.caseditor.TextMarkerCasEditorPlugin</Bundle-Activator> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> <Export-Package> - org.apache.uima.textmarker.caseditor.* + org.apache.uima.ruta.caseditor.* </Export-Package> <Require-Bundle> org.eclipse.jface.text, Modified: uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml Mon Apr 29 13:04:14 2013 @@ -20,13 +20,13 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-ep-engine</artifactId> + <artifactId>ruta-ep-engine</artifactId> <version>2.0.1-SNAPSHOT</version> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <properties> <postNoticeText>${uniWueNoticeText} @@ -47,19 +47,19 @@ licensed under the Common Public License <scope>compile</scope> </dependency> --> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-core</artifactId> + <artifactId>ruta-core</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> </dependencies> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-engine</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-engine</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-engine</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-engine</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-engine</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-engine</developerConnection> </scm> <build> <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention --> - <finalName>org.apache.uima.textmarker.engine_${parsedVersion.osgiVersion}</finalName> + <finalName>org.apache.uima.ruta.engine_${parsedVersion.osgiVersion}</finalName> <pluginManagement> <plugins> <plugin> @@ -116,28 +116,28 @@ licensed under the Common Public License <configuration> <instructions> <_nouses>true</_nouses> - <_exportcontents>org.apache.uima.textmarker, - org.apache.uima.textmarker.action, - org.apache.uima.textmarker.condition, - org.apache.uima.textmarker.constraint, - org.apache.uima.textmarker.engine, - org.apache.uima.textmarker.expression, - org.apache.uima.textmarker.expression.bool, - org.apache.uima.textmarker.expression.list, - org.apache.uima.textmarker.expression.number, - org.apache.uima.textmarker.expression.resource, - org.apache.uima.textmarker.expression.string, - org.apache.uima.textmarker.expression.type, - org.apache.uima.textmarker.extensions, - org.apache.uima.textmarker.parser, - org.apache.uima.textmarker.resource, - org.apache.uima.textmarker.rule, - org.apache.uima.textmarker.rule.quantifier, - org.apache.uima.textmarker.seed, - org.apache.uima.textmarker.type, - org.apache.uima.textmarker.utils, - org.apache.uima.textmarker.verbalize, - org.apache.uima.textmarker.visitor, + <_exportcontents>org.apache.uima.ruta, + org.apache.uima.ruta.action, + org.apache.uima.ruta.condition, + org.apache.uima.ruta.constraint, + org.apache.uima.ruta.engine, + org.apache.uima.ruta.expression, + org.apache.uima.ruta.expression.bool, + org.apache.uima.ruta.expression.list, + org.apache.uima.ruta.expression.number, + org.apache.uima.ruta.expression.resource, + org.apache.uima.ruta.expression.string, + org.apache.uima.ruta.expression.type, + org.apache.uima.ruta.extensions, + org.apache.uima.ruta.parser, + org.apache.uima.ruta.resource, + org.apache.uima.ruta.rule, + org.apache.uima.ruta.rule.quantifier, + org.apache.uima.ruta.seed, + org.apache.uima.ruta.type, + org.apache.uima.ruta.utils, + org.apache.uima.ruta.verbalize, + org.apache.uima.ruta.visitor, org.antlr.runtime, org.antlr.runtime.debug, org.antlr.runtime.misc, @@ -159,7 +159,7 @@ licensed under the Common Public License </Import-Package> <Embed-Dependency>*;scope=compile;inline=true</Embed-Dependency> - <Bundle-SymbolicName>org.apache.uima.textmarker.engine;singleton:=true</Bundle-SymbolicName> + <Bundle-SymbolicName>org.apache.uima.ruta.engine;singleton:=true</Bundle-SymbolicName> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Eclipse-ExtensibleAPI>true</Eclipse-ExtensibleAPI> <!-- <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> --> Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml Mon Apr 29 13:04:14 2013 @@ -20,13 +20,13 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-ep-ide</artifactId> + <artifactId>ruta-ep-ide</artifactId> <version>2.0.1-SNAPSHOT</version> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <properties> <uimaScmProject>${project.artifactId}</uimaScmProject> @@ -219,7 +219,7 @@ </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-core</artifactId> + <artifactId>ruta-core</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> @@ -230,13 +230,13 @@ </dependency> </dependencies> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-ide</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-ide</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-ide</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-ide</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-ide</developerConnection> </scm> <build> <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention --> - <finalName>org.apache.uima.textmarker.ide_${parsedVersion.osgiVersion}</finalName> + <finalName>org.apache.uima.ruta.ide_${parsedVersion.osgiVersion}</finalName> <resources> <resource> <directory>.</directory> @@ -265,13 +265,13 @@ <excludes> <exclude>release.properties</exclude> <!-- release generated artifact --> <exclude>marker-file-identifying-*</exclude> - <exclude>src/main/antlr3/org/apache/uima/textmarker/ide/core/parser/TextMarkerLexer.tokens</exclude> <!-- grammar tokens --> - <exclude>src/main/antlr3/org/apache/uima/textmarker/ide/core/parser/TextMarkerParser.tokens</exclude> <!-- grammar tokens --> - <exclude>src/main/resources/org/apache/uima/textmarker/ide/formatter/*.tm</exclude> <!-- preview file --> - <exclude>src/main/resources/org/apache/uima/textmarker/ide/formatter/preferences/*.tm</exclude> <!-- preview file --> - <exclude>src/main/resources/org/apache/uima/textmarker/ide/launching/*.tm</exclude> <!-- preview file --> - <exclude>src/main/resources/org/apache/uima/textmarker/ide/ui/documentation/*.html</exclude> <!-- hover documentation --> - <exclude>src/main/resources/org/apache/uima/textmarker/ide/ui/preferences/*.txt</exclude> <!-- preview file --> + <exclude>src/main/antlr3/org/apache/uima/ruta/ide/core/parser/TextMarkerLexer.tokens</exclude> <!-- grammar tokens --> + <exclude>src/main/antlr3/org/apache/uima/ruta/ide/core/parser/TextMarkerParser.tokens</exclude> <!-- grammar tokens --> + <exclude>src/main/resources/org/apache/uima/ruta/ide/formatter/*.tm</exclude> <!-- preview file --> + <exclude>src/main/resources/org/apache/uima/ruta/ide/formatter/preferences/*.tm</exclude> <!-- preview file --> + <exclude>src/main/resources/org/apache/uima/ruta/ide/launching/*.tm</exclude> <!-- preview file --> + <exclude>src/main/resources/org/apache/uima/ruta/ide/ui/documentation/*.html</exclude> <!-- hover documentation --> + <exclude>src/main/resources/org/apache/uima/ruta/ide/ui/preferences/*.txt</exclude> <!-- preview file --> <exclude>issuesFixed/**</exclude> </excludes> </configuration> @@ -324,17 +324,17 @@ <id>uima-bundle</id> <configuration> <instructions> - <Bundle-SymbolicName>org.apache.uima.textmarker.ide;singleton:=true</Bundle-SymbolicName> - <Bundle-Activator>org.apache.uima.textmarker.ide.TextMarkerIdePlugin</Bundle-Activator> + <Bundle-SymbolicName>org.apache.uima.ruta.ide;singleton:=true</Bundle-SymbolicName> + <Bundle-Activator>org.apache.uima.ruta.ide.TextMarkerIdePlugin</Bundle-Activator> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> <_nouses>true</_nouses> <Export-Package> - org.apache.uima.textmarker.ide.* + org.apache.uima.ruta.ide.* </Export-Package> <Require-Bundle> org.apache.uima.runtime, - org.apache.uima.textmarker.engine, + org.apache.uima.ruta.engine, org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.ui, Modified: uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml Mon Apr 29 13:04:14 2013 @@ -19,13 +19,13 @@ --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <artifactId>textmarker-ep-textruler</artifactId> + <artifactId>ruta-ep-textruler</artifactId> <version>2.0.1-SNAPSHOT</version> <parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <version>2.0.1-SNAPSHOT</version> - <relativePath>../textmarker-parent/pom.xml</relativePath> + <relativePath>../ruta-parent/pom.xml</relativePath> </parent> <properties> <uimaScmProject>${project.artifactId}</uimaScmProject> @@ -36,13 +36,13 @@ <dependencies> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-core</artifactId> + <artifactId>ruta-core</artifactId> <version>${project.parent.version}</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-ep-ide</artifactId> + <artifactId>ruta-ep-ide</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> @@ -143,13 +143,13 @@ </dependency> </dependencies> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-ep-textruler</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-textruler</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-ep-textruler</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-textruler</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-textruler</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-textruler</developerConnection> </scm> <build> <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention --> - <finalName>org.apache.uima.textmarker.textruler_${parsedVersion.osgiVersion}</finalName> + <finalName>org.apache.uima.ruta.textruler_${parsedVersion.osgiVersion}</finalName> <resources> <resource> <directory>.</directory> @@ -195,18 +195,18 @@ <id>uima-bundle</id> <configuration> <instructions> - <Bundle-SymbolicName>org.apache.uima.textmarker.textruler;singleton:=true</Bundle-SymbolicName> - <Bundle-Activator>org.apache.uima.textmarker.textruler.TextRulerPlugin</Bundle-Activator> + <Bundle-SymbolicName>org.apache.uima.ruta.textruler;singleton:=true</Bundle-SymbolicName> + <Bundle-Activator>org.apache.uima.ruta.textruler.TextRulerPlugin</Bundle-Activator> <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment> <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy> <_nouses>true</_nouses> <Export-Package> - org.apache.uima.textmarker.textruler.* + org.apache.uima.ruta.textruler.* </Export-Package> <Require-Bundle> org.apache.uima.runtime, - org.apache.uima.textmarker.ide, - org.apache.uima.textmarker.engine, + org.apache.uima.ruta.ide, + org.apache.uima.ruta.engine, org.eclipse.core.runtime, org.eclipse.core.resources, org.eclipse.ui, Modified: uima/sandbox/ruta/trunk/ruta-parent/pom.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-parent/pom.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/ruta-parent/pom.xml (original) +++ uima/sandbox/ruta/trunk/ruta-parent/pom.xml Mon Apr 29 13:04:14 2013 @@ -29,13 +29,13 @@ </parent> <groupId>org.apache.uima</groupId> - <artifactId>textmarker-parent</artifactId> + <artifactId>ruta-parent</artifactId> <packaging>pom</packaging> <version>2.0.1-SNAPSHOT</version> - <name>Apache UIMA TextMarker: ${project.artifactId}</name> + <name>Apache UIMA Ruta: ${project.artifactId}</name> <url>${uimaWebsiteUrl}</url> - <description>The common parent pom for the UIMA TextMarker</description> + <description>The common parent pom for the UIMA Ruta</description> <!-- Special inheritance note even though the <scm> element that follows is exactly the @@ -46,9 +46,9 @@ Keeping this a bit factored allows cutting/pasting the <scm> element, and just changing the following two properties --> <scm> - <url>http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-parent</url> - <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-parent</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/textmarker/trunk/textmarker-parent</developerConnection> + <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-parent</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-parent</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-parent</developerConnection> </scm> <!-- The repositories and pluginRepositories section is duplicated from the parent pom one, and adds @@ -100,7 +100,7 @@ </releases> </repository> - <!-- Temporary repository that contains osgi bundles like DLTK 3.0. Added to ease building the TextMarker + <!-- Temporary repository that contains osgi bundles like DLTK 3.0. Added to ease building the UIMA Ruta Eclipse plugins that depend on bundles, which are not provided by public maven repositories. --> <repository> <id>ukp-osgi-releases</id> @@ -127,7 +127,7 @@ </pluginRepositories> <properties> - <uniWueNoticeText>Portions of TextMarker were originally developed by + <uniWueNoticeText>Portions of UIMA Ruta were originally developed by the Universität Würzburg. Copyright (c) 2006, 2011 Universität Würzburg. </uniWueNoticeText> Modified: uima/sandbox/ruta/trunk/src/main/assembly/bin.xml URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/src/main/assembly/bin.xml?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/src/main/assembly/bin.xml (original) +++ uima/sandbox/ruta/trunk/src/main/assembly/bin.xml Mon Apr 29 13:04:14 2013 @@ -26,13 +26,13 @@ under the License. <includeBaseDirectory>true</includeBaseDirectory> - <baseDirectory>apache-uima-textmarker-${project.version}</baseDirectory> + <baseDirectory>apache-uima-ruta-${project.version}</baseDirectory> <!-- Copy each core binary into the /lib dir of the distribution --> <dependencySets> <dependencySet> <includes> - <include>org.apache.uima:textmarker-core</include> + <include>org.apache.uima:ruta-core</include> </includes> <unpack>false</unpack> <scope>runtime</scope> @@ -46,11 +46,11 @@ under the License. <!-- Copy each eclipse plugin into the /eclipsePlugins dir of the distribution --> <dependencySet> <includes> - <include>org.apache.uima:textmarker-ep-addons</include> - <include>org.apache.uima:textmarker-ep-caseditor</include> - <include>org.apache.uima:textmarker-ep-engine</include> - <include>org.apache.uima:textmarker-ep-ide</include> - <include>org.apache.uima:textmarker-ep-textruler</include> + <include>org.apache.uima:ruta-ep-addons</include> + <include>org.apache.uima:ruta-ep-caseditor</include> + <include>org.apache.uima:ruta-ep-engine</include> + <include>org.apache.uima:ruta-ep-ide</include> + <include>org.apache.uima:ruta-ep-textruler</include> </includes> <unpack>false</unpack> <scope>runtime</scope> @@ -90,7 +90,7 @@ under the License. <!-- docbooks --> <fileSet> - <directory>textmarker-docbook/target/site/</directory> + <directory>ruta-docbook/target/site/</directory> <outputDirectory>docs</outputDirectory> <fileMode>644</fileMode> <directoryMode>755</directoryMode> Modified: uima/sandbox/ruta/trunk/src/main/readme/NOTICE URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/src/main/readme/NOTICE?rev=1477029&r1=1477028&r2=1477029&view=diff ============================================================================== --- uima/sandbox/ruta/trunk/src/main/readme/NOTICE (original) +++ uima/sandbox/ruta/trunk/src/main/readme/NOTICE Mon Apr 29 13:04:14 2013 @@ -1,10 +1,10 @@ -Apache UIMA TextMarker +Apache UIMA Ruta Copyright 2006, 2013 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -Portions of TextMarker were originally developed by +Portions of UIMA Ruta were originally developed by the Universität Würzburg. Copyright (c) 2006, 2011 Universität Würzburg.