sweet thanks cory

On 3-Nov-06, at 12:58 PM, Cory Horner wrote:

> Cory Horner wrote:
>
>> Jesse Eichar wrote:
>>
>>> I'm on a Mac and obviously epsg-access won't compile.  Could I  
>>> make a  profile or something so it is ignored if I build in a  
>>> given profile?
>>>
> Ok... i've commited a change to the plugin trunk pom.xml r22590
>
> Feel free to port to 2.2.x, 2.3.x...
>
> Cheers,
> Cory.
>
> Modified: geotools/trunk/gt/modules/plugin/pom.xml
> ===================================================================
> --- geotools/trunk/gt/modules/plugin/pom.xml  2006-11-03 20:48:02  
> UTC (rev 22589)
> +++ geotools/trunk/gt/modules/plugin/pom.xml  2006-11-03 20:53:57  
> UTC (rev 22590)
> @@ -19,6 +19,30 @@
>     <version>2.4-SNAPSHOT</version>
>   </parent>
>   +  <profiles>
> +    <profile>
> +      <id>windows</id>
> +      <activation>
> +        <os>
> +          <family>windows</family>
> +        </os>
> +      </activation>
> +      <modules>
> +        <module>epsg-access</module>      +      </modules>
> +    </profile>
> +    <profile>
> +      <id>unix</id>
> +      <activation>
> +        <os>
> +          <family>unix</family>
> +        </os>
> +      </activation>
> +      <modules>
> +        <module>epsg-access</module>      +      </modules>
> +    </profile>
> +  </profiles>
>   <!-- =========================================================== -->
>   <!--     Module Description                                      -->
> @@ -54,7 +78,6 @@
>   <!-- =========================================================== -->
>   <modules>
>     <module>arcgrid</module>
> -    <module>epsg-access</module>
>     <module>epsg-hsql</module>
>     <module>epsg-postgresql</module>
>     <module>epsg-wkt</module>
>
>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to