-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge com segundo pull request da pós.
- Loading branch information
Showing
75 changed files
with
1,116 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
.classpath | ||
|
||
.project | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
name=rgms | ||
feature-model=C:\Users\Rodrigo\Documents\GitHub\rgms/featureModel.xml | ||
|
||
configuration-model=C:\Users\Rodrigo\Documents\GitHub\rgms/ck.xml | ||
|
||
instance-model=C:\Users\Rodrigo\Documents\GitHub\rgms/instanceModel.xml | ||
|
||
component-model=C:\Users\Rodrigo\Documents\GitHub\rgms/compModelTeste.txt | ||
|
||
source-dir=C:\Users\Rodrigo\Documents\GitHub\rgms | ||
target-dir=C:\Users\Rodrigo\Documents\GitHub\rgms_v1 | ||
feature-model=C:\spl\ultimate\rgms\ProductGeneration/featureModel.xml | ||
configuration-model=C:\spl\ultimate\rgms\ProductGeneration/ck.xml | ||
instance-model=C:\spl\ultimate\rgms\ProductGeneration/instanceModel.xml | ||
component-model=C:\spl\ultimate\rgms\ProductGeneration/compModelTeste.txt | ||
source-dir=C:\spl\ultimate\rgmsUltimateMiddleware | ||
target-dir=C:\spl\ultimate\rgmsGenerated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ plugins.mail=1.0.1 | |
plugins.pdf=0.6 | ||
plugins.shiro=1.1.4 | ||
plugins.shiro-ui=1.2.0-SNAPSHOT | ||
plugins.twitter=0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ grails { | |
port = 465 | ||
//TODO: Before running, make sure that your email login and password appear below | ||
//TODO: Before committing, make sure that the strings "LOGIN" and "PASSWORD" appear in place of your login and password | ||
username = "LOGIN" | ||
password = "PASSWORD" | ||
username = "[email protected]" | ||
password = "ufpe-cin-taes-2013.1" | ||
props = ["mail.smtp.auth": "true", | ||
"mail.smtp.socketFactory.port": "465", | ||
"mail.smtp.socketFactory.class": "javax.net.ssl.SSLSocketFactory", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
// Place your Spring DSL code here | ||
beans = { | ||
localeResolver(org.springframework.web.servlet.i18n.SessionLocaleResolver) { | ||
defaultLocale = new Locale("pt","BR") | ||
java.util.Locale.setDefault(defaultLocale) | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.