[SCM] FreeHEP swing extensions branch, master, updated. upstream/2.0.3-6-ge36d832

Giovanni Mascellani gmascellani-guest at alioth.debian.org
Fri Nov 20 23:02:42 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FreeHEP swing extensions".

The branch, master has been updated
       via  e36d832f725a6651375d3dd2b092c7b73e87aa59 (commit)
       via  5c41405566a4712f9933e3cbced4f02b1f9d92cd (commit)
       via  93fe3f946b5bf92f64695af18243a9325ddc4972 (commit)
      from  1eeea1bab206d5337d55b279175d686a395f6ee9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e36d832f725a6651375d3dd2b092c7b73e87aa59
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sat Nov 21 00:00:47 2009 +0100

    Enabling tests

commit 5c41405566a4712f9933e3cbced4f02b1f9d92cd
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Nov 20 23:05:16 2009 +0100

    Removed unused files

commit 93fe3f946b5bf92f64695af18243a9325ddc4972
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Fri Nov 20 22:57:34 2009 +0100

    Added source 1.4 (to compile 1.4 assertions)

-----------------------------------------------------------------------

Summary of changes:
 debian/maven.properties |    2 +-
 debian/orig-tar.sh      |   16 ----------------
 pom.xml                 |    8 ++++++++
 3 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/debian/maven.properties b/debian/maven.properties
index d2f1b82..ab18ddd 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1 +1 @@
-maven.test.skip=true
+maven.test.skip=false
diff --git a/debian/maven.rules b/debian/maven.rules
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 156fd3f..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../freehep-swing_$VERSION.orig.tar.gz
-DIR=freehep-swing-$VERSION
-TAG=$(echo "freehep-swing-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export svn://svn.freehep.org/svn/freehep/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
-  . .svn/deb-layout
-  mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
diff --git a/pom.xml b/pom.xml
index c11a59f..2858561 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,14 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.4</source>
+          <target>1.4</target>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 


hooks/post-receive
-- 
FreeHEP swing extensions



More information about the pkg-java-commits mailing list