Added .gitignore file and debian directory
This commit is contained in:
parent
a094f59a28
commit
964fcc1e54
19 changed files with 505 additions and 0 deletions
24
debian/patches/01_build_helmaswarm.diff
vendored
Normal file
24
debian/patches/01_build_helmaswarm.diff
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
--- helma-clean/build.xml 2009-09-11 14:50:36.000000000 +0200
|
||||
+++ helma/build.xml 2009-09-11 15:00:23.000000000 +0200
|
||||
@@ -481,4 +481,14 @@
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
+ <!-- Build helmaswarm jar file -->
|
||||
+ <target name="swarm-jar">
|
||||
+ <ant dir="helmaswarm" antfile="build.xml" target="jar" inheritAll="false"/>
|
||||
+ </target>
|
||||
+
|
||||
+ <!-- Clean up helmaswarm -->
|
||||
+ <target name="swarm-clean">
|
||||
+ <ant dir="helmaswarm" antfile="build.xml" target="clean" inheritAll="false"/>
|
||||
+ </target>
|
||||
+
|
||||
</project>
|
||||
--- helma-clean/helmaswarm/build.properties 2009-09-11 19:47:13.000000000 +0200
|
||||
+++ helma/helmaswarm/build.properties 2009-09-11 19:50:29.000000000 +0200
|
||||
@@ -1,3 +1,3 @@
|
||||
# build properties for helmaswarm
|
||||
|
||||
-helma.install.dir=../helma
|
||||
+helma.install.dir=../
|
Loading…
Add table
Add a link
Reference in a new issue