JBoss Tools SVN: r40121 - in trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim: resources and 6 other directories.
by jbosstools-commits@lists.jboss.org
Author: yradtsevich
Date: 2012-04-10 17:07:25 -0400 (Tue, 10 Apr 2012)
New Revision: 40121
Added:
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/03.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/04.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/05.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/06.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/07.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/14.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/16.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/17.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/18.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/19.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/20.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/21.png
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidResizableSkin.java
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/ios/AppleIPhone3ResizableSkin.java
trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ImageDescriptor.java
Log:
https://issues.jboss.org/browse/JBIDE-10945 : BrowserSim: create more skins
- creation of Android skin in progress
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-04-10 18:53:31 UTC (rev 40120)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/model/SkinMap.java 2012-04-10 21:07:25 UTC (rev 40121)
@@ -1,12 +1,12 @@
package org.jboss.tools.vpe.browsersim.model;
import java.util.HashMap;
-import java.util.List;
import java.util.Map;
import java.util.Set;
import org.jboss.tools.vpe.browsersim.ui.skin.BrowserSimSkin;
import org.jboss.tools.vpe.browsersim.ui.skin.NativeSkin;
+import org.jboss.tools.vpe.browsersim.ui.skin.android.AndroidResizableSkin;
import org.jboss.tools.vpe.browsersim.ui.skin.ios.AppleIPhone3ResizableSkin;
public class SkinMap {
@@ -18,6 +18,7 @@
map = new HashMap<String, Class<? extends BrowserSimSkin>>();
map.put("Apple iPhone 3", AppleIPhone3ResizableSkin.class);
+ map.put("Android", AndroidResizableSkin.class);
}
public static SkinMap getInstance() {
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/03.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/03.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/04.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/04.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/05.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/05.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/06.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/06.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/07.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/07.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/14.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/14.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/16.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/16.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/17.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/17.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/18.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/18.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/19.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/19.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/20.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/20.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/21.png
===================================================================
(Binary files differ)
Property changes on: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/resources/android/droid/vertical/21.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidResizableSkin.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidResizableSkin.java (rev 0)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/android/AndroidResizableSkin.java 2012-04-10 21:07:25 UTC (rev 40121)
@@ -0,0 +1,113 @@
+package org.jboss.tools.vpe.browsersim.ui.skin.android;
+
+import org.eclipse.swt.SWT;
+import org.eclipse.swt.graphics.Point;
+import org.eclipse.swt.layout.FormAttachment;
+import org.eclipse.swt.layout.FormData;
+import org.jboss.tools.vpe.browsersim.ui.skin.ios.AppleIPhone3ResizableSkin;
+import org.jboss.tools.vpe.browsersim.ui.skin.ios.ButtonDescriptor;
+import org.jboss.tools.vpe.browsersim.ui.skin.ios.IPhoneSkinDescriptor;
+import org.jboss.tools.vpe.browsersim.ui.skin.ios.ImageDescriptor;
+
+public class AndroidResizableSkin extends AppleIPhone3ResizableSkin {
+ private static final Point NORMAL_SKREEN_SIZE = new Point(240, 1);
+ private static final Point NORMAL_SKIN_SIZE = new Point(339, 186);
+ private static final Point VERTICAL_BORDERS_SIZE = new Point(NORMAL_SKIN_SIZE.x - NORMAL_SKREEN_SIZE.x, NORMAL_SKIN_SIZE.y - NORMAL_SKREEN_SIZE.y);
+ private static final Point HORIZONTAL_BORDERS_SIZE = new Point(VERTICAL_BORDERS_SIZE.y, VERTICAL_BORDERS_SIZE.x);
+ private static final IPhoneSkinDescriptor VERTICAL_IPHONE3_DESCRIPTOR;
+ static {
+ String bd = "android/droid/vertical/";
+ ImageDescriptor iOsDescriptor = new ImageDescriptor(null, 3, 1, SWT.VERTICAL | SWT.HORIZONTAL);
+ ImageDescriptor[] bodyGridImageDescriptors = {
+ new ImageDescriptor(bd + "03.png"), new ImageDescriptor(bd + "04.png"), new ImageDescriptor(bd + "05.png", 1, 1, SWT.HORIZONTAL), new ImageDescriptor(bd + "06.png"), new ImageDescriptor(bd + "07.png"),
+ new ImageDescriptor(bd + "14.png", 1, 1, SWT.VERTICAL), iOsDescriptor, new ImageDescriptor(bd + "16.png", 1, 1, SWT.VERTICAL),
+ new ImageDescriptor(bd + "17.png"), new ImageDescriptor(bd + "18.png"), new ImageDescriptor(bd + "19.png", 1, 1, SWT.HORIZONTAL), new ImageDescriptor(bd + "20.png"), new ImageDescriptor(bd + "21.png")
+ };
+ int bodyGridSize = 5;
+
+ String bd2 = "ios/";
+ ButtonDescriptor backButtonDescriptor;
+ {
+ FormData formData = new FormData();
+ formData.left = new FormAttachment(0, 52);
+ formData.bottom = new FormAttachment(100, -132);
+ backButtonDescriptor = new ButtonDescriptor(formData, bd2 + "back.png", bd2 + "back-disabled.png", bd2 + "back-selected.png");
+ }
+
+ ButtonDescriptor forwardButtonDescriptor;
+ {
+ FormData formData = new FormData();
+ formData.left = new FormAttachment(0, 115);
+ formData.bottom = new FormAttachment(100, -132);
+ forwardButtonDescriptor = new ButtonDescriptor(formData, bd2 + "forward.png", bd2 + "forward-disabled.png", bd2 + "forward-selected.png");
+ }
+ VERTICAL_IPHONE3_DESCRIPTOR = new IPhoneSkinDescriptor(bodyGridSize, bodyGridImageDescriptors, iOsDescriptor, backButtonDescriptor, forwardButtonDescriptor);
+ }
+ private static final IPhoneSkinDescriptor HORIZONTAL_IPHONE3_DESCRIPTOR;
+ static {
+ String bd = "ios/iphone3/horizontal/";
+ ImageDescriptor iOsDescriptor = new ImageDescriptor(null, 5, 5, SWT.VERTICAL | SWT.HORIZONTAL);
+ ImageDescriptor[] bodyGridImageDescriptors = {
+ new ImageDescriptor(bd + "01.png"), new ImageDescriptor(bd + "02.png"), new ImageDescriptor(bd + "03.png", 1, 1, SWT.HORIZONTAL), new ImageDescriptor(bd + "04.png"), new ImageDescriptor(bd + "05.png", 1, 1, SWT.HORIZONTAL), new ImageDescriptor(bd + "06.png"), new ImageDescriptor(bd + "07.png"),
+ new ImageDescriptor(bd + "08.png"), iOsDescriptor, new ImageDescriptor(bd + "10.png"),
+ new ImageDescriptor(bd + "11.png", 1, 1, SWT.VERTICAL), new ImageDescriptor(bd + "12.png", 1, 1, SWT.VERTICAL),
+ new ImageDescriptor(bd + "13.png"), new ImageDescriptor(bd + "14.png"),
+ new ImageDescriptor(bd + "15.png", 1, 1, SWT.VERTICAL), new ImageDescriptor(bd + "16.png", 1, 1, SWT.VERTICAL),
+ new ImageDescriptor(bd + "17.png"), new ImageDescriptor(bd + "18.png"),
+ new ImageDescriptor(bd + "19.png"), new ImageDescriptor(bd + "20.png"), new ImageDescriptor(bd + "21.png", 1, 1, SWT.HORIZONTAL), new ImageDescriptor(bd + "22.png"), new ImageDescriptor(bd + "23.png", 1, 1, SWT.HORIZONTAL), new ImageDescriptor(bd + "24.png"), new ImageDescriptor(bd + "25.png"),
+ };
+ int bodyGridSize = 7;
+ String bd2 = "ios/";
+ ButtonDescriptor backButtonDescriptor;
+ {
+ FormData formData = new FormData();
+ formData.left = new FormAttachment(0, 145);
+ formData.bottom = new FormAttachment(100, -36);
+ backButtonDescriptor = new ButtonDescriptor(formData, bd2 + "back.png", bd2 + "back-disabled.png", bd2 + "back-selected.png");
+ }
+
+ ButtonDescriptor forwardButtonDescriptor;
+ {
+ FormData formData = new FormData();
+ formData.left = new FormAttachment(0, 247);
+ formData.bottom = new FormAttachment(100, -36);
+ forwardButtonDescriptor = new ButtonDescriptor(formData, bd2 + "forward.png", bd2 + "forward-disabled.png", bd2 + "forward-selected.png");
+ }
+ HORIZONTAL_IPHONE3_DESCRIPTOR = new IPhoneSkinDescriptor(bodyGridSize, bodyGridImageDescriptors, iOsDescriptor, backButtonDescriptor, forwardButtonDescriptor);
+ }
+
+ @Override
+ protected Point getBordersSize(boolean vertical) {
+ Point bordersSize = vertical ? VERTICAL_BORDERS_SIZE : HORIZONTAL_BORDERS_SIZE;
+ return bordersSize;
+ }
+
+ @Override
+ protected IPhoneSkinDescriptor getSkinDescriptor(boolean vertical) {
+ IPhoneSkinDescriptor skinDescriptor;
+ if (vertical) {
+ skinDescriptor = VERTICAL_IPHONE3_DESCRIPTOR;
+ } else {
+ skinDescriptor = HORIZONTAL_IPHONE3_DESCRIPTOR;
+ }
+ return skinDescriptor;
+ }
+
+ @Override
+ protected int[] getNormalRegion(boolean vertical) {
+ int[] normalRegion = new int[8];
+ normalRegion[0] = 0;
+ normalRegion[1] = 0;
+
+ normalRegion[2] = 339;
+ normalRegion[3] = 0;
+
+ normalRegion[4] = 339;
+ normalRegion[5] = 186;
+
+ normalRegion[6] = 0;
+ normalRegion[7] = 186;
+
+ return normalRegion;
+ }
+}
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/AppleIPhone3ResizableSkin.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/AppleIPhone3ResizableSkin.java 2012-04-10 18:53:31 UTC (rev 40120)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/AppleIPhone3ResizableSkin.java 2012-04-10 21:07:25 UTC (rev 40121)
@@ -126,13 +126,8 @@
}
private void setShellRegion() {
- int[] normalRegion;
- if (vertical) {
- normalRegion = AppleIPhone3Skin.VISIBLE_REGION[0];
- } else {
- normalRegion = AppleIPhone3Skin.VISIBLE_REGION[1];
- }
-
+ int[] normalRegion = getNormalRegion(vertical);
+
Point normalRegionSize = new Point(0, 0);
for (int i = 0; i < normalRegion.length; i += 2) {
if (normalRegionSize.x < normalRegion[i]) {
@@ -317,19 +312,14 @@
iPhoneComposite.setMenu(null);
AppleIPhoneComposite oldIPhoneComposite = iPhoneComposite;
- IPhoneSkinDescriptor skinDescriptor;
- if (vertical) {
- skinDescriptor = VERTICAL_IPHONE3_DESCRIPTOR;
- } else {
- skinDescriptor = HORIZONTAL_IPHONE3_DESCRIPTOR;
- }
+ IPhoneSkinDescriptor skinDescriptor = getSkinDescriptor(vertical);
iPhoneComposite = new AppleIPhoneComposite(shell, skinDescriptor);
bindIPhoneCompositeControls();
Composite browserContainer = iPhoneComposite.getBrowserContainer();
browserContainer.setLayout(new FillLayout());
browser.setParent(browserContainer);
oldIPhoneComposite.dispose();
- Point bordersSize = vertical ? VERTICAL_BORDERS_SIZE : HORIZONTAL_BORDERS_SIZE;
+ Point bordersSize = getBordersSize(vertical);
int shellWidth;
if (browserSize.x == SWT.DEFAULT) {
shellWidth = SWT.DEFAULT;
@@ -355,6 +345,31 @@
iPhoneComposite.setMenu(contextMenu);
}
+ protected Point getBordersSize(boolean vertical) {
+ Point bordersSize = vertical ? VERTICAL_BORDERS_SIZE : HORIZONTAL_BORDERS_SIZE;
+ return bordersSize;
+ }
+
+ protected IPhoneSkinDescriptor getSkinDescriptor(boolean vertical) {
+ IPhoneSkinDescriptor skinDescriptor;
+ if (vertical) {
+ skinDescriptor = VERTICAL_IPHONE3_DESCRIPTOR;
+ } else {
+ skinDescriptor = HORIZONTAL_IPHONE3_DESCRIPTOR;
+ }
+ return skinDescriptor;
+ }
+
+ protected int[] getNormalRegion(boolean vertical) {
+ int[] normalRegion;
+ if (vertical) {
+ normalRegion = AppleIPhone3Skin.VISIBLE_REGION[0];
+ } else {
+ normalRegion = AppleIPhone3Skin.VISIBLE_REGION[1];
+ }
+ return normalRegion;
+ }
+
@Override
public void setAddressBarVisible(boolean visible) {
iPhoneComposite.setNavBarCompositeVisible(visible);
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ImageDescriptor.java
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ImageDescriptor.java 2012-04-10 18:53:31 UTC (rev 40120)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.browsersim/src/org/jboss/tools/vpe/browsersim/ui/skin/ios/ImageDescriptor.java 2012-04-10 21:07:25 UTC (rev 40121)
@@ -9,7 +9,7 @@
import org.eclipse.swt.widgets.Composite;
-class ImageDescriptor extends WidgetDescriptor {
+public class ImageDescriptor extends WidgetDescriptor {
protected String imageName;
public ImageDescriptor(String imageName, int horizontalSpan, int verticalSpan, int stretching) {
13 years, 8 months
JBoss Tools SVN: r40120 - trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/libprov.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2012-04-10 14:53:31 -0400 (Tue, 10 Apr 2012)
New Revision: 40120
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/libprov/JSFPortletbridgeRuntimeLibraryProviderInstallOperationConfig.java
Log:
JBIDE-11336 - Cannot find the examples directory logged in Error log
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/libprov/JSFPortletbridgeRuntimeLibraryProviderInstallOperationConfig.java
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/libprov/JSFPortletbridgeRuntimeLibraryProviderInstallOperationConfig.java 2012-04-10 18:27:50 UTC (rev 40119)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/libprov/JSFPortletbridgeRuntimeLibraryProviderInstallOperationConfig.java 2012-04-10 18:53:31 UTC (rev 40120)
@@ -45,14 +45,17 @@
String[] fileList = folder.list(new FilenameFilter() {
public boolean accept(File dir, String name) {
- if (name.startsWith("portletbridge") || name.endsWith(".jar")) { //$NON-NLS-1$ //$NON-NLS-2$
+ if (name.startsWith("portletbridge") && name.endsWith(".jar")) { //$NON-NLS-1$ //$NON-NLS-2$
return true;
}
+ if (name.equals("examples")) { //$NON-NLS-1$
+ return true;
+ }
return false;
}
});
- if (fileList.length < 2) {
+ if (fileList.length < 3) {
return getInvalidPortletbridgeRuntime();
}
return Status.OK_STATUS;
13 years, 8 months
JBoss Tools SVN: r40119 - trunk/modeshape/features.
by jbosstools-commits@lists.jboss.org
Author: elvisisking
Date: 2012-04-10 14:27:50 -0400 (Tue, 10 Apr 2012)
New Revision: 40119
Modified:
trunk/modeshape/features/pom.xml
Log:
JBIDE-10702
Modified: trunk/modeshape/features/pom.xml
===================================================================
--- trunk/modeshape/features/pom.xml 2012-04-10 18:19:59 UTC (rev 40118)
+++ trunk/modeshape/features/pom.xml 2012-04-10 18:27:50 UTC (rev 40119)
@@ -12,6 +12,8 @@
<name>modeshape.features</name>
<packaging>pom</packaging>
<modules>
+ <module>org.jboss.tools.modeshape.jcr.feature</module>
+ <module>org.jboss.tools.modeshape.jcr.test.feature</module>
<module>org.jboss.tools.modeshape.rest.feature</module>
<module>org.jboss.tools.modeshape.rest.test.feature</module>
</modules>
13 years, 8 months
JBoss Tools SVN: r40118 - in trunk/modeshape: features/org.jboss.tools.modeshape.jcr.feature/sourceTemplateFeature and 12 other directories.
by jbosstools-commits@lists.jboss.org
Author: elvisisking
Date: 2012-04-10 14:19:59 -0400 (Tue, 10 Apr 2012)
New Revision: 40118
Added:
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/.project
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/AUTHORS.txt
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/COPYRIGHT.txt
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/build.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/epl-v10.html
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/license.html
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/pom.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/sourceTemplateFeature/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/sourceTemplateFeature/.gitkeep
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/local-artifacts.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/maven-archiver/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/maven-archiver/pom.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-1.1.0-SNAPSHOT.jar
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-sources-feature.jar
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2artifacts.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2content.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/sources-feature/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/sources-feature/feature.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/.project
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/AUTHORS.txt
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/COPYRIGHT.txt
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/build.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/license.html
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/pom.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/sourceTemplateFeature/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/sourceTemplateFeature/.gitkeep
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/local-artifacts.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/maven-archiver/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/maven-archiver/pom.properties
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-1.1.0-SNAPSHOT.jar
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-sources-feature.jar
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2artifacts.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2content.xml
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/sources-feature/
trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/sources-feature/feature.xml
trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.ini
trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.mappings
trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.properties
trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/feature.png
Modified:
trunk/modeshape/site/category.xml
trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/META-INF/MANIFEST.MF
trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/build.properties
Log:
JBIDE-10702 Editor for JCR Compact Node Definition (CND) files. Created feature and test feature for the CND editor related projects.
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/.project
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/.project (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/.project 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.modeshape.jcr.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/.project
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/AUTHORS.txt
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/AUTHORS.txt (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/AUTHORS.txt 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1 @@
+Dan Florian (dflorian(a)redhat.com)
\ No newline at end of file
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/AUTHORS.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/COPYRIGHT.txt
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/COPYRIGHT.txt (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/COPYRIGHT.txt 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,9 @@
+ModeShape Tools is copyright 2011-2012 Red Hat, Inc.
+Some portions may be licensed to Red Hat, Inc. under one or more
+contributor license agreements. See the AUTHORS.txt file in the
+distribution for a full listing of individual contributors.
+
+ModeShape Tools is free software, and is made available by Red Hat, Inc.
+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.
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/COPYRIGHT.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/build.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/build.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/build.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,10 @@
+bin.includes = feature.xml,\
+ AUTHORS.txt,\
+ COPYRIGHT.txt,\
+ epl-v10.html,\
+ feature.properties,\
+ license.html
+src.includes = AUTHORS.txt,\
+ COPYRIGHT.txt,\
+ epl-v10.html,\
+ license.html
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/epl-v10.html
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/epl-v10.html (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/epl-v10.html 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>Eclipse Public License - Version 1.0</title>
+<style type="text/css">
+ body {
+ size: 8.5in 11.0in;
+ margin: 0.25in 0.5in 0.25in 0.5in;
+ tab-interval: 0.5in;
+ }
+ p {
+ margin-left: auto;
+ margin-top: 0.5em;
+ margin-bottom: 0.5em;
+ }
+ p.list {
+ margin-left: 0.5in;
+ margin-top: 0.05em;
+ margin-bottom: 0.05em;
+ }
+ </style>
+
+</head>
+
+<body lang="EN-US">
+
+<p align=center><b>Eclipse Public License - v 1.0</b></p>
+
+<p>THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
+PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
+DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS
+AGREEMENT.</p>
+
+<p><b>1. DEFINITIONS</b></p>
+
+<p>"Contribution" means:</p>
+
+<p class="list">a) in the case of the initial Contributor, the initial
+code and documentation distributed under this Agreement, and</p>
+<p class="list">b) in the case of each subsequent Contributor:</p>
+<p class="list">i) changes to the Program, and</p>
+<p class="list">ii) additions to the Program;</p>
+<p class="list">where such changes and/or additions to the Program
+originate from and are distributed by that particular Contributor. A
+Contribution 'originates' from a Contributor if it was added to the
+Program by such Contributor itself or anyone acting on such
+Contributor's behalf. Contributions do not include additions to the
+Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii)
+are not derivative works of the Program.</p>
+
+<p>"Contributor" means any person or entity that distributes
+the Program.</p>
+
+<p>"Licensed Patents" mean patent claims licensable by a
+Contributor which are necessarily infringed by the use or sale of its
+Contribution alone or when combined with the Program.</p>
+
+<p>"Program" means the Contributions distributed in accordance
+with this Agreement.</p>
+
+<p>"Recipient" means anyone who receives the Program under
+this Agreement, including all Contributors.</p>
+
+<p><b>2. GRANT OF RIGHTS</b></p>
+
+<p class="list">a) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free copyright license to reproduce, prepare derivative works
+of, publicly display, publicly perform, distribute and sublicense the
+Contribution of such Contributor, if any, and such derivative works, in
+source code and object code form.</p>
+
+<p class="list">b) Subject to the terms of this Agreement, each
+Contributor hereby grants Recipient a non-exclusive, worldwide,
+royalty-free patent license under Licensed Patents to make, use, sell,
+offer to sell, import and otherwise transfer the Contribution of such
+Contributor, if any, in source code and object code form. This patent
+license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor,
+such addition of the Contribution causes such combination to be covered
+by the Licensed Patents. The patent license shall not apply to any other
+combinations which include the Contribution. No hardware per se is
+licensed hereunder.</p>
+
+<p class="list">c) Recipient understands that although each Contributor
+grants the licenses to its Contributions set forth herein, no assurances
+are provided by any Contributor that the Program does not infringe the
+patent or other intellectual property rights of any other entity. Each
+Contributor disclaims any liability to Recipient for claims brought by
+any other entity based on infringement of intellectual property rights
+or otherwise. As a condition to exercising the rights and licenses
+granted hereunder, each Recipient hereby assumes sole responsibility to
+secure any other intellectual property rights needed, if any. For
+example, if a third party patent license is required to allow Recipient
+to distribute the Program, it is Recipient's responsibility to acquire
+that license before distributing the Program.</p>
+
+<p class="list">d) Each Contributor represents that to its knowledge it
+has sufficient copyright rights in its Contribution, if any, to grant
+the copyright license set forth in this Agreement.</p>
+
+<p><b>3. REQUIREMENTS</b></p>
+
+<p>A Contributor may choose to distribute the Program in object code
+form under its own license agreement, provided that:</p>
+
+<p class="list">a) it complies with the terms and conditions of this
+Agreement; and</p>
+
+<p class="list">b) its license agreement:</p>
+
+<p class="list">i) effectively disclaims on behalf of all Contributors
+all warranties and conditions, express and implied, including warranties
+or conditions of title and non-infringement, and implied warranties or
+conditions of merchantability and fitness for a particular purpose;</p>
+
+<p class="list">ii) effectively excludes on behalf of all Contributors
+all liability for damages, including direct, indirect, special,
+incidental and consequential damages, such as lost profits;</p>
+
+<p class="list">iii) states that any provisions which differ from this
+Agreement are offered by that Contributor alone and not by any other
+party; and</p>
+
+<p class="list">iv) states that source code for the Program is available
+from such Contributor, and informs licensees how to obtain it in a
+reasonable manner on or through a medium customarily used for software
+exchange.</p>
+
+<p>When the Program is made available in source code form:</p>
+
+<p class="list">a) it must be made available under this Agreement; and</p>
+
+<p class="list">b) a copy of this Agreement must be included with each
+copy of the Program.</p>
+
+<p>Contributors may not remove or alter any copyright notices contained
+within the Program.</p>
+
+<p>Each Contributor must identify itself as the originator of its
+Contribution, if any, in a manner that reasonably allows subsequent
+Recipients to identify the originator of the Contribution.</p>
+
+<p><b>4. COMMERCIAL DISTRIBUTION</b></p>
+
+<p>Commercial distributors of software may accept certain
+responsibilities with respect to end users, business partners and the
+like. While this license is intended to facilitate the commercial use of
+the Program, the Contributor who includes the Program in a commercial
+product offering should do so in a manner which does not create
+potential liability for other Contributors. Therefore, if a Contributor
+includes the Program in a commercial product offering, such Contributor
+("Commercial Contributor") hereby agrees to defend and
+indemnify every other Contributor ("Indemnified Contributor")
+against any losses, damages and costs (collectively "Losses")
+arising from claims, lawsuits and other legal actions brought by a third
+party against the Indemnified Contributor to the extent caused by the
+acts or omissions of such Commercial Contributor in connection with its
+distribution of the Program in a commercial product offering. The
+obligations in this section do not apply to any claims or Losses
+relating to any actual or alleged intellectual property infringement. In
+order to qualify, an Indemnified Contributor must: a) promptly notify
+the Commercial Contributor in writing of such claim, and b) allow the
+Commercial Contributor to control, and cooperate with the Commercial
+Contributor in, the defense and any related settlement negotiations. The
+Indemnified Contributor may participate in any such claim at its own
+expense.</p>
+
+<p>For example, a Contributor might include the Program in a commercial
+product offering, Product X. That Contributor is then a Commercial
+Contributor. If that Commercial Contributor then makes performance
+claims, or offers warranties related to Product X, those performance
+claims and warranties are such Commercial Contributor's responsibility
+alone. Under this section, the Commercial Contributor would have to
+defend claims against the other Contributors related to those
+performance claims and warranties, and if a court requires any other
+Contributor to pay any damages as a result, the Commercial Contributor
+must pay those damages.</p>
+
+<p><b>5. NO WARRANTY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
+PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION,
+ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
+OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
+responsible for determining the appropriateness of using and
+distributing the Program and assumes all risks associated with its
+exercise of rights under this Agreement , including but not limited to
+the risks and costs of program errors, compliance with applicable laws,
+damage to or loss of data, programs or equipment, and unavailability or
+interruption of operations.</p>
+
+<p><b>6. DISCLAIMER OF LIABILITY</b></p>
+
+<p>EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT
+NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
+WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
+DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
+HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.</p>
+
+<p><b>7. GENERAL</b></p>
+
+<p>If any provision of this Agreement is invalid or unenforceable under
+applicable law, it shall not affect the validity or enforceability of
+the remainder of the terms of this Agreement, and without further action
+by the parties hereto, such provision shall be reformed to the minimum
+extent necessary to make such provision valid and enforceable.</p>
+
+<p>If Recipient institutes patent litigation against any entity
+(including a cross-claim or counterclaim in a lawsuit) alleging that the
+Program itself (excluding combinations of the Program with other
+software or hardware) infringes such Recipient's patent(s), then such
+Recipient's rights granted under Section 2(b) shall terminate as of the
+date such litigation is filed.</p>
+
+<p>All Recipient's rights under this Agreement shall terminate if it
+fails to comply with any of the material terms or conditions of this
+Agreement and does not cure such failure in a reasonable period of time
+after becoming aware of such noncompliance. If all Recipient's rights
+under this Agreement terminate, Recipient agrees to cease use and
+distribution of the Program as soon as reasonably practicable. However,
+Recipient's obligations under this Agreement and any licenses granted by
+Recipient relating to the Program shall continue and survive.</p>
+
+<p>Everyone is permitted to copy and distribute copies of this
+Agreement, but in order to avoid inconsistency the Agreement is
+copyrighted and may only be modified in the following manner. The
+Agreement Steward reserves the right to publish new versions (including
+revisions) of this Agreement from time to time. No one other than the
+Agreement Steward has the right to modify this Agreement. The Eclipse
+Foundation is the initial Agreement Steward. The Eclipse Foundation may
+assign the responsibility to serve as the Agreement Steward to a
+suitable separate entity. Each new version of the Agreement will be
+given a distinguishing version number. The Program (including
+Contributions) may always be distributed subject to the version of the
+Agreement under which it was received. In addition, after a new version
+of the Agreement is published, Contributor may elect to distribute the
+Program (including its Contributions) under the new version. Except as
+expressly stated in Sections 2(a) and 2(b) above, Recipient receives no
+rights or licenses to the intellectual property of any Contributor under
+this Agreement, whether expressly, by implication, estoppel or
+otherwise. All rights in the Program not expressly granted under this
+Agreement are reserved.</p>
+
+<p>This Agreement is governed by the laws of the State of New York and
+the intellectual property laws of the United States of America. No party
+to this Agreement will bring a legal action under this Agreement more
+than one year after the cause of action arose. Each party waives its
+rights to a jury trial in any resulting litigation.</p>
+
+</body>
+
+</html>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/epl-v10.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,37 @@
+#
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.
+#
+# This software is made available by Red Hat, Inc. 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.
+#
+# See the AUTHORS.txt file in the distribution for a full listing of
+# individual contributors.
+#
+
+featureName = ModeShape Tools JCR CND Editor for Eclipse
+featureProvider = JBoss by Red Hat
+
+description = Provides a JCR CND editor.
+
+copyright = ModeShape Tools is copyright 2011-2012 Red Hat, Inc.\n\
+Some portions may be licensed to Red Hat, Inc. under one or more\n\
+contributor license agreements. See the AUTHORS.txt file in the\n\
+distribution for a full listing of individual contributors.\n\
+\n\
+ModeShape Tools is free software, and is made available by Red Hat, Inc.\n\
+under the terms of the Eclipse Public License v1.0 which accompanies\n\
+this distribution and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html.
+
+licenseUrl = license.html
+license = Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+
+updateSiteName = JBossTools Update Site
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.jcr.feature"
+ label="%featureName"
+ version="1.1.0.qualifier"
+ provider-name="%featureProvider"
+ plugin="org.jboss.tools.modeshape.jcr.ui"
+ image="feature.png">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseUrl">
+ %license
+ </license>
+
+ <plugin
+ id="org.jboss.tools.modeshape.client"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.modeshape.jcr"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.modeshape.jcr.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.modeshape.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/license.html
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/license.html (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/license.html 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/license.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/pom.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/pom.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/pom.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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>
+ <parent>
+ <groupId>org.jboss.tools.modeshape</groupId>
+ <artifactId>features</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.modeshape.features</groupId>
+ <artifactId>org.jboss.tools.modeshape.jcr.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>${tychoExtrasVersion}</version>
+ <executions>
+ <execution>
+ <id>source-feature</id>
+ <phase>package</phase>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <excludes>
+ <plugin id="org.jboss.tools.modeshape.client"/>
+ <!-- <feature id="sourcefeature.feature.nosource"/> -->
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/sourceTemplateFeature/.gitkeep
===================================================================
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,37 @@
+#
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.
+#
+# This software is made available by Red Hat, Inc. 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.
+#
+# See the AUTHORS.txt file in the distribution for a full listing of
+# individual contributors.
+#
+
+featureName = ModeShape JCR for Eclipse
+featureProvider = JBoss by Red Hat
+
+description = Provides a CND editor.
+
+copyright = ModeShape Tools is copyright 2011-2012 Red Hat, Inc.\n\
+Some portions may be licensed to Red Hat, Inc. under one or more\n\
+contributor license agreements. See the AUTHORS.txt file in the\n\
+distribution for a full listing of individual contributors.\n\
+\n\
+ModeShape Tools is free software, and is made available by Red Hat, Inc.\n\
+under the terms of the Eclipse Public License v1.0 which accompanies\n\
+this distribution and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html.
+
+licenseUrl = license.html
+license = Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
+
+updateSiteName = JBossTools Update Site
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.jcr.feature"
+ label="%featureName"
+ version="1.1.0.v20120410-1733-Beta3"
+ provider-name="%featureProvider"
+ plugin="org.jboss.tools.modeshape.jcr.ui"
+ image="feature.png">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseUrl">
+ %license
+ </license>
+
+ <plugin
+ id="org.jboss.tools.modeshape.client"
+ download-size="1667"
+ install-size="1865"
+ version="1.1.0.v20120410-1733-Beta3"/>
+
+ <plugin
+ id="org.jboss.tools.modeshape.jcr"
+ download-size="131"
+ install-size="314"
+ version="1.1.0.v20120410-1733-Beta3"/>
+
+ <plugin
+ id="org.jboss.tools.modeshape.jcr.ui"
+ download-size="179"
+ install-size="349"
+ version="1.1.0.v20120410-1733-Beta3"/>
+
+ <plugin
+ id="org.jboss.tools.modeshape.ui"
+ download-size="26"
+ install-size="42"
+ version="1.1.0.v20120410-1733-Beta3"/>
+
+</feature>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/local-artifacts.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/local-artifacts.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/local-artifacts.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,5 @@
+#Tue Apr 10 12:33:26 CDT 2012
+artifact.attached.p2metadata=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2content.xml
+artifact.attached.sources-feature=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-sources-feature.jar
+artifact.main=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-1.1.0-SNAPSHOT.jar
+artifact.attached.p2artifacts=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2artifacts.xml
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/local-artifacts.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/maven-archiver/pom.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/maven-archiver/pom.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/maven-archiver/pom.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Tue Apr 10 12:33:25 CDT 2012
+version=1.1.0-SNAPSHOT
+groupId=org.jboss.tools.modeshape.features
+artifactId=org.jboss.tools.modeshape.jcr.feature
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/maven-archiver/pom.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-1.1.0-SNAPSHOT.jar
===================================================================
(Binary files differ)
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-1.1.0-SNAPSHOT.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-sources-feature.jar
===================================================================
(Binary files differ)
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/org.jboss.tools.modeshape.jcr.feature-sources-feature.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2artifacts.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2artifacts.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2artifacts.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?artifactRepository version='1.1.0'?>
+<artifacts size='2'>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.feature' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='6'>
+ <property name='artifact.size' value='9019'/>
+ <property name='download.size' value='9019'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='download.contentType' value='application/zip'/>
+ </properties>
+ </artifact>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.feature.source' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='7'>
+ <property name='artifact.size' value='2420'/>
+ <property name='download.size' value='2420'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='maven-classifier' value='sources-feature'/>
+ <property name='download.contentType' value='application/zip'/>
+ </properties>
+ </artifact>
+</artifacts>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2artifacts.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2content.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2content.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2content.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,139 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<units size='4'>
+ <unit id='org.jboss.tools.modeshape.jcr.feature.feature.group' version='1.1.0.v20120410-1733-Beta3' singleton='false'>
+ <update id='org.jboss.tools.modeshape.jcr.feature.feature.group' range='[0.0.0,1.1.0.v20120410-1733-Beta3)' severity='0'/>
+ <properties size='12'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%featureProvider'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='df_LT.featureName' value='ModeShape JCR for Eclipse'/>
+ <property name='df_LT.description' value='Provides a CND editor.'/>
+ <property name='df_LT.featureProvider' value='JBoss by Red Hat'/>
+ <property name='df_LT.copyright' value='ModeShape Tools is copyright 2011-2012 Red Hat, Inc.
Some portions may be licensed to Red Hat, Inc. under one or more
contributor license agreements. See the AUTHORS.txt file in the
distribution for a full listing of individual contributors.

ModeShape Tools is free software, and is made available by Red Hat, Inc.
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.'/>
+ <property name='df_LT.license' value='Red Hat, Inc. licenses these features and plugins to you under certain open source licenses (or aggregations of such licenses), which in a particular case may include the Eclipse Public License, the GNU Lesser General Public License, and/or certain other open source licenses. For precise licensing details, consult the corresponding source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.feature.feature.group' version='1.1.0.v20120410-1733-Beta3'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.client' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.ui' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.ui' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.feature.feature.jar' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseUrl' url='%25licenseUrl'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.jboss.tools.modeshape.jcr.feature.feature.jar' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='12'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%featureProvider'/>
+ <property name='org.eclipse.update.feature.plugin' value='org.jboss.tools.modeshape.jcr.ui'/>
+ <property name='df_LT.featureName' value='ModeShape JCR for Eclipse'/>
+ <property name='df_LT.description' value='Provides a CND editor.'/>
+ <property name='df_LT.featureProvider' value='JBoss by Red Hat'/>
+ <property name='df_LT.copyright' value='ModeShape Tools is copyright 2011-2012 Red Hat, Inc.
Some portions may be licensed to Red Hat, Inc. under one or more
contributor license agreements. See the AUTHORS.txt file in the
distribution for a full listing of individual contributors.

ModeShape Tools is free software, and is made available by Red Hat, Inc.
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.'/>
+ <property name='df_LT.license' value='Red Hat, Inc. licenses these features and plugins to you under certain open source licenses (or aggregations of such licenses), which in a particular case may include the Eclipse Public License, the GNU Lesser General Public License, and/or certain other open source licenses. For precise licensing details, consult the corresponding source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.feature.feature.jar' version='1.1.0.v20120410-1733-Beta3'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.jboss.tools.modeshape.jcr.feature' version='1.1.0.v20120410-1733-Beta3'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.feature' version='1.1.0.v20120410-1733-Beta3'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseUrl' url='%25licenseUrl'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.jboss.tools.modeshape.jcr.feature.source.feature.group' version='1.1.0.v20120410-1733-Beta3' singleton='false'>
+ <update id='org.jboss.tools.modeshape.jcr.feature.source.feature.group' range='[0.0.0,1.1.0.v20120410-1733-Beta3)' severity='0'/>
+ <properties size='5'>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='maven-classifier' value='sources-feature'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.feature.source.feature.group' version='1.1.0.v20120410-1733-Beta3'/>
+ </provides>
+ <requires size='5'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.feature.feature.group' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.source' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.ui.source' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.ui.source' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.feature.source.feature.jar' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.jboss.tools.modeshape.jcr.feature.source.feature.jar' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='4'>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='maven-classifier' value='sources-feature'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.feature.source.feature.jar' version='1.1.0.v20120410-1733-Beta3'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.jboss.tools.modeshape.jcr.feature.source' version='1.1.0.v20120410-1733-Beta3'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.feature.source' version='1.1.0.v20120410-1733-Beta3'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+</units>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/p2content.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/sources-feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/sources-feature/feature.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/sources-feature/feature.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1 @@
+<feature id="org.jboss.tools.modeshape.jcr.feature.source" version="1.1.0.v20120410-1733-Beta3"><includes id="org.jboss.tools.modeshape.jcr.feature" version="1.1.0.v20120410-1733-Beta3"/><plugin id="org.jboss.tools.modeshape.jcr.source" version="1.1.0.v20120410-1733-Beta3" download-size="0" install-size="0" unpack="false"/><plugin id="org.jboss.tools.modeshape.jcr.ui.source" version="1.1.0.v20120410-1733-Beta3" download-size="0" install-size="0" unpack="false"/><plugin id="org.jboss.tools.modeshape.ui.source" version="1.1.0.v20120410-1733-Beta3" download-size="0" install-size="0" unpack="false"/></feature>
\ No newline at end of file
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.feature/target/sources-feature/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/.project
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/.project (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/.project 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.modeshape.jcr.test.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/.project
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/AUTHORS.txt
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/AUTHORS.txt (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/AUTHORS.txt 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1 @@
+Dan Florian (dflorian(a)redhat.com)
\ No newline at end of file
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/AUTHORS.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/COPYRIGHT.txt
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/COPYRIGHT.txt (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/COPYRIGHT.txt 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,9 @@
+ModeShape Tools is copyright 2011-2012 Red Hat, Inc.
+Some portions may be licensed to Red Hat, Inc. under one or more
+contributor license agreements. See the AUTHORS.txt file in the
+distribution for a full listing of individual contributors.
+
+ModeShape Tools is free software, and is made available by Red Hat, Inc.
+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.
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/COPYRIGHT.txt
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/build.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/build.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/build.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,10 @@
+bin.includes = feature.xml,\
+ AUTHORS.txt,\
+ COPYRIGHT.txt,\
+ feature.properties,\
+ license.html
+src.includes = AUTHORS.txt,\
+ COPYRIGHT.txt,\
+ feature.properties,\
+ feature.xml,\
+ license.html
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,36 @@
+#
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.
+#
+# This software is made available by Red Hat, Inc. 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.
+#
+# See the AUTHORS.txt file in the distribution for a full listing of
+# individual contributors.
+#
+
+featureName = JBoss Tools - Tests - ModeShape JCR
+featureProvider = JBoss by Red Hat
+
+descriptionUrl=http://www.jboss.org/tools
+description = Provides tests of JCR business objects used by the ModeShape CND editor.
+
+copyright = ModeShape Tools is copyright 2011-2012 Red Hat, Inc.\n\
+Some portions may be licensed to Red Hat, Inc. under one or more\n\
+contributor license agreements. See the AUTHORS.txt file in the\n\
+distribution for a full listing of individual contributors.\n\
+\n\
+ModeShape Tools is free software, and is made available by Red Hat, Inc.\n\
+under the terms of the Eclipse Public License v1.0 which accompanies\n\
+this distribution and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html.
+
+licenseUrl = license.html
+license = Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.jcr.test.feature"
+ label="%featureName"
+ version="1.1.0.qualifier"
+ provider-name="%featureProvider">
+
+<!--
+ - See the COPYRIGHT.txt file distributed with this work for information
+ - regarding copyright ownership.
+ -
+ - This software is made available by Red Hat, Inc. 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.
+ -
+ - See the AUTHORS.txt file in the distribution for a full listing of
+ - individual contributors.
+ -->
+
+ <description url="%descriptionUrl">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseUrl">
+ %license
+ </license>
+
+ <plugin
+ id="org.jboss.tools.modeshape.jcr.test"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"
+ unpack="false"/>
+
+</feature>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/license.html
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/license.html (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/license.html 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<html>
+
+<body>
+<p>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/license.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/pom.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/pom.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/pom.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ 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>
+ <parent>
+ <groupId>org.jboss.tools.modeshape</groupId>
+ <artifactId>features</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.modeshape.features</groupId>
+ <artifactId>org.jboss.tools.modeshape.jcr.test.feature</artifactId>
+
+ <packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>${tychoExtrasVersion}</version>
+ <executions>
+ <execution>
+ <id>source-feature</id>
+ <phase>package</phase>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/sourceTemplateFeature/.gitkeep
===================================================================
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,36 @@
+#
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.
+#
+# This software is made available by Red Hat, Inc. 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.
+#
+# See the AUTHORS.txt file in the distribution for a full listing of
+# individual contributors.
+#
+
+featureName = JBoss Tools - Tests - ModeShape JCR
+featureProvider = JBoss by Red Hat
+
+descriptionUrl=http://www.jboss.org/tools
+description = Provides tests of JCR business objects used by the ModeShape CND editor.
+
+copyright = ModeShape Tools is copyright 2011-2012 Red Hat, Inc.\n\
+Some portions may be licensed to Red Hat, Inc. under one or more\n\
+contributor license agreements. See the AUTHORS.txt file in the\n\
+distribution for a full listing of individual contributors.\n\
+\n\
+ModeShape Tools is free software, and is made available by Red Hat, Inc.\n\
+under the terms of the Eclipse Public License v1.0 which accompanies\n\
+this distribution and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html.
+
+licenseUrl = license.html
+license = Red Hat, Inc. licenses these features and plugins to you under \
+certain open source licenses (or aggregations of such licenses), which \
+in a particular case may include the Eclipse Public License, the GNU \
+Lesser General Public License, and/or certain other open source \
+licenses. For precise licensing details, consult the corresponding \
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
+Raleigh NC 27606 USA.
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.modeshape.jcr.test.feature"
+ label="%featureName"
+ version="1.1.0.v20120410-1733-Beta3"
+ provider-name="%featureProvider">
+
+<!--
+ - See the COPYRIGHT.txt file distributed with this work for information
+ - regarding copyright ownership.
+ -
+ - This software is made available by Red Hat, Inc. 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.
+ -
+ - See the AUTHORS.txt file in the distribution for a full listing of
+ - individual contributors.
+ -->
+
+ <description url="%descriptionUrl">
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseUrl">
+ %license
+ </license>
+
+ <plugin
+ id="org.jboss.tools.modeshape.jcr.test"
+ download-size="118"
+ install-size="327"
+ version="1.1.0.v20120410-1733-Beta3"
+ fragment="true"
+ unpack="false"/>
+
+</feature>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/local-artifacts.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/local-artifacts.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/local-artifacts.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,5 @@
+#Tue Apr 10 12:34:51 CDT 2012
+artifact.attached.p2metadata=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2content.xml
+artifact.attached.sources-feature=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-sources-feature.jar
+artifact.main=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-1.1.0-SNAPSHOT.jar
+artifact.attached.p2artifacts=/Users/dan/Work/Workspaces/jbosstools/trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2artifacts.xml
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/local-artifacts.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/maven-archiver/pom.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/maven-archiver/pom.properties (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/maven-archiver/pom.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Tue Apr 10 12:34:51 CDT 2012
+version=1.1.0-SNAPSHOT
+groupId=org.jboss.tools.modeshape.features
+artifactId=org.jboss.tools.modeshape.jcr.test.feature
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/maven-archiver/pom.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-1.1.0-SNAPSHOT.jar
===================================================================
(Binary files differ)
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-1.1.0-SNAPSHOT.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-sources-feature.jar
===================================================================
(Binary files differ)
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/org.jboss.tools.modeshape.jcr.test.feature-sources-feature.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2artifacts.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2artifacts.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2artifacts.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,25 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<?artifactRepository version='1.1.0'?>
+<artifacts size='2'>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.test.feature' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='6'>
+ <property name='artifact.size' value='4457'/>
+ <property name='download.size' value='4457'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.test.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='download.contentType' value='application/zip'/>
+ </properties>
+ </artifact>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.test.feature.source' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='7'>
+ <property name='artifact.size' value='2376'/>
+ <property name='download.size' value='2376'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.test.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='maven-classifier' value='sources-feature'/>
+ <property name='download.contentType' value='application/zip'/>
+ </properties>
+ </artifact>
+</artifacts>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2artifacts.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2content.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2content.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2content.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,135 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<units size='4'>
+ <unit id='org.jboss.tools.modeshape.jcr.test.feature.feature.group' version='1.1.0.v20120410-1733-Beta3' singleton='false'>
+ <update id='org.jboss.tools.modeshape.jcr.test.feature.feature.group' range='[0.0.0,1.1.0.v20120410-1733-Beta3)' severity='0'/>
+ <properties size='13'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='%descriptionUrl'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%featureProvider'/>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.test.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='df_LT.featureName' value='JBoss Tools - Tests - ModeShape JCR'/>
+ <property name='df_LT.description' value='Provides tests of JCR business objects used by the ModeShape CND editor.'/>
+ <property name='df_LT.featureProvider' value='JBoss by Red Hat'/>
+ <property name='df_LT.copyright' value='ModeShape Tools is copyright 2011-2012 Red Hat, Inc.
Some portions may be licensed to Red Hat, Inc. under one or more
contributor license agreements. See the AUTHORS.txt file in the
distribution for a full listing of individual contributors.

ModeShape Tools is free software, and is made available by Red Hat, Inc.
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.'/>
+ <property name='df_LT.license' value='Red Hat, Inc. licenses these features and plugins to you under certain open source licenses (or aggregations of such licenses), which in a particular case may include the Eclipse Public License, the GNU Lesser General Public License, and/or certain other open source licenses. For precise licensing details, consult the corresponding source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.'/>
+ </properties>
+ <provides size='2'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.feature.feature.group' version='1.1.0.v20120410-1733-Beta3'/>
+ <provided namespace='org.eclipse.equinox.p2.localization' name='df_LT' version='1.0.0'/>
+ </provides>
+ <requires size='2'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.feature.feature.jar' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ <licenses size='1'>
+ <license uri='%25licenseUrl' url='%25licenseUrl'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.jboss.tools.modeshape.jcr.test.feature.feature.jar' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='12'>
+ <property name='org.eclipse.equinox.p2.name' value='%featureName'/>
+ <property name='org.eclipse.equinox.p2.description' value='%description'/>
+ <property name='org.eclipse.equinox.p2.description.url' value='%descriptionUrl'/>
+ <property name='org.eclipse.equinox.p2.provider' value='%featureProvider'/>
+ <property name='df_LT.featureName' value='JBoss Tools - Tests - ModeShape JCR'/>
+ <property name='df_LT.description' value='Provides tests of JCR business objects used by the ModeShape CND editor.'/>
+ <property name='df_LT.featureProvider' value='JBoss by Red Hat'/>
+ <property name='df_LT.copyright' value='ModeShape Tools is copyright 2011-2012 Red Hat, Inc.
Some portions may be licensed to Red Hat, Inc. under one or more
contributor license agreements. See the AUTHORS.txt file in the
distribution for a full listing of individual contributors.

ModeShape Tools is free software, and is made available by Red Hat, Inc.
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.'/>
+ <property name='df_LT.license' value='Red Hat, Inc. licenses these features and plugins to you under certain open source licenses (or aggregations of such licenses), which in a particular case may include the Eclipse Public License, the GNU Lesser General Public License, and/or certain other open source licenses. For precise licensing details, consult the corresponding source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, Raleigh NC 27606 USA.'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.test.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.feature.feature.jar' version='1.1.0.v20120410-1733-Beta3'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.jboss.tools.modeshape.jcr.test.feature' version='1.1.0.v20120410-1733-Beta3'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.test.feature' version='1.1.0.v20120410-1733-Beta3'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ <licenses size='1'>
+ <license uri='%25licenseUrl' url='%25licenseUrl'>
+ %license
+ </license>
+ </licenses>
+ <copyright>
+ %copyright
+ </copyright>
+ </unit>
+ <unit id='org.jboss.tools.modeshape.jcr.test.feature.source.feature.group' version='1.1.0.v20120410-1733-Beta3' singleton='false'>
+ <update id='org.jboss.tools.modeshape.jcr.test.feature.source.feature.group' range='[0.0.0,1.1.0.v20120410-1733-Beta3)' severity='0'/>
+ <properties size='5'>
+ <property name='org.eclipse.equinox.p2.type.group' value='true'/>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.test.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='maven-classifier' value='sources-feature'/>
+ </properties>
+ <provides size='1'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.feature.source.feature.group' version='1.1.0.v20120410-1733-Beta3'/>
+ </provides>
+ <requires size='3'>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.feature.feature.group' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.source' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'/>
+ <required namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.feature.source.feature.jar' range='[1.1.0.v20120410-1733-Beta3,1.1.0.v20120410-1733-Beta3]'>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ </required>
+ </requires>
+ <touchpoint id='null' version='0.0.0'/>
+ </unit>
+ <unit id='org.jboss.tools.modeshape.jcr.test.feature.source.feature.jar' version='1.1.0.v20120410-1733-Beta3'>
+ <properties size='4'>
+ <property name='maven-groupId' value='org.jboss.tools.modeshape.features'/>
+ <property name='maven-artifactId' value='org.jboss.tools.modeshape.jcr.test.feature'/>
+ <property name='maven-version' value='1.1.0-SNAPSHOT'/>
+ <property name='maven-classifier' value='sources-feature'/>
+ </properties>
+ <provides size='3'>
+ <provided namespace='org.eclipse.equinox.p2.iu' name='org.jboss.tools.modeshape.jcr.test.feature.source.feature.jar' version='1.1.0.v20120410-1733-Beta3'/>
+ <provided namespace='org.eclipse.equinox.p2.eclipse.type' name='feature' version='1.0.0'/>
+ <provided namespace='org.eclipse.update.feature' name='org.jboss.tools.modeshape.jcr.test.feature.source' version='1.1.0.v20120410-1733-Beta3'/>
+ </provides>
+ <filter>
+ (org.eclipse.update.install.features=true)
+ </filter>
+ <artifacts size='1'>
+ <artifact classifier='org.eclipse.update.feature' id='org.jboss.tools.modeshape.jcr.test.feature.source' version='1.1.0.v20120410-1733-Beta3'/>
+ </artifacts>
+ <touchpoint id='org.eclipse.equinox.p2.osgi' version='1.0.0'/>
+ <touchpointData size='1'>
+ <instructions size='1'>
+ <instruction key='zipped'>
+ true
+ </instruction>
+ </instructions>
+ </touchpointData>
+ </unit>
+</units>
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/p2content.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/sources-feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/sources-feature/feature.xml (rev 0)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/sources-feature/feature.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1 @@
+<feature id="org.jboss.tools.modeshape.jcr.test.feature.source" version="1.1.0.v20120410-1733-Beta3"><includes id="org.jboss.tools.modeshape.jcr.test.feature" version="1.1.0.v20120410-1733-Beta3"/><plugin id="org.jboss.tools.modeshape.jcr.test.source" version="1.1.0.v20120410-1733-Beta3" download-size="0" install-size="0" unpack="false"/></feature>
\ No newline at end of file
Property changes on: trunk/modeshape/features/org.jboss.tools.modeshape.jcr.test.feature/target/sources-feature/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.html (rev 0)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.html 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>ModeShape REST Tools</title>
+<style type="text/css" media="screen">
+<!--
+ body {
+ font-family: Sans-serif, Arial, Helvetica;
+ }
+
+-->
+</style>
+</head>
+<body>
+<h1>ModeShape REST Tools</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a href="http://www.jboss.org/tools">JBoss Tools project page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License - Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file
Property changes on: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.ini
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.ini (rev 0)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.ini 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,27 @@
+#
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.
+#
+# This software is made available by Red Hat, Inc. 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.
+#
+# See the AUTHORS.txt file in the distribution for a full listing of
+# individual contributors.
+#
+
+# about.ini contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%featureText
+
+aboutImage=icons/cnd-editor-16x.png
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=feature.png
+
+# Property "appName" contains name of the application (translated)
+appName=%featureName
\ No newline at end of file
Property changes on: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.ini
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.mappings
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.mappings (rev 0)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.mappings 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,3 @@
+#Thu Feb 26 11:28:46 CST 2009
+1=
+0=3126
Added: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.properties
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.properties (rev 0)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -0,0 +1,21 @@
+#
+# See the COPYRIGHT.txt file distributed with this work for information
+# regarding copyright ownership.
+#
+# This software is made available by Red Hat, Inc. 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.
+#
+# See the AUTHORS.txt file in the distribution for a full listing of
+# individual contributors.
+#
+
+featureText=ModeShape Tools JCR CND Editor for Eclipse\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+Copyright (c) 2008-2012 Red Hat, Inc. All rights reserved.\n\
+Visit http://www.jboss.org/tools and http://www.modeshape.org/
+
+featureName=ModeShape Tools JCR CND Editor for Eclipse
+
Property changes on: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/about.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/feature.png
===================================================================
(Binary files differ)
Property changes on: trunk/modeshape/plugins/org.jboss.tools.modeshape.jcr.ui/feature.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/modeshape/site/category.xml
===================================================================
--- trunk/modeshape/site/category.xml 2012-04-10 18:10:19 UTC (rev 40117)
+++ trunk/modeshape/site/category.xml 2012-04-10 18:19:59 UTC (rev 40118)
@@ -1,22 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <description>To install these features, point Eclipse at this site.</description>
- <!-- JBoss Tools modeshape Nightly Build Update Site -->
- <category-def label="JBoss Tools modeshape Nightly Build Update Site" name="JBoss Tools modeshape Nightly Build Update Site">
- <description>JBoss Tools modeshape Nightly Build Update Site: contains all features in this build.</description>
- </category-def>
- <feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.feature" version="0.0.0">
- <category name="JBoss Tools modeshape Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.tools.modeshape.rest.test.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.test.feature" version="0.0.0">
- <category name="JBoss Tools modeshape Nightly Build Update Site"/>
- </feature>
- <!-- Sources -->
- <feature url="features/org.jboss.tools.modeshape.rest.feature.source_0.0.0.jar" id="org.jboss.tools.modeshape.rest.feature.source" version="0.0.0">
- <category name="JBoss Tools modeshape Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.tools.modeshape.rest.test.feature.source_0.0.0.jar" id="org.jboss.tools.modeshape.rest.test.feature.source" version="0.0.0">
- <category name="JBoss Tools modeshape Nightly Build Update Site"/>
- </feature>
-
+ <description>
+ To install these features, point Eclipse at this site.
+ </description>
+ <feature url="features/org.jboss.tools.modeshape.jcr.feature_0.0.0.jar" id="org.jboss.tools.modeshape.jcr.feature" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.modeshape.jcr.test.feature_0.0.0.jar" id="org.jboss.tools.modeshape.jcr.test.feature" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.modeshape.rest.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.feature" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.modeshape.rest.test.feature_0.0.0.jar" id="org.jboss.tools.modeshape.rest.test.feature" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.modeshape.jcr.feature.source_0.0.0.jar" id="org.jboss.tools.modeshape.jcr.feature.source" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.modeshape.jcr.test.feature.source_0.0.0.jar" id="org.jboss.tools.modeshape.jcr.test.feature.source" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.modeshape.rest.feature.source_0.0.0.jar" id="org.jboss.tools.modeshape.rest.feature.source" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.tools.modeshape.rest.test.feature.source_0.0.0.jar" id="org.jboss.tools.modeshape.rest.test.feature.source" version="0.0.0">
+ <category name="JBoss Tools modeshape Nightly Build Update Site"/>
+ </feature>
+ <category-def name="JBoss Tools modeshape Nightly Build Update Site" label="JBoss Tools modeshape Nightly Build Update Site">
+ <description>
+ JBoss Tools modeshape Nightly Build Update Site: contains all features in this build.
+ </description>
+ </category-def>
</site>
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/META-INF/MANIFEST.MF 2012-04-10 18:10:19 UTC (rev 40117)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/META-INF/MANIFEST.MF 2012-04-10 18:19:59 UTC (rev 40118)
@@ -7,3 +7,4 @@
Fragment-Host: org.jboss.tools.modeshape.jcr
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit4
+Bundle-ClassPath: .
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/build.properties
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/build.properties 2012-04-10 18:10:19 UTC (rev 40117)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.jcr.test/build.properties 2012-04-10 18:19:59 UTC (rev 40118)
@@ -14,5 +14,5 @@
bin.includes = META-INF/,\
.,\
OSGI-INF/,\
- cnd/
-src.includes = testdata/
+ cnd/,\
+ testdata/
13 years, 8 months
JBoss Tools SVN: r40115 - trunk/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test.
by jbosstools-commits@lists.jboss.org
Author: scabanovich
Date: 2012-04-10 13:33:27 -0400 (Tue, 10 Apr 2012)
New Revision: 40115
Modified:
trunk/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java
Log:
JBIDE-11497
https://issues.jboss.org/browse/JBIDE-11497.
EL parser should report unclosed quote.
Modified: trunk/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java
===================================================================
--- trunk/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java 2012-04-10 15:29:59 UTC (rev 40114)
+++ trunk/common/tests/org.jboss.tools.common.el.core.test/src/org/jboss/tools/common/el/core/test/ELParserTest.java 2012-04-10 17:33:27 UTC (rev 40115)
@@ -315,6 +315,12 @@
checkIncorrectEL(t, "#{?}", 2);
checkIncorrectEL(t, "#{=}", 2);
+ //unclosed string
+ checkIncorrectEL(t, "#{bean.method('abc)}", 14);
+ checkIncorrectEL(t, "#{bean.method(\"abc)}", 14);
+ //unclosed parenthesis
+ checkIncorrectEL(t, "#{bean.method('abc'}", 19);
+
checkIncorrectEL(t, "#{c.a[1.5E7]}",7); //TODO
}
13 years, 8 months
JBoss Tools SVN: r40114 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-04-10 11:29:59 -0400 (Tue, 10 Apr 2012)
New Revision: 40114
Modified:
trunk/build/pom.xml
Log:
remove http://dl.google.com/eclipse/plugin/3.7/ from build/pom.xml - we now mirror everything we need on download.jboss.org because it's all EPL
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-04-10 15:29:51 UTC (rev 40113)
+++ trunk/build/pom.xml 2012-04-10 15:29:59 UTC (rev 40114)
@@ -646,30 +646,5 @@
</profile>
</profiles>
- <repositories>
- <!-- still needed? JBIDE-10595 vs. JBIDE-10742 -->
- <repository>
- <id>gwt-e37</id>
- <url>http://dl.google.com/eclipse/plugin/3.7/</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <!-- no longer needed (https://issues.jboss.org/browse/JBIDE-9585) <repository>
- <id>egit11</id>
- <url>http://download.jboss.org/jbosstools/updates/requirements/egit/1.1.0.2011...</url>
- <layout>p2</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository> -->
- </repositories>
</project>
13 years, 8 months
JBoss Tools SVN: r40113 - in trunk/build/aggregate: site and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-04-10 11:29:51 -0400 (Tue, 10 Apr 2012)
New Revision: 40113
Modified:
trunk/build/aggregate/bottests-site/site/associate.properties
trunk/build/aggregate/site/associate.properties
trunk/build/aggregate/site/sources/associate.properties
Log:
remove http://dl.google.com/eclipse/plugin/3.7/ from parent pom - we now mirror everything we need on download.jboss.org because it's all EPL
Modified: trunk/build/aggregate/bottests-site/site/associate.properties
===================================================================
--- trunk/build/aggregate/bottests-site/site/associate.properties 2012-04-10 15:29:41 UTC (rev 40112)
+++ trunk/build/aggregate/bottests-site/site/associate.properties 2012-04-10 15:29:51 UTC (rev 40113)
@@ -4,4 +4,4 @@
#update.site.version=3.2.0.M2.2010-07-16_13-26-18-H21
# associate sites to add to the resulting repo
-associate.sites=http://download.jboss.org/jbosstools/updates/indigo/SR2/,http://download.jboss.org/jbosstools/updates/development/indigo/,http://dl.google.com/eclipse/plugin/3.7/
+associate.sites=http://download.jboss.org/jbosstools/updates/indigo/SR2/,http://download.jboss.org/jbosstools/updates/development/indigo/
Modified: trunk/build/aggregate/site/associate.properties
===================================================================
--- trunk/build/aggregate/site/associate.properties 2012-04-10 15:29:41 UTC (rev 40112)
+++ trunk/build/aggregate/site/associate.properties 2012-04-10 15:29:51 UTC (rev 40113)
@@ -4,4 +4,4 @@
#update.site.version=3.2.0.M2.2010-07-16_13-26-18-H21
# associate sites to add to the resulting repo
-associate.sites=http://download.jboss.org/jbosstools/updates/indigo/SR2/,http://dl.google.com/eclipse/plugin/3.7/
+associate.sites=http://download.jboss.org/jbosstools/updates/indigo/SR2/
Modified: trunk/build/aggregate/site/sources/associate.properties
===================================================================
--- trunk/build/aggregate/site/sources/associate.properties 2012-04-10 15:29:41 UTC (rev 40112)
+++ trunk/build/aggregate/site/sources/associate.properties 2012-04-10 15:29:51 UTC (rev 40113)
@@ -4,4 +4,4 @@
#update.site.version=3.2.0.M2.2010-07-16_13-26-18-H21
# associate sites to add to the resulting repo
-associate.sites=http://download.jboss.org/jbosstools/updates/indigo/SR2/,http://download.jboss.org/jbosstools/updates/development/indigo/,http://dl.google.com/eclipse/plugin/3.7/
+associate.sites=http://download.jboss.org/jbosstools/updates/indigo/SR2/,http://download.jboss.org/jbosstools/updates/development/indigo/
13 years, 8 months
JBoss Tools SVN: r40112 - trunk/gwt.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-04-10 11:29:41 -0400 (Tue, 10 Apr 2012)
New Revision: 40112
Modified:
trunk/gwt/pom.xml
Log:
remove http://dl.google.com/eclipse/plugin/3.7/ from parent pom - we now mirror everything we need on download.jboss.org because it's all EPL
Modified: trunk/gwt/pom.xml
===================================================================
--- trunk/gwt/pom.xml 2012-04-10 15:29:32 UTC (rev 40111)
+++ trunk/gwt/pom.xml 2012-04-10 15:29:41 UTC (rev 40112)
@@ -19,15 +19,6 @@
<module>site</module>
</modules>
<repositories>
- <!-- Cannot redistribute GWT plugins due to license therefore cannot be included in target platform; must reference as 3rd party URL -->
- <!-- TODO: is this Ok? Shouldn't it use our JBoss dependencies repository -->
- <repository>
- <id>gwt-e37</id>
- <url>http://dl.google.com/eclipse/plugin/3.7/</url>
- <layout>p2</layout>
- <snapshots><enabled>true</enabled></snapshots>
- <releases><enabled>true</enabled></releases>
- </repository>
<!-- To resolve parent artifact -->
<repository>
<id>jboss-public-repository-group</id>
13 years, 8 months