[forge/core] 529e8f: Removed unused imports
by GitHub
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: 529e8fbfd9026823d2cef24d999bde92b6c8c2bc
https://github.com/forge/core/commit/529e8fbfd9026823d2cef24d999bde92b6c8...
Author: George Gastaldi <gegastaldi(a)gmail.com>
Date: 2012-05-24 (Thu, 24 May 2012)
Changed paths:
M git-tools/src/main/java/org/jboss/forge/git/Git.java
M git-tools/src/main/java/org/jboss/forge/git/GitFacet.java
M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/rest/RestPlugin.java
M javaee-impl/src/main/java/org/jboss/forge/spec/javaee/servlet/ServletFacetImpl.java
M javaee-impl/src/test/java/org/jboss/forge/spec/FacesFacetTest.java
M javaee-impl/src/test/java/org/jboss/forge/spec/plugin/RestPluginTest.java
M parser-java/src/main/java/org/jboss/forge/parser/java/impl/EnumConstantImpl.java
M project-model-maven/src/main/java/org/jboss/forge/maven/facets/MavenContainer.java
M project-model-maven/src/main/java/org/jboss/forge/maven/locators/MavenProjectLocator.java
M scaffold-faces/src/main/java/org/jboss/forge/scaffold/faces/metawidget/inspector/ForgeInspectorConfig.java
M scaffold-faces/src/test/java/org/jboss/forge/scaffold/faces/PrimaryKeyFacesScaffoldTest.java
M shell-api/src/main/java/org/jboss/forge/shell/plugins/Alias.java
M shell/src/main/java/org/jboss/forge/shell/completer/OptionAwareCompletionHandler.java
M shell/src/main/java/org/jboss/forge/shell/plugins/builtin/MorePlugin.java
M shell/src/main/java/org/jboss/forge/shell/plugins/builtin/project/AvailableFacetsCompleter.java
M shell/src/main/java/org/jboss/forge/shell/plugins/builtin/project/InstalledFacetsCompleter.java
M shell/src/main/java/org/jboss/forge/shell/project/ProjectInitializer.java
M shell/src/test/java/org/jboss/forge/shell/test/plugins/builtin/RunUrlPluginTest.java
Log Message:
-----------
Removed unused imports
12 years, 7 months
Seam SVN: r14741 - branches/community/Seam_2_3/seam-reference-guide.
by seam-commits@lists.jboss.org
Author: manaRH
Date: 2012-05-24 17:59:49 -0400 (Thu, 24 May 2012)
New Revision: 14741
Modified:
branches/community/Seam_2_3/seam-reference-guide/pom.xml
Log:
JBSEAM-4962 upgraded to 2.3.7 jdocbook
Modified: branches/community/Seam_2_3/seam-reference-guide/pom.xml
===================================================================
--- branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-05-24 14:34:47 UTC (rev 14740)
+++ branches/community/Seam_2_3/seam-reference-guide/pom.xml 2012-05-24 21:59:49 UTC (rev 14741)
@@ -17,7 +17,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -57,6 +56,7 @@
<plugin>
<groupId>org.jboss.maven.plugins</groupId>
<artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.3.7</version>
<extensions>true</extensions>
<executions>
<execution>
@@ -164,15 +164,6 @@
</configuration>
</plugin>
</plugins>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.jboss.maven.plugins</groupId>
- <artifactId>maven-jdocbook-plugin</artifactId>
- <version>2.2.0</version>
- </plugin>
- </plugins>
- </pluginManagement>
</build>
<profiles>
12 years, 7 months
Seam SVN: r14740 - branches/community/Seam_2_3/examples-ee6/rss/rss-tests/src/test/resources.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-24 10:34:47 -0400 (Thu, 24 May 2012)
New Revision: 14740
Removed:
branches/community/Seam_2_3/examples-ee6/rss/rss-tests/src/test/resources/WEB-INF/
branches/community/Seam_2_3/examples-ee6/rss/rss-tests/src/test/resources/seam.properties
Log:
rss example tests cleanup
Deleted: branches/community/Seam_2_3/examples-ee6/rss/rss-tests/src/test/resources/seam.properties
===================================================================
--- branches/community/Seam_2_3/examples-ee6/rss/rss-tests/src/test/resources/seam.properties 2012-05-24 14:28:33 UTC (rev 14739)
+++ branches/community/Seam_2_3/examples-ee6/rss/rss-tests/src/test/resources/seam.properties 2012-05-24 14:34:47 UTC (rev 14740)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
12 years, 7 months
Seam SVN: r14739 - in branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test: resources-integration and 1 other directory.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-24 10:28:33 -0400 (Thu, 24 May 2012)
New Revision: 14739
Removed:
branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test/resources-integration/testng.xml
branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test/resources/WEB-INF/
branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test/resources/seam.properties
Log:
restbay tests cleanup
Deleted: branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test/resources/seam.properties
===================================================================
Deleted: branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test/resources-integration/testng.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test/resources-integration/testng.xml 2012-05-24 14:21:01 UTC (rev 14738)
+++ branches/community/Seam_2_3/examples-ee6/restbay/restbay-tests/src/test/resources-integration/testng.xml 2012-05-24 14:28:33 UTC (rev 14739)
@@ -1,57 +0,0 @@
-<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
-
-<suite name="RestBay" verbose="2" parallel="false">
-
- <test name="RestBay Basic Services">
- <classes>
- <class name="org.jboss.seam.example.restbay.test.BasicServiceTest"/>
- </classes>
- </test>
-
- <test name="RestBay Auction Services">
- <classes>
- <class name="org.jboss.seam.example.restbay.test.AuctionServiceTest"/>
- </classes>
- </test>
-
- <test name="RestBay ResourceHome">
- <classes>
- <class name="org.jboss.seam.example.restbay.test.ResourceHomeTest"/>
- </classes>
- </test>
-
- <test name="RestBay ResourceQuery">
- <classes>
- <class name="org.jboss.seam.example.restbay.test.ResourceQueryTest"/>
- </classes>
- </test>
-
- <test name="RestBay Security">
- <classes>
- <class name="org.jboss.seam.example.restbay.test.SecurityTest"/>
- </classes>
- </test>
-
- <test name="RestBay Subresources">
- <classes>
- <class name="org.jboss.seam.example.restbay.test.SubresourceTest"/>
- </classes>
- </test>
-
- <test name="RestBay Context Data">
- <classes>
- <class name="org.jboss.seam.example.restbay.test.ContextDataTest"/>
- </classes>
- </test>
-
- <test name="RestBay DBUnit Integration">
-
- <parameter name="database" value="hsql"/>
- <parameter name="datasourceJndiName" value="java:/restbayDatasource"/>
-
- <classes>
- <class name="org.jboss.seam.example.restbay.test.CategoryServiceDBUnitTest"/>
- </classes>
- </test>
-
-</suite>
12 years, 7 months
Seam SVN: r14738 - in branches/community/Seam_2_3/examples-ee6/remoting: gwt/gwt-tests/src/test/resources and 1 other directories.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-24 10:21:01 -0400 (Thu, 24 May 2012)
New Revision: 14738
Removed:
branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/resources/seam.properties
branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/src/test/resources/seam.properties
branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/src/test/resources/seam.properties
Log:
remoting tests cleanup
Deleted: branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/resources/seam.properties
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/resources/seam.properties 2012-05-24 14:19:21 UTC (rev 14737)
+++ branches/community/Seam_2_3/examples-ee6/remoting/chatroom/chatroom-tests/src/test/resources/seam.properties 2012-05-24 14:21:01 UTC (rev 14738)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
Deleted: branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/src/test/resources/seam.properties
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/src/test/resources/seam.properties 2012-05-24 14:19:21 UTC (rev 14737)
+++ branches/community/Seam_2_3/examples-ee6/remoting/gwt/gwt-tests/src/test/resources/seam.properties 2012-05-24 14:21:01 UTC (rev 14738)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
Deleted: branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/src/test/resources/seam.properties
===================================================================
--- branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/src/test/resources/seam.properties 2012-05-24 14:19:21 UTC (rev 14737)
+++ branches/community/Seam_2_3/examples-ee6/remoting/helloworld/helloworld-tests/src/test/resources/seam.properties 2012-05-24 14:21:01 UTC (rev 14738)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
12 years, 7 months
Seam SVN: r14737 - in branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test: resources-integration and 1 other directory.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-24 10:19:21 -0400 (Thu, 24 May 2012)
New Revision: 14737
Removed:
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources/WEB-INF/
branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources/seam.properties
Log:
registration tests cleanup
Deleted: branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources/seam.properties
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources/seam.properties 2012-05-24 14:17:13 UTC (rev 14736)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources/seam.properties 2012-05-24 14:19:21 UTC (rev 14737)
@@ -1,3 +0,0 @@
-#debug is explicitly disabled in test to avoid JBIDE-3623
-#Thu Dec 31 16:24:37 CET 2009
-org.jboss.seam.core.init.debug=false
Deleted: branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml 2012-05-24 14:17:13 UTC (rev 14736)
+++ branches/community/Seam_2_3/examples-ee6/registration/registration-tests/src/test/resources-integration/testng.xml 2012-05-24 14:19:21 UTC (rev 14737)
@@ -1,11 +0,0 @@
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-
-<suite name="Registration" verbose="2" parallel="false">
-
- <test name="Register">
- <classes>
- <class name="org.jboss.seam.example.registration.test.RegisterTest"/>
- </classes>
- </test>
-
-</suite>
\ No newline at end of file
12 years, 7 months
Seam SVN: r14736 - in branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/src/test: resources-integration and 1 other directory.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-24 10:17:13 -0400 (Thu, 24 May 2012)
New Revision: 14736
Removed:
branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/src/test/resources-integration/testng.xml
branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/src/test/resources/seam.properties
Log:
quartz tests cleanup
Deleted: branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/src/test/resources/seam.properties
===================================================================
Deleted: branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/src/test/resources-integration/testng.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/src/test/resources-integration/testng.xml 2012-05-24 13:57:16 UTC (rev 14735)
+++ branches/community/Seam_2_3/examples-ee6/quartz/quartz-tests/src/test/resources-integration/testng.xml 2012-05-24 14:17:13 UTC (rev 14736)
@@ -1,18 +0,0 @@
-<!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" >
-
-<suite name="Quartz Example" verbose="2" parallel="false">
- <test name="Quartz Example">
-
- <parameter name="datasourceJndiName" value="java:/DefaultDS"/>
- <parameter name="database" value="HSQL" />
-
- <classes>
- <class name="org.jboss.seam.example.quartz.test.AccountTest" />
- <class name="org.jboss.seam.example.quartz.test.CronTest" />
- <class name="org.jboss.seam.example.quartz.test.OnceTest" />
- <class name="org.jboss.seam.example.quartz.test.RepeatingTest" />
- <class name="org.jboss.seam.example.quartz.test.AsynchronousTest" />
- <class name="org.jboss.seam.example.quartz.test.EventsTest" />
- </classes>
- </test>
-</suite>
12 years, 7 months
Seam SVN: r14735 - branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser.
by seam-commits@lists.jboss.org
Author: maschmid
Date: 2012-05-24 09:57:16 -0400 (Thu, 24 May 2012)
New Revision: 14735
Modified:
branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml
Log:
dvdstore s:validate fix
Modified: branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml 2012-05-23 15:50:15 UTC (rev 14734)
+++ branches/community/Seam_2_3/examples-ee6/dvdstore/dvdstore-web/src/main/webapp/newuser/account.xhtml 2012-05-24 13:57:16 UTC (rev 14735)
@@ -50,7 +50,8 @@
<td class="cntForm">
<h:inputSecret id="password" required="true"
value="#{customer.password}">
- <s:validate />
+ <!--<s:validate />-->
+ <f:validator validatorId="org.jboss.seam.ui.ModelValidator"/>
</h:inputSecret> *
</td>
<td><h:message id="MessageForPassword" for="password" styleClass="cntError" /></td>
12 years, 7 months
[forge/core] 544d5f: [maven-release-plugin] prepare for next developmen...
by GitHub
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: 544d5f9162c33d6369391c1b16a395f95ab50df5
https://github.com/forge/core/commit/544d5f9162c33d6369391c1b16a395f95ab5...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M dev-plugins/pom.xml
M dist/pom.xml
M event-bus-api/pom.xml
M git-tools-tests/pom.xml
M git-tools/pom.xml
M javaee-api/pom.xml
M javaee-impl/pom.xml
M maven-api/pom.xml
M parser-java-api/pom.xml
M parser-java/pom.xml
M parser-xml/pom.xml
M plugin-loader/pom.xml
M pom.xml
M project-model-maven-tests/pom.xml
M project-model-maven/pom.xml
M scaffold-api/pom.xml
M scaffold-faces/pom.xml
M scaffold-plugins/pom.xml
M shell-api/pom.xml
M shell/pom.xml
M test-harness-web/pom.xml
M test-harness/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
12 years, 7 months