Skip to content

Commit

Permalink
rearranging build and plugin files
Browse files Browse the repository at this point in the history
  • Loading branch information
Slawomir Chodnicki committed Feb 5, 2011
1 parent f9bc95c commit 4dbe8a5
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 6 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
classes
bin
dist
.DS_Store
4 changes: 2 additions & 2 deletions build/INSTALLATION.txt → INSTALLATION.txt
@@ -1,4 +1,4 @@
To install the plugin simply copy the ExcelWriter folder
To install the plugin simply copy the Ruby folder
to the plugins/steps folder of your Kettle installation
and restart Kettle. The plugin should appear in the
"Output" section as "Excel Writer".
"Scripting" section as "Ruby Scripting".
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions build/build.xml → build.xml
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<project name="RubyStep 4.0" default="dist" basedir="..">
<project name="RubyStep 4.0" default="dist" basedir=".">
<description>
Build file for a Kettle plugin
</description>

<!-- you can use this file to set the kettle-dir property or change it directly below -->
<property file="build/local.properties" />
<property file="build.properties" />

<!-- change these to adapt to your environment -->
<property name="kettle-dir" location="your_kettle_4.x.x_dir_here"/>
Expand Down Expand Up @@ -67,7 +67,7 @@

<!-- Put the plugin.xml and icon into dist folder -->
<copy todir="${dist}">
<fileset dir="plugin" includes="*.*"/>
<fileset dir="plugin" includes="**/*.*"/>
</copy>
<!-- put the deps into lib subfolder -->
<mkdir dir="${dist}/lib" />
Expand Down
Binary file removed build/.DS_Store
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion plugin/plugin.xml
Expand Up @@ -2,7 +2,7 @@
<plugin

id="TypeExitRubyStep"
iconfile="icon.png"
iconfile="images/icon.png"
description="Ruby Scripting"
tooltip="Only there for demonstration purposes"
category="Scripting"
Expand Down

0 comments on commit 4dbe8a5

Please sign in to comment.