Skip to content

Commit

Permalink
Fixes #2 Coordinate System Operation Step Opening break
Browse files Browse the repository at this point in the history
And updates version number

Thanks to Miguel A. Manso for the bug report

Change-Id: I1cc36d959d14836f043c5326f5a5d2922379091a
cvagner committed Oct 13, 2015
1 parent 20647b5 commit 21dc0ee
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dxf/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs

<groupId>com.atolcd.gis</groupId>
<artifactId>dxf</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>AtolCD dxf</name>
7 changes: 4 additions & 3 deletions pentaho-gis-plugins/README.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ Building the plugins
Check out the project if you have not already done so :

git clone git://github.com/atolcd/pentaho-gis-plugins.git
cd pentaho-gis-plugins

Install Java, Maven and PDI 5.4.

@@ -24,7 +25,7 @@ To package the plugins, run the following commands from the base project directo
cd pentaho-gis-plugins
mvn clean assembly:assembly

The built package is target/pentaho-gis-plugins-1.0-SNAPSHOT-bin.zip (version can differ)
The built package is target/pentaho-gis-plugins-1.1-SNAPSHOT-bin.zip (version can differ)


***Integration with Eclipse***
@@ -60,8 +61,8 @@ Proceed in two steps : first use "Uninstall this plugin" then start a fresh inst
Extract the content of pentaho-gis-plugins-VERSION-bin.zip in ${PENTAHO_HOME}/plugins/steps.
Example of extraction from the root directory of the project :

wget https://github.com/atolcd/pentaho-gis-plugins/releases/download/v1.0-snapshot/pentaho-gis-plugins-1.0-SNAPSHOT-bin.zip
unzip pentaho-gis-plugins-1.0-SNAPSHOT-bin.zip -d ${PENTAHO_HOME}/plugins/steps
wget https://github.com/atolcd/pentaho-gis-plugins/releases/download/v1.1-snapshot/pentaho-gis-plugins-1.1-SNAPSHOT-bin.zip
unzip pentaho-gis-plugins-1.1-SNAPSHOT-bin.zip -d ${PENTAHO_HOME}/plugins/steps

To upgrade the plugin, delete files you added before and start a fresh installation.

8 changes: 4 additions & 4 deletions pentaho-gis-plugins/pom.xml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs

<groupId>com.atolcd.pentaho.di</groupId>
<artifactId>pentaho-gis-plugins</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Pentaho's Data Integrator GIS Plugins</name>
@@ -94,11 +94,11 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<version>1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<!--dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
</dependency>
</dependency-->
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxb-impl</artifactId>
@@ -182,7 +182,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
<dependency>
<groupId>com.atolcd.gis</groupId>
<artifactId>dxf</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>
</dependency>
<!-- In the local repository, kabeja is a dxf's dependency needed in final zip -->
<dependency>

0 comments on commit 21dc0ee

Please sign in to comment.