Skip to content

Commit

Permalink
[SERVDEV-49] - First commit, based on pentaho-helloworld seed project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcarmo authored and graimundo committed Apr 23, 2014
0 parents commit 77723ee
Show file tree
Hide file tree
Showing 37 changed files with 1,307 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
@@ -0,0 +1,14 @@
bin/
build-res/
node_modules/
js-lib/
dist/
test-lib/
lib/
config/
package-res/module-scripts/main.html
package-res/module-scripts/main.js
package-res/plugin.xml
package-res/plugin.spring.xml
processed-src/
package-res/module-scripts/js-tests/test-main.js
21 changes: 21 additions & 0 deletions build.properties
@@ -0,0 +1,21 @@
#mandatory properties from subfloor.xml
project.revision=1.0-SNAPSHOT
impl.title=Pentaho Hello World
ivy.artifact.id=pentaho-helloworld

#ivy dependency revisions
dependency.common-ui.revision=TRUNK-SNAPSHOT
dependency.bi-platform.revision=TRUNK-SNAPSHOT

#used to indicate JS app namespace to the build process
js.module.script.namespace=pentaho-helloworld-jsapp-namespace

#jquery library location in common-ui
js.library.jquery=common-ui/resources/web/jquery/jquery-1.9.1.min

#added to enable version.xml generation
# Stage: TRUNK | STABLE | BETA | other branch
project.stage=TRUNK

#pentaho plugin id for deployment
plugin.id=pentaho-helloworld-plugin

0 comments on commit 77723ee

Please sign in to comment.