Skip to content

Commit

Permalink
Scripts do banco
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGladson committed Jul 1, 2013
1 parent 7b5450d commit 2889458
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 25 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -56,4 +56,7 @@
/debian/architectures/all/demoiselle-maven-repo/target/
/debian/architectures/all/demoiselle-maven-3/target/
/debian/architectures/i386/demoiselle-eclipse-4.2/target/
/debian/architectures/all/demoiselle-squirrel-3.5/target/
/debian/architectures/all/demoiselle-squirrel-3.5/target/
/debian/architectures/i386/demoiselle-eclipse-4 (cópia).2/target/
/debian/architectures/i386/demoiselle-eclipse-4.3/target/
/debian/architectures/amd64/demoiselle-eclipse-4.3/target/
Expand Up @@ -3,7 +3,7 @@ Version: 1.0-1
Section: universe/devel
Priority: standard
Architecture: amd64
Depends: demoiselle-eclipse-4.2 (>=4.2), demoiselle-maven-3 (>=1.0), demoiselle-maven-repo (>=1.0), demoiselle-workspace (>=1.0), demoiselle-tomcat-7.0 (>=7.0), demoiselle-jboss-7.1 (>=7.1)
Depends: demoiselle-eclipse-4.3 (>=4.3), demoiselle-maven-3 (>=1.0), demoiselle-maven-repo (>=1.0), demoiselle-workspace (>=1.0), demoiselle-tomcat-7.0 (>=7.0), demoiselle-jboss-7.1 (>=7.1)
Suggests: demoiselle-2-infra-extra (>=1.0)
Maintainer: Demoiselle Framework <demoiselle-infra@lists.sourceforge.net>
Description: [[description]]

This file was deleted.

Expand Up @@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>demoiselle-eclipse-4.2</artifactId>
<version>4.2</version>
<artifactId>demoiselle-eclipse-4.3</artifactId>
<version>4.3</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand All @@ -15,14 +15,13 @@
It is written primarily in Java and can be used to develop applications in
Java and, by means of the various plug-ins, in other languages as well,
including C, C++, COBOL, Python, Perl, PHP, and others.
Additional plugins
Additional Plugins
SVN
Git
Nimble
Jboss Tools Indigo
Groovy
M2E Integration
Vaadin
Vaddin
Findbugs
Homepage: http://www.frameworkdemoiselle.gov.br/
</description>
Expand Down
@@ -0,0 +1,2 @@
/opt/demoiselle/binaries/ide/amd64/eclipse-4.3

@@ -1,9 +1,11 @@

[Desktop Entry]
Name=Demoiselle Eclipse 4.2
Name=Demoiselle Eclipse 4.3
Comment=Eclipse IDE for Java Developers with plugins and features needed by Demoiselle
Exec=/opt/demoiselle/ide/eclipse-4.2/eclipse
Icon=demoiselle-eclipse-4.2.xpm
Exec=/opt/demoiselle/ide/eclipse-4.3/eclipse
Icon=demoiselle-eclipse-4.3.xpm
Terminal=false
Type=Application
Categories=Development;
StartupNotify=true
Name[pt_BR]=Demoiselle Eclipse 4.3
@@ -1,5 +1,5 @@
Package: [[name]]
Version: 4.2-1
Version: 4.3-1
Section: universe/devel
Priority: standard
Architecture: i386
Expand Down
@@ -1,6 +1,6 @@
#!/bin/bash

PKGDIR="/opt/demoiselle/ide/eclipse-4.2"
PKGDIR="/opt/demoiselle/ide/eclipse-4.3"

if [ ! -d $PKGDIR ]; then
echo "Diretório não encontrado: $PKGDIR"
Expand Down
2 changes: 1 addition & 1 deletion debian/architectures/amd64/pom.xml
Expand Up @@ -13,7 +13,7 @@
</description>

<modules>
<module>demoiselle-eclipse-4.2</module>
<module>demoiselle-eclipse-4.3</module>
<module>demoiselle-workspace</module>
<module>demoiselle-2-infra-2</module>
</modules>
Expand Down
Expand Up @@ -3,7 +3,7 @@ Version: 2.0-1
Section: universe/devel
Priority: standard
Architecture: i386
Depends: demoiselle-eclipse-4.2 (>=4.2), demoiselle-maven-3 (>=1.0), demoiselle-maven-repo (>=2.0), demoiselle-workspace (>=1.0), demoiselle-tomcat-7.0 (>=7.0), demoiselle-jboss-7.1 (>=7.1)
Depends: demoiselle-eclipse-4.3 (>=4.3), demoiselle-maven-3 (>=1.0), demoiselle-maven-repo (>=2.0), demoiselle-workspace (>=1.0), demoiselle-tomcat-7.0 (>=7.0), demoiselle-jboss-7.1 (>=7.1)
Suggests: demoiselle-2-infra-extra (>=2.0)
Maintainer: Demoiselle Framework <demoiselle-infra@lists.sourceforge.net>
Description: [[description]]

This file was deleted.

Expand Up @@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<artifactId>demoiselle-eclipse-4.2</artifactId>
<version>4.2</version>
<artifactId>demoiselle-eclipse-4.3</artifactId>
<version>4.3</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
@@ -0,0 +1,2 @@
/opt/demoiselle/binaries/ide/i386/eclipse-4.3

@@ -1,9 +1,11 @@

[Desktop Entry]
Name=Demoiselle Eclipse 4.2
Name=Demoiselle Eclipse 4.3
Comment=Eclipse IDE for Java Developers with plugins and features needed by Demoiselle
Exec=/opt/demoiselle/ide/eclipse-4.2/eclipse
Icon=demoiselle-eclipse-4.2.xpm
Exec=/opt/demoiselle/ide/eclipse-4.3/eclipse
Icon=demoiselle-eclipse-4.3.xpm
Terminal=false
Type=Application
Categories=Development;
StartupNotify=true
Name[pt_BR]=Demoiselle Eclipse 4.3
@@ -1,8 +1,8 @@
Package: [[name]]
Version: 4.2-1
Version: 4.3-1
Section: universe/devel
Priority: standard
Architecture: amd64
Architecture: i386
Depends: openjdk-6-jdk | sun-java6-jdk | openjdk-7-jdk
Maintainer: Demoiselle Framework <demoiselle-infra@lists.sourceforge.net>
Description: [[description]]
@@ -1,6 +1,6 @@
#!/bin/bash

PKGDIR="/opt/demoiselle/ide/eclipse-3.7-SR2"
PKGDIR="/opt/demoiselle/ide/eclipse-4.3"

if [ ! -d $PKGDIR ]; then
echo "Diretório não encontrado: $PKGDIR"
Expand Down
2 changes: 1 addition & 1 deletion debian/architectures/i386/pom.xml
Expand Up @@ -13,7 +13,7 @@
</description>

<modules>
<module>demoiselle-eclipse-4.2</module>
<module>demoiselle-eclipse-4.3</module>
<module>demoiselle-workspace</module>
<module>demoiselle-2-infra-2</module>
</modules>
Expand Down

0 comments on commit 2889458

Please sign in to comment.