Jörn Kottmann wrote:
> Why did you check in the user guide as PDF ?
Looks like a mistake to me - I agree that it should not be in SVN.  I'll
remove it.

-Marshall

>
> Jörn
>
> sc...@apache.org wrote:
>> Author: schor
>> Date: Mon Aug 24 14:53:26 2009
>> New Revision: 807253
>>
>> URL: http://svn.apache.org/viewvc?rev=807253&view=rev
>> Log:
>> [UIMA-1501]
>>
>> Added:
>>     incubator/uima/sandbox/trunk/Lucas/DISCLAIMER
>>     incubator/uima/sandbox/trunk/Lucas/doc/
>>     incubator/uima/sandbox/trunk/Lucas/doc/pdf/
>>    
>> incubator/uima/sandbox/trunk/Lucas/doc/pdf/LuceneCASConsumerUserGuide.pdf  
>> (with props)
>> Modified:
>>     incubator/uima/sandbox/trunk/Lucas/pom.xml
>>
>> Added: incubator/uima/sandbox/trunk/Lucas/DISCLAIMER
>> URL:
>> http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Lucas/DISCLAIMER?rev=807253&view=auto
>>
>> ==============================================================================
>>
>> --- incubator/uima/sandbox/trunk/Lucas/DISCLAIMER (added)
>> +++ incubator/uima/sandbox/trunk/Lucas/DISCLAIMER Mon Aug 24 14:53:26
>> 2009
>> @@ -0,0 +1,7 @@
>> +Apache UIMA is an effort undergoing incubation at The Apache Software
>> +Foundation (ASF). Incubation is required of all newly accepted projects
>> +until a further review indicates that the infrastructure,
>> communications,
>> +and decision making process have stabilized in a manner consistent with
>> +other successful ASF projects. While incubation status is not
>> necessarily
>> +a reflection of the completeness or stability of the code, it does
>> +indicate that the project has yet to be fully endorsed by the ASF.
>>
>> Added:
>> incubator/uima/sandbox/trunk/Lucas/doc/pdf/LuceneCASConsumerUserGuide.pdf
>>
>> URL:
>> http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Lucas/doc/pdf/LuceneCASConsumerUserGuide.pdf?rev=807253&view=auto
>>
>> ==============================================================================
>>
>> Binary file - no diff available.
>>
>> Propchange:
>> incubator/uima/sandbox/trunk/Lucas/doc/pdf/LuceneCASConsumerUserGuide.pdf
>>
>> ------------------------------------------------------------------------------
>>
>>     svn:mime-type = application/octet-stream
>>
>> Modified: incubator/uima/sandbox/trunk/Lucas/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Lucas/pom.xml?rev=807253&r1=807252&r2=807253&view=diff
>>
>> ==============================================================================
>>
>> --- incubator/uima/sandbox/trunk/Lucas/pom.xml (original)
>> +++ incubator/uima/sandbox/trunk/Lucas/pom.xml Mon Aug 24 14:53:26 2009
>> @@ -28,29 +28,20 @@
>>      <name>Apache UIMA - Lucene CAS Indexer</name>
>>      <version>2.3.0-incubating-SNAPSHOT</version>
>>      <description>Writes information contained in CAS objects to
>> fields of a Lucene search index; mapping is done in a mapping
>> file.</description>
>> -    <url>http://incubator.apache.org/uima</url>
>> -    <licenses>
>> -        <license>
>> -            <name>The Apache Software License, Version 2.0</name>
>> -            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
>> -            <distribution>repo</distribution>
>> -        </license>
>> -    </licenses>
>> -    <scm>
>> -        <url>http://svn.apache.org/viewvc/incubator/uima</url>
>> -    </scm>
>> +  +  <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>
>> +
>>      <properties>
>>          <componentId>LuceneCASIndexer</componentId>
>> -    </properties>
>> +    </properties>
>> +       <build>
>>          <plugins>
>> -            <plugin>
>> -                <artifactId>maven-compiler-plugin</artifactId>
>> -                <configuration>
>> -                    <source>1.5</source>
>> -                    <target>1.5</target>
>> -                </configuration>
>> -            </plugin>
>>              <plugin>
>>                  <groupId>org.apache.maven.plugins</groupId>
>>                  <artifactId>maven-source-plugin</artifactId>
>> @@ -189,7 +180,6 @@
>>              <plugin>
>>                  <groupId>org.apache.uima</groupId>
>>                  <artifactId>PearPackagingMavenPlugin</artifactId>
>> -                <version>2.3.0-incubating-SNAPSHOT</version>
>>                  <extensions>true</extensions>
>>                  <executions>
>>                      <execution>
>> @@ -216,18 +206,9 @@
>>                      </execution>
>>                  </executions>
>>              </plugin>
>> -            <plugin>
>> -                <groupId>org.apache.maven.plugins</groupId>
>> -                <artifactId>maven-compiler-plugin</artifactId>
>> -
>> -                <configuration>
>> -                    <source>1.5</source>
>> -                    <target>1.5</target>
>> -                </configuration>
>> -
>> -            </plugin>
>>          </plugins>
>>      </build>
>> +       <dependencies>
>>          <dependency>
>>              <groupId>org.apache.lucene</groupId>
>> @@ -247,8 +228,6 @@
>>          <dependency>
>>              <groupId>org.apache.uima</groupId>
>>              <artifactId>uimaj-core</artifactId>
>> -            <version>2.3.0-incubating-SNAPSHOT</version>
>> -            <scope>compile</scope>
>>          </dependency>
>>          <dependency>
>>              <groupId>org.easymock</groupId>
>>
>>
>>   
>
>
>

Reply via email to