JBoss Tools SVN: r41102 - in trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim: ui/skin and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-16 19:47:31 -0400 (Wed, 16 May 2012)
New Revision: 41102
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/model/SkinMap.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/AbstractTimeComposite.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/DeviceComposite.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageButtonComposite.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageDescriptor.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkin.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkinSizeAdvisor.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/WidgetDescriptor.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidComposite.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidSkinDescriptor.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/AppleIPhoneComposite.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ButtonDescriptor.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/IPhoneSkinDescriptor.java
Log:
Copyright comment is added where it is missing
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/model/SkinMap.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/model/SkinMap.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/model/SkinMap.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.model;
import java.util.HashMap;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/AbstractTimeComposite.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/AbstractTimeComposite.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/AbstractTimeComposite.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin;
import org.eclipse.swt.SWT;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/DeviceComposite.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/DeviceComposite.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/DeviceComposite.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin;
import org.eclipse.swt.SWT;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageButtonComposite.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageButtonComposite.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageButtonComposite.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.MouseEvent;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageDescriptor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageDescriptor.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ImageDescriptor.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin;
import org.eclipse.swt.SWT;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkin.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkin.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkin.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin;
import org.eclipse.swt.SWT;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkinSizeAdvisor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkinSizeAdvisor.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ResizableSkinSizeAdvisor.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin;
import org.eclipse.swt.graphics.Point;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/WidgetDescriptor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/WidgetDescriptor.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/WidgetDescriptor.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin;
import org.eclipse.swt.SWT;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidComposite.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidComposite.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidComposite.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin.android;
import org.eclipse.swt.SWT;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidSkinDescriptor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidSkinDescriptor.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidSkinDescriptor.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin.android;
import org.jboss.tools.vpe.browsersim.ui.skin.ImageDescriptor;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/AppleIPhoneComposite.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/AppleIPhoneComposite.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/AppleIPhoneComposite.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin.ios;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.StyledText;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ButtonDescriptor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ButtonDescriptor.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ButtonDescriptor.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin.ios;
import org.eclipse.swt.layout.FormData;
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/IPhoneSkinDescriptor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/IPhoneSkinDescriptor.java 2012-05-16 23:40:30 UTC (rev 41101)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/IPhoneSkinDescriptor.java 2012-05-16 23:47:31 UTC (rev 41102)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributor:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.vpe.browsersim.ui.skin.ios;
import org.jboss.tools.vpe.browsersim.ui.skin.ImageDescriptor;
12 years, 8 months
JBoss Tools SVN: r41101 - in trunk/documentation/whatsnew: maven and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: fbricon
Date: 2012-05-16 19:40:30 -0400 (Wed, 16 May 2012)
New Revision: 41101
Added:
trunk/documentation/whatsnew/images/hibernate-4-lib-provider.png
trunk/documentation/whatsnew/images/hibernate-lib-provider-pom.png
trunk/documentation/whatsnew/images/hibernate-lib-provider.png
Modified:
trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html
Log:
JBIDE-11761 : Maven Integration in JBT 3.3.0 Beta 3 N&N
Added: trunk/documentation/whatsnew/images/hibernate-4-lib-provider.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/hibernate-4-lib-provider.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/hibernate-lib-provider-pom.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/hibernate-lib-provider-pom.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/hibernate-lib-provider.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/hibernate-lib-provider.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html 2012-05-16 22:59:55 UTC (rev 41100)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html 2012-05-16 23:40:30 UTC (rev 41101)
@@ -57,7 +57,7 @@
Since Annotation Processing is managed by Eclipse JDT APT by default, a change in your source classes triggers incremental processing automatically. The downside of using JDT APT is, there's no separation between main and test classes (the way maven-processor-plugin handles them). To mitigate that limitation, you can change the workspace or project preferences to delegate annotation processing to maven, instead of JDT APT (Note this only works when using maven-processor-plugin). This will result in slower incremental builds (all classes will be processed) but will provide identical results to maven command line builds. <br/><br/>Automatic Annotation Processing configuration from the maven pom.xml can also be disabled altogether. In this case, your manual settings for Eclipse JDT APT will remain untouched. <br/><br/>Go to Window > Preferences > Maven > Annotation processing or right-click on your project > Properties > Maven > Annotation processing !
to select the Annotation Processing strategy of your choice.
</p>
<img src="../images/m2e-apt-prefs.png" />
-
+ <p>
<small>
See <a href="https://issues.jboss.org/browse/JBIDE-8208">JBIDE-8208</a> for more details.
</small></p>
@@ -110,8 +110,31 @@
<td valign="top" align="left">
<a name="itemname3" id="itemname4"></a><b>New Hibernate 3.6.x and 4.x maven provided libraries</b></td>
<td valign="top">
- <p>TODO Fred</p>
- <p>
+ <p>When you start a project and you need to add Hibernate as your JPA provider, adding the Hibernate dependencies manually one by one can be a chore.
+ Now if your project is Facet enabled, adding both the JBoss Maven and the JPA Facet will give you access to new JPA library providers for the Hibernate platform.
+ </p>
+ <p>
+ <ul><li>Right-click on your project > Properties > Project Facets </li>
+ <li>Convert to Faceted form if necessary</li>
+ <li>Select both the JBoss Maven and JPA Facet</li>
+ <li>Click on the "Further Configuration required/available..." link</li>
+ <li>On the JPA Facet page, select the Hibernate JPA 2.X platorm and the type of JPA implementation</li>
+ <li>Hibernate 4.1.0 or 3.6.10 libraries are available</li>
+ </ul>
+ <img src="../images/hibernate-lib-provider.png" />
+ <br/><br/>
+ </p>
+ <p>
+ You can change the dependencies version and exclusions :<br/>
+ </p>
+ <img src="../images/hibernate-4-lib-provider.png" />
+ <p>
+ Once you finish the Facets configuration, your project will have the Hibernate dependencies added to its pom.xml <br/>
+ </p>
+
+ <img src="../images/hibernate-lib-provider-pom.png" />
+
+ <p>
<small>
See <a href="https://issues.jboss.org/browse/JBIDE-10911">JBIDE-10911</a> for more details.
</small>
12 years, 8 months
JBoss Tools SVN: r41100 - in trunk/documentation/whatsnew: maven and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: fbricon
Date: 2012-05-16 18:59:55 -0400 (Wed, 16 May 2012)
New Revision: 41100
Added:
trunk/documentation/whatsnew/images/m2e-apt-central.png
trunk/documentation/whatsnew/images/m2e-apt-prefs.png
trunk/documentation/whatsnew/images/m2e-apt.png
Modified:
trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html
Log:
JBIDE-11761 : Maven Integration in JBT 3.3.0 Beta 3 N&N
Added: trunk/documentation/whatsnew/images/m2e-apt-central.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/m2e-apt-central.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/m2e-apt-prefs.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/m2e-apt-prefs.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/documentation/whatsnew/images/m2e-apt.png
===================================================================
(Binary files differ)
Property changes on: trunk/documentation/whatsnew/images/m2e-apt.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html
===================================================================
--- trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html 2012-05-16 22:54:22 UTC (rev 41099)
+++ trunk/documentation/whatsnew/maven/maven-news-3.3.0.Beta3.html 2012-05-16 22:59:55 UTC (rev 41100)
@@ -37,8 +37,28 @@
<td valign="top" align="left">
<a name="itemname1" id="itemname1"></a><b>Annotation Processing support</b></td>
<td valign="top">
- <p>TODO Fred</p>
- <small>
+ <p>
+ m2e-apt is a m2e plugin allowing automatic configuration of Eclipse JDT's built-in Annotation Processing Toolkit (APT) based on your maven project's pom.xml configuration.<br/>
+ m2e-apt is preinstalled with JBoss Developer Studio 5.0.0.Beta3. For JBoss Tools 3.0.0.Beta3 users, m2e-apt can be installed via the Software/Update tab in JBoss Central :
+ </p>
+ <img src="../images/m2e-apt-central.png" />
+ <p>
+ With m2e-apt, you can now automatically enable annotation processing support for maven projects, based on their classpath dependencies (Requires Java >= 1.6). <br/>
+ <br/>m2e-apt supports both annotation processing set on the maven-compiler-plugin or the <a href="http://code.google.com/p/maven-annotation-plugin/">maven-processor-plugin</a>
+ (the latter takes precedence over the former). <br/><br/>
+ For example, to enable the JPA modelgen annotation processor, you can either set : <br/><br/>
+
+ <plugin> <br/> <artifactId>maven-compiler-plugin</artifactId> <br/> <version>2.4</version> <br/> <configuration> <br/> <source>1.6</source> <br/> <target>1.6</target> <br/> </configuration> <br/> <dependencies> <br/> <dependency> <br/> <groupId>org.hibernate</groupId> <br/> <artifactId>hibernate-jpamodelgen</artifactId> <br/> <version>1.2.0.Final</ve!
rsion> <br/> </dependency> <br/> </dependencies> <br/></plugin> <br/><br/>or <br/><br/><plugin> <br/> <artifactId>maven-compiler-plugin</artifactId> <br/> <version>2.4</version> <br/> <configuration> <br/> <source>1.6</source> <br/> <target>1.6</target> <br/> <compilerArgument>-proc:none</compilerArgument> <br/> </configuration> <br/></plugin> <br/><plugin> <br/> <groupId>org.bsc.maven</groupId> <br/> <artifactId>maven-process!
or-plugin</artifactId> <br/>  !
;<ver
sion>2.0.5</version> <br/> <executions> <br/> <execution> <br/> <id>process</id> <br/> <goals> <br/> <goal>process</goal> <br/> </goals> <br/> <phase>generate-sources</phase> <br/> </execution> <br/> </executions> <br/> <dependencies> <br/> <dependency>!
; <br/> <groupId>org.hibernate</groupId> <br/> <artifactId>hibernate-jpamodelgen</artifactId> <br/> <version>1.2.0.Final</version> <br/> </dependency> <br/> </dependencies> <br/></plugin>
+
+ </p>
+ <p>The generated source folders (target/generated-sources/annotation for maven-compiler-plugin; target/generated-sources/apt for maven-processor-plugin) are automatically added to the project classpath. </p>
+ <img src="../images/m2e-apt.png" />
+ <p>
+ Since Annotation Processing is managed by Eclipse JDT APT by default, a change in your source classes triggers incremental processing automatically. The downside of using JDT APT is, there's no separation between main and test classes (the way maven-processor-plugin handles them). To mitigate that limitation, you can change the workspace or project preferences to delegate annotation processing to maven, instead of JDT APT (Note this only works when using maven-processor-plugin). This will result in slower incremental builds (all classes will be processed) but will provide identical results to maven command line builds. <br/><br/>Automatic Annotation Processing configuration from the maven pom.xml can also be disabled altogether. In this case, your manual settings for Eclipse JDT APT will remain untouched. <br/><br/>Go to Window > Preferences > Maven > Annotation processing or right-click on your project > Properties > Maven > Annotation processing !
to select the Annotation Processing strategy of your choice.
+ </p>
+ <img src="../images/m2e-apt-prefs.png" />
+
+ <small>
See <a href="https://issues.jboss.org/browse/JBIDE-8208">JBIDE-8208</a> for more details.
</small></p>
</td>
12 years, 8 months
JBoss Tools SVN: r41099 - trunk/documentation/whatsnew/openshift/images.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-05-16 18:54:22 -0400 (Wed, 16 May 2012)
New Revision: 41099
Modified:
trunk/documentation/whatsnew/openshift/images/delete-domain.png
Log:
[JBIDE-11763] writing N&N: corrected screenshot
Modified: trunk/documentation/whatsnew/openshift/images/delete-domain.png
===================================================================
(Binary files differ)
12 years, 8 months
JBoss Tools SVN: r41098 - trunk/cdi/docs/reference/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2012-05-16 18:44:34 -0400 (Wed, 16 May 2012)
New Revision: 41098
Modified:
trunk/cdi/docs/reference/en-US/Book_Info.xml
trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml
Log:
updated for JBDS-2025
Modified: trunk/cdi/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/Book_Info.xml 2012-05-16 22:40:09 UTC (rev 41097)
+++ trunk/cdi/docs/reference/en-US/Book_Info.xml 2012-05-16 22:44:34 UTC (rev 41098)
@@ -13,7 +13,7 @@
<edition>5.0.0</edition>
- <pubsnumber>8</pubsnumber>
+ <pubsnumber>9</pubsnumber>
<abstract>
<para>
Modified: trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml
===================================================================
--- trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml 2012-05-16 22:40:09 UTC (rev 41097)
+++ trunk/cdi/docs/reference/en-US/hyperlink_navigation.xml 2012-05-16 22:44:34 UTC (rev 41098)
@@ -86,7 +86,7 @@
</mediaobject>
</figure>
<para>
- Producer and Disposer methods, if available, will appear in the conext menu for an injection.
+ Producer and Disposer methods, if available, will appear in the context menu for an injection.
</para>
<figure id="hyperlink_05">
<title>Producer example</title>
12 years, 8 months
JBoss Tools SVN: r41097 - trunk/documentation/whatsnew/openshift.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-05-16 18:40:09 -0400 (Wed, 16 May 2012)
New Revision: 41097
Modified:
trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html
Log:
[JBIDE-11763] writing N&N
Modified: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html 2012-05-16 22:23:55 UTC (rev 41096)
+++ trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html 2012-05-16 22:40:09 UTC (rev 41097)
@@ -112,11 +112,7 @@
<b>Delete Domain</b>
</td>
<td valign="top">
- <p>You can now Delete a domain including
- all its application by
- checking "Force application
- deletion" in the Delete domain
- action.</p>
+ <p>You can now Delete a domain. This will only successfully work for domains without applications. You have to delete the applications first.</p>
<p>Be aware that this action is not possible
to undo. Thus be sure you have
proper backup of the data you
12 years, 8 months
JBoss Tools SVN: r41096 - trunk/build/parent.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2012-05-16 18:23:55 -0400 (Wed, 16 May 2012)
New Revision: 41096
Modified:
trunk/build/parent/pom.xml
Log:
https://issues.jboss.org/browse/JBDS-1990 Build JBDS product w/ Tycho?
removed mac osx 64-bit and win 64-bit platforms from configuration, because xulrunner feature build fails
this configurations should be declared in jbds product module pom.xml
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-05-16 22:21:09 UTC (rev 41095)
+++ trunk/build/parent/pom.xml 2012-05-16 22:23:55 UTC (rev 41096)
@@ -147,21 +147,11 @@
<arch>x86</arch>
</environment>
<environment>
- <os>macosx</os>
- <ws>cocoa</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
- <os>win32</os>
- <ws>win32</ws>
- <arch>x86_64</arch>
- </environment>
- <environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
12 years, 8 months
JBoss Tools SVN: r41095 - in trunk/documentation/whatsnew: openshift and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: max.andersen(a)jboss.com
Date: 2012-05-16 18:21:09 -0400 (Wed, 16 May 2012)
New Revision: 41095
Modified:
trunk/documentation/whatsnew/index.html
trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html
Log:
JBIDE-11763 openshift nn with some text content
Modified: trunk/documentation/whatsnew/index.html
===================================================================
--- trunk/documentation/whatsnew/index.html 2012-05-16 22:14:27 UTC (rev 41094)
+++ trunk/documentation/whatsnew/index.html 2012-05-16 22:21:09 UTC (rev 41095)
@@ -39,8 +39,12 @@
<td valign="top" align="left">
<p align="right"><b>3.3.0.Beta3</b>
<td valign="top">
+ <p><a href="openshift/openshift-news-2.3.0.Beta3.html">OpenShift
+ Tools</a></p>
<p><a href="vpe/vpe-news-3.3.0.Beta3.html">Visual Page Editor/BrowserSim</a></p>
- <p><a href="modeshape/modeshape-news-3.3.0.Beta3.html">ModeShape Tools</a></p>
+ <p><a href="modeshape/modeshape-news-3.3.0.Beta3.html">ModeShape
+ Tools</a></p>
+ <p><a href="central/central-news-1.0.0.Beta3.html">JBoss Central</a></p>
</td>
</tr>
Modified: trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html
===================================================================
--- trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html 2012-05-16 22:14:27 UTC (rev 41094)
+++ trunk/documentation/whatsnew/openshift/openshift-news-2.3.0.Beta3.html 2012-05-16 22:21:09 UTC (rev 41095)
@@ -47,7 +47,12 @@
<b>Show environment</b>
</td>
<td valign="top">
- some content<br />
+ <p>There is now a "Show environment
+ variables" action that will open a console
+ which shows the environment variables
+ currently set on your application. This menu
+ available is available on all applications in
+ OpenShift Explorer.</p>
<img src="images/show-environment.png" alt="show environment" />
<img src="images/environment-variables.png" alt="environment variables""/>
<p>
@@ -63,10 +68,38 @@
<b>Port forwarding</b>
</td>
<td valign="top">
- some content<br />
- <img src="images/port-forwarding-menu.png" alt="port forwarding menu" />
- <img src="images/port-forwarding.png" alt="port forwarding""/>
+ <p>You can now enable port forwarding
+ for OpenShift applications. You start it via
+ the context menu in OpenShift Explorer.</p>
+ <img
+ src="images/port-forwarding-menu.png"
+ alt="port forwarding menu" />
+
+ <p>When starting port forwarding a dialog
+ will show up with the ports that are
+ possible to forward.</p>
+ <img src="images/port-forwarding.png"
+ alt="port forwarding""/>
+ <p>In here you can press "Start All" and
+ port forwarding will begin. To stop
+ Port forwarding just open this dialog
+ again and press "Stop All".</p>
+
+ <p>The default local address is set to
+ 127.0.0.1 and in case the remote port
+ is not available a random one will be
+ found for it.</p>
+
+ <p>In case your OS supports it you can
+ uncheck 'Use 127.0.0.1 as the local
+ address for all services' to make it
+ use the same local address as remote.</p>
<p>
+
+ <p>Finally you can click 'Find free ports
+ for all services' in case
+ you do not want to use the
+ default remote port numbers.</p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-11073">Related Jira</a>,
</small>
@@ -79,7 +112,15 @@
<b>Delete Domain</b>
</td>
<td valign="top">
- Delete domain with all applications</br>
+ <p>You can now Delete a domain including
+ all its application by
+ checking "Force application
+ deletion" in the Delete domain
+ action.</p>
+ <p>Be aware that this action is not possible
+ to undo. Thus be sure you have
+ proper backup of the data you
+ need from these applications.</br>
<img src="images/delete-domain.png" alt="delete domain" />
<p>
<small>
@@ -98,11 +139,25 @@
<tr>
<td valign="top" align="left">
<a name="itemname3" id="itemname3"></a>
- <b>Import to existing project</b>
+ <b>Import into any existing project</b>
+
+ <p
</td>
<td valign="top">
- some content
- <img src="images/select-existing-project.png" alt="select any project" />
+ <p>Import of OpenShift applications is
+ now no longer limited to use
+ specific project types besides
+ requiring it is either shared
+ with Git or not Team shared at
+ all. Previous versions require
+ it to be java/WTP project.</p>
+ <img
+ src="images/select-existing-project.png"
+ alt="select any project" />
+
+ <p>B3 has a typo in the label - it is not
+ only git shared projects, you can also
+ select non-shared projects.</p>
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-11162">Related Jira</a>
@@ -116,6 +171,18 @@
<b>Scalable applications</b>
</td>
<td valign="top">
+ <p>Recent versions of OpenShift allows
+ creation of scalable applications and
+ also specify the size of the gear your
+ application will run on.</p>
+
+ <p>The application wizard now supports this
+ and the settings available to you
+ depend on your account type.</p>
+
+ <p>If you do not care for scaling or gear
+ size then simply just leave the
+ default values as is.</p>
<img src="images/create-scalable-applications.png" alt="create scalable applications" />
<p>
<small>
@@ -137,7 +204,10 @@
<b>Multimodule projects</b>
</td>
<td valign="top">
- some content
+ OpenShift applications can now be
+ multimodule maven projects and is
+ handled both by the import wizard and
+ server adapter.
<p>
<small>
<a href="https://issues.jboss.org/browse/JBIDE-11166">Related Jira</a>
12 years, 8 months
JBoss Tools SVN: r41094 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-05-16 18:14:27 -0400 (Wed, 16 May 2012)
New Revision: 41094
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java
Log:
removed comments
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java 2012-05-16 22:13:50 UTC (rev 41093)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java 2012-05-16 22:14:27 UTC (rev 41094)
@@ -15,7 +15,6 @@
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
import org.eclipse.jface.viewers.LabelProvider;
import org.eclipse.osgi.util.NLS;
import org.eclipse.swt.graphics.Image;
@@ -23,7 +22,6 @@
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.dialogs.ElementListSelectionDialog;
import org.eclipse.ui.ide.IDE.SharedImages;
-import org.eclipse.wst.common.componentcore.internal.util.IModuleConstants;
import org.jboss.tools.openshift.egit.core.EGitUtils;
/**
@@ -35,7 +33,6 @@
super(shell, new ProjectLabelProvider());
setTitle("Select Existing Project");
setMessage(NLS.bind(
-// "Select an existing project for {0}.\nOnly Dynamic Web/Eclipse WTP projects can be used.",
"Select an existing project for {0}.\nOnly non-shared projects or Git projects allowed.",
openShiftAppName));
setMultipleSelection(false);
@@ -60,22 +57,9 @@
}
}
-// we now accept all projects, not just WTP
-// if (!hasModuleNature(project)) {
-// return false;
-// }
-
return true;
}
- private boolean hasModuleNature(IProject project) {
- try {
- return project.hasNature(IModuleConstants.MODULE_NATURE_ID);
- } catch (CoreException e) {
- return false;
- }
- }
-
private static class ProjectLabelProvider extends LabelProvider {
@Override
12 years, 8 months
JBoss Tools SVN: r41093 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2012-05-16 18:13:50 -0400 (Wed, 16 May 2012)
New Revision: 41093
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java
Log:
corrected wording (as discussed in skype)
Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java 2012-05-16 21:35:31 UTC (rev 41092)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/SelectExistingProjectDialog.java 2012-05-16 22:13:50 UTC (rev 41093)
@@ -36,7 +36,7 @@
setTitle("Select Existing Project");
setMessage(NLS.bind(
// "Select an existing project for {0}.\nOnly Dynamic Web/Eclipse WTP projects can be used.",
- "Select an existing project for {0}.\nOnly Git shared projects can be used.",
+ "Select an existing project for {0}.\nOnly non-shared projects or Git projects allowed.",
openShiftAppName));
setMultipleSelection(false);
setAllowDuplicates(false);
12 years, 8 months