You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2009/08/20 16:40:04 UTC

svn commit: r806193 - in /incubator/uima/sandbox/trunk/BSFAnnotator: NOTICE.txt README.txt pom.xml

Author: schor
Date: Thu Aug 20 14:40:04 2009
New Revision: 806193

URL: http://svn.apache.org/viewvc?rev=806193&view=rev
Log:
[UIMA-1506] update notice, POM. Note: tests do not run - needs investigation

Modified:
    incubator/uima/sandbox/trunk/BSFAnnotator/NOTICE.txt
    incubator/uima/sandbox/trunk/BSFAnnotator/README.txt
    incubator/uima/sandbox/trunk/BSFAnnotator/pom.xml

Modified: incubator/uima/sandbox/trunk/BSFAnnotator/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/BSFAnnotator/NOTICE.txt?rev=806193&r1=806192&r2=806193&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/BSFAnnotator/NOTICE.txt (original)
+++ incubator/uima/sandbox/trunk/BSFAnnotator/NOTICE.txt Thu Aug 20 14:40:04 2009
@@ -14,5 +14,27 @@
       http://www.mozilla.org/rhino/, available under MPL 1.1/GPL 2.0 license.  Distributed here
       under the MPL 1.1, see LICENSE.txt.
       
+The Jar files in the /lib directory were obtained from, and are licensed as follows:
+ 
+   > bsf.jar: Apache 2 license; Comes from http://apache.crihan.fr/dist/jakarta/bsf/binaries/bsf-bin-2.4.0.zip
+
+   > bsh-1.3.0.jar: Dual licensed under both the SPL (Sun Public License) and LGPL => SPL is in the list of
+       acceptable licenses available here: http://www.apache.org/legal/3party.html
+       From http://www.beanshell.org/bsh-1.3.0.jar (also now
+            contains the bsh-bsf.jar classes)
+
+   > commons-logging-api-1.1.jar: Apache 2 license; Comes from
+     http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.1.zip
+
+   > js.jar Dual licensed under both the MPL 1.1 and GPL => MPL is in the list of
+       acceptable licenses available here: http://www.apache.org/legal/3party.html
+       From ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_6R7.zip
+
+   > log4j-1.2.15.jar Apache 2 license; Comes from
+       http://www.apache.org/dyn/closer.cgi/logging/log4j/1.2.15/apache-log4j-1.2.15.zip
+
+
+
+      
 
        

Modified: incubator/uima/sandbox/trunk/BSFAnnotator/README.txt
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/BSFAnnotator/README.txt?rev=806193&r1=806192&r2=806193&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/BSFAnnotator/README.txt (original)
+++ incubator/uima/sandbox/trunk/BSFAnnotator/README.txt Thu Aug 20 14:40:04 2009
@@ -2,6 +2,8 @@
 
 INTRODUCTION
 
+Note: This is the only documentation for this annotator at the moment.  Please feel free to add more!
+
 The BSFAnnotator component provides an UIMA annotator implementation that allow the use of a 
 BSF-supported scripting language to implement the initialize and process methods.  The annotator 
 has one mandatory parameter the 'SourceFile' that contains the script.  Have a look at the 

Modified: incubator/uima/sandbox/trunk/BSFAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/BSFAnnotator/pom.xml?rev=806193&r1=806192&r2=806193&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/BSFAnnotator/pom.xml (original)
+++ incubator/uima/sandbox/trunk/BSFAnnotator/pom.xml Thu Aug 20 14:40:04 2009
@@ -23,33 +23,29 @@
 	<groupId>org.apache.uima</groupId>
 	<artifactId>BSFAnnotator</artifactId>
 	<packaging>jar</packaging>
-	<version>2.3.0-incubating-SNAPSHOT</version>
+	<version>${uimaj-release-version}</version>
 	<name>Apache UIMA Java Annotator - BSFAnnotator</name>
 	<url>http://incubator.apache.org/uima</url>
+  
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uimaj</artifactId>
+    <version>2.3.0-incubating-SNAPSHOT</version> <!-- this comment is a flag for changeVersion -->
+    <relativePath>../uimaj</relativePath>
+  </parent>
+  
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-core</artifactId>
-			<version>2.3.0-incubating-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>PearPackagingMavenPlugin</artifactId>
-			<version>2.3.0-incubating-SNAPSHOT</version>
-			<scope>package</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-test-util</artifactId>
-			<version>2.3.0-incubating-SNAPSHOT</version>
-			<scope>compile</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimaj-component-test-util</artifactId>
-			<version>2.3.0-incubating-SNAPSHOT</version>
-			<scope>compile</scope>
 		</dependency>
 		<dependency>
 			<groupId>local.bsf.dependency</groupId>
@@ -63,14 +59,7 @@
 			<artifactId>beanshell</artifactId>
 			<version>2.0b4</version>
 			<scope>system</scope>
-			<systemPath>${basedir}/lib/bsh.jar</systemPath>
-		</dependency>
-		<dependency>
-			<groupId>local.bsf.dependency</groupId>
-			<artifactId>beanshell-bsf</artifactId>
-			<version>2.0b4</version>
-			<scope>system</scope>
-			<systemPath>${basedir}/lib/bsh-bsf.jar</systemPath>
+			<systemPath>${basedir}/lib/bsh-1.3.0.jar</systemPath>
 		</dependency>
 		<dependency>
 			<groupId>local.bsf.dependency</groupId>
@@ -93,8 +82,8 @@
 			<scope>system</scope>
 			<systemPath>${basedir}/lib/commons-logging-api-1.1.jar</systemPath>
 		</dependency>
-		
 	</dependencies>
+  
 	<build>
 		<finalName>uimaj-an-bsf</finalName>
 		<resources>
@@ -105,53 +94,5 @@
 				<directory>src/main/resources</directory>
 			</resource>
 		</resources>
-		<plugins>
-		<!-- 
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-				<executions>
-					<execution>
-						<phase>package</phase>
-						<configuration>
-							<tasks>
-								<ant antfile="build_documentation.xml" target="copyDocs"/>
-							</tasks>
-						</configuration>
-						<goals>
-							<goal>run</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
- 			<plugin>
-				<groupId>org.apache.uima</groupId>
-		  		<artifactId>PearPackagingMavenPlugin</artifactId>
-				<extensions>true</extensions>
-				<executions>
-					<execution>
-						<phase>package</phase>
-						<configuration>
-						  <classpath>$main_root/lib/jsr173_1.0_api.jar;$main_root/lib/xmltypes.jar;$main_root/lib/xbean.jar</classpath>
-						  <mainComponentDesc>desc/RegExAnnotator.xml</mainComponentDesc>
-						  <componentId>RegExAnnotator</componentId>
-						  <mainComponentDir>${basedir}</mainComponentDir>
-						  <targetDir>${basedir}/target</targetDir>
-						</configuration>
-						<goals>
-							<goal>package</goal>
-						</goals>
-					</execution>	
-				</executions>
-			</plugin>
-			 -->
-		</plugins>
 	</build>
-	<repositories>
-		<repository>
-			<id>ApacheIncubatorRepository</id>
-			<url>
-				http://people.apache.org/repo/m2-incubating-repository/
-			</url>
-		</repository>
-	</repositories>
 </project>