JBoss Tools SVN: r34361 - trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-08-29 05:17:50 -0400 (Mon, 29 Aug 2011)
New Revision: 34361
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
Log:
[JBIDE-9601] corrected build.properties, extracted keys from feature.xml to feature.properties
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-29 09:16:39 UTC (rev 34360)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-29 09:17:50 UTC (rev 34361)
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.deltacloud.test.feature" label="%featureName" version="1.0.1.qualifier">
+<feature id="org.jboss.tools.deltacloud.test.feature"
+ label="%featureName"
+ version="1.0.1.qualifier"
+ provider-name="%providerName">>
<description url="%descriptionURL">
%description
14 years, 3 months
JBoss Tools SVN: r34360 - trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-08-29 05:16:39 -0400 (Mon, 29 Aug 2011)
New Revision: 34360
Modified:
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
Log:
[JBIDE-9601] corrected build.properties, extracted keys from feature.xml to feature.properties
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties 2011-08-29 09:05:43 UTC (rev 34359)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/build.properties 2011-08-29 09:16:39 UTC (rev 34360)
@@ -1 +1,8 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties,\
+ build.properties,\
+ license.html
+src.includes = build.properties,\
+ feature.properties,\
+ feature.xml,\
+ license.html
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties 2011-08-29 09:05:43 UTC (rev 34359)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties 2011-08-29 09:16:39 UTC (rev 34360)
@@ -1,47 +1,50 @@
-###############################################################################
-# Copyright (c) 2008-2011 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# JBoss by Red Hat - Initial implementation.
-##############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=JBoss Tools - Tests - Deltacloud
-
-# "providerName" property - name of the company that provides the feature
-providerName=JBoss by Red Hat
-
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
-
-# "description" property - description of the feature
-description=JBoss Tools - Tests - Deltacloud
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http\://www.eclipse.org/legal/epl-v10.html\n\n\
-Contributors\:\n\
-JBoss by Red Hat - Initial implementation.
- ############### end of copyright property ####################################
-
-# "licenseURL" property - URL of the "Feature License"
-# do not translate value - just change to point to a locale-specific HTML page
-licenseURL=license.html
-
-# START NON-TRANSLATABLE
-# "license" property - text of the "Feature Update License"
+###############################################################################
+# Copyright (c) 2008-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=Deltacloud Development Tools Tests
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=Deltacloud Development Tools Tests
+
+# "descriptionURL" property - the web address to get further informations about this feature
+descriptionURL=http://www.jboss.org/tools
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2011 Red Hat, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.
+ ############### end of copyright property ####################################
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
# should be plain text version of license agreement pointed to be "licenseURL"
license=Red Hat, Inc. licenses these features and plugins to you under \
certain open source licenses (or aggregations of such licenses), which \
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-29 09:05:43 UTC (rev 34359)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-29 09:16:39 UTC (rev 34360)
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.deltacloud.test.feature" label="JBoss Tools - Tests - Deltacloud" version="1.0.1.qualifier">
+<feature id="org.jboss.tools.deltacloud.test.feature" label="%featureName" version="1.0.1.qualifier">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
+ <description url="%descriptionURL">
+ %description
</description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
+ <copyright>
+ %copyright
</copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
+ <license url="%licenseURL">
+ %license
</license>
<plugin id="org.jboss.tools.deltacloud.test" download-size="0" install-size="0" version="0.0.0" unpack="false" />
14 years, 3 months
JBoss Tools SVN: r34359 - trunk/as/features/org.jboss.ide.eclipse.as.test.feature.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-08-29 05:05:43 -0400 (Mon, 29 Aug 2011)
New Revision: 34359
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
Log:
corrected build.properties, extracted keys from features.xml
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties 2011-08-29 09:04:28 UTC (rev 34358)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties 2011-08-29 09:05:43 UTC (rev 34359)
@@ -26,8 +26,8 @@
# "copyright" property
copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
-# "descriptionUrl" property - the web address to get further informations about this feature
-descriptionUrl=http://www.jboss.org/tools
+# "descriptionURL" property - the web address to get further informations about this feature
+descriptionURL=http://www.jboss.org/tools
# "license" property
license=Red Hat, Inc. licenses these features and plugins to you under
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29 09:04:28 UTC (rev 34358)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29 09:05:43 UTC (rev 34359)
@@ -5,7 +5,7 @@
version="2.3.0.qualifier"
provider-name="%providerName">
- <description url="%descriptionUrl">
+ <description url="%descriptionURL">
%description
</description>
14 years, 3 months
JBoss Tools SVN: r34358 - trunk/as/features/org.jboss.ide.eclipse.as.test.feature.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-08-29 05:04:28 -0400 (Mon, 29 Aug 2011)
New Revision: 34358
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
Log:
corrected build.properties, extracted keys from features.xml
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties 2011-08-29 08:57:56 UTC (rev 34357)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties 2011-08-29 09:04:28 UTC (rev 34358)
@@ -15,16 +15,11 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=JBossAS Tools
+featureName=JBossAS Tools Test
# "providerName" property - name of the company that provides the feature
providerName=JBoss by Red Hat
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
-
-devUpdateSiteName=JBossTools Development Update Site
-
# "description" property - description of the feature
description=Provides WTP server adapters for JBoss installations. These adapters are capable of deployment and providing classpaths for projects. Zipped or exploded deployments, JMX integration, and other extensions are included.
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29 08:57:56 UTC (rev 34357)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29 09:04:28 UTC (rev 34358)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.ide.eclipse.as.test.feature"
- label="JBossTools Test"
+ label="%featureName"
version="2.3.0.qualifier"
provider-name="%providerName">
14 years, 3 months
JBoss Tools SVN: r34357 - in trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core: util and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-08-29 04:57:56 -0400 (Mon, 29 Aug 2011)
New Revision: 34357
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/JBossServerType.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/ServerBeanLoader.java
trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/IJBossToolingConstants.java
Log:
JBIDE-9381 - trunk
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/JBossServerType.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/JBossServerType.java 2011-08-29 08:47:37 UTC (rev 34356)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/JBossServerType.java 2011-08-29 08:57:56 UTC (rev 34357)
@@ -11,11 +11,9 @@
package org.jboss.ide.eclipse.as.core.server.bean;
import java.io.File;
-import java.io.FilenameFilter;
import java.io.IOException;
import java.util.Properties;
import java.util.zip.ZipEntry;
-import java.util.zip.ZipException;
import java.util.zip.ZipFile;
import org.jboss.ide.eclipse.as.core.util.IJBossRuntimeResourceConstants;
@@ -23,10 +21,10 @@
public class JBossServerType implements IJBossToolingConstants {
- private static final String JBOSS_AS_PATH = "jboss-as"; //$NON-NLS-1$
- private static final String BIN_PATH = "bin"; //$NON-NLS-1$
+ public static final String JBOSS_AS_PATH = "jboss-as"; //$NON-NLS-1$
+ public static final String BIN_PATH = "bin"; //$NON-NLS-1$
private static final String TWIDDLE_JAR_NAME = "twiddle.jar"; //$NON-NLS-1$
- private static final String RUN_JAR_NAME = "run.jar"; //$NON-NLS-1$
+ public static final String RUN_JAR_NAME = "run.jar"; //$NON-NLS-1$
private static final String JBOSS_ESB_PATH = "jboss-esb"; //$NON-NLS-1$
private static final String SOAP_JBPM_JPDL_PATH = "jbpm-jpdl"; //$NON-NLS-1$
private static final String JBOSS_AS_WEB_PATH = "jboss-as-web"; //$NON-NLS-1$
@@ -106,7 +104,7 @@
UNKNOWN_STR,
UNKNOWN_STR,
"",//$NON-NLS-1$
- new String[]{V7_0, V7_1, V6_0, V6_1, V5_1, V5_0, V4_3, V4_2, V4_0, V3_2}, null);
+ new String[]{V7_0, V7_1, V6_0, V6_1, V5_1, V5_2, V5_0, V4_3, V4_2, V4_0, V3_2}, null);
public String toString() {
return id;
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/ServerBeanLoader.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/ServerBeanLoader.java 2011-08-29 08:47:37 UTC (rev 34356)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/server/bean/ServerBeanLoader.java 2011-08-29 08:57:56 UTC (rev 34357)
@@ -30,7 +30,14 @@
JBossServerType type = getServerType(location);
String version = null;
if (!JBossServerType.UNKNOWN.equals(type)) {
- version = getServerVersion(getFullServerVersion(new File(location,type.getSystemJarPath())));
+ String fullVersion = getFullServerVersion(new File(location,type.getSystemJarPath()));
+ if (fullVersion != null && fullVersion.startsWith("5.1.1") && JBossServerType.SOAP.equals(type)) { //$NON-NLS-1$
+ // SOA-P 5.2
+ String runJar = JBossServerType.JBOSS_AS_PATH + File.separatorChar +
+ JBossServerType.BIN_PATH+ File.separatorChar + JBossServerType.RUN_JAR_NAME;
+ fullVersion = getFullServerVersion(new File(location, runJar));
+ }
+ version = getServerVersion(fullVersion);
}
ServerBean server = new ServerBean(location.getPath(),getName(location),type,version);
return server;
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/IJBossToolingConstants.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/IJBossToolingConstants.java 2011-08-29 08:47:37 UTC (rev 34356)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/jbosscore/org/jboss/ide/eclipse/as/core/util/IJBossToolingConstants.java 2011-08-29 08:57:56 UTC (rev 34357)
@@ -53,6 +53,7 @@
public static final String V4_3 = "4.3"; //$NON-NLS-1$
public static final String V5_0 = "5.0"; //$NON-NLS-1$
public static final String V5_1 = "5.1"; //$NON-NLS-1$
+ public static final String V5_2 = "5.2"; //$NON-NLS-1$
public static final String V6_0 = "6.0"; //$NON-NLS-1$
public static final String V6_1 = "6.1"; //$NON-NLS-1$
public static final String V7_0 = "7.0"; //$NON-NLS-1$
14 years, 3 months
JBoss Tools SVN: r34356 - trunk/as/features/org.jboss.ide.eclipse.as.test.feature.
by jbosstools-commits@lists.jboss.org
Author: adietish
Date: 2011-08-29 04:47:37 -0400 (Mon, 29 Aug 2011)
New Revision: 34356
Added:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html
Modified:
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
Log:
corrected build.properties, extracted keys from features.xml
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties 2011-08-29 07:11:21 UTC (rev 34355)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/build.properties 2011-08-29 08:47:37 UTC (rev 34356)
@@ -1 +1,9 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties,\
+ build.properties,\
+ license.html
+src.includes = build.properties,\
+ feature.properties,\
+ feature.xml,\
+ license.html,\
+ pom.xml
Added: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties (rev 0)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties 2011-08-29 08:47:37 UTC (rev 34356)
@@ -0,0 +1,47 @@
+###############################################################################
+# Copyright (c) 2010-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBossAS Tools
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+devUpdateSiteName=JBossTools Development Update Site
+
+# "description" property - description of the feature
+description=Provides WTP server adapters for JBoss installations. These adapters are capable of deployment and providing classpaths for projects. Zipped or exploded deployments, JMX integration, and other extensions are included.
+
+# "copyright" property
+copyright=JBoss, Home of Professional Open Source\nCopyright JBoss by Red Hat, and individual contributors as indicated\nby the @authors tag, 2006-2011. See the copyright.txt in the distribution\nfor a full listing of individual contributors.
+
+# "descriptionUrl" property - the web address to get further informations about this feature
+descriptionUrl=http://www.jboss.org/tools
+
+# "license" property
+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.
+
+# "licenseURL" property
+licenseURL=license.html
Property changes on: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29 07:11:21 UTC (rev 34355)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-29 08:47:37 UTC (rev 34356)
@@ -3,27 +3,18 @@
id="org.jboss.ide.eclipse.as.test.feature"
label="JBossTools Test"
version="2.3.0.qualifier"
- provider-name="JBoss by Red Hat">
+ provider-name="%providerName">
- <description url="http://www.jboss.org/tools">
- JBoss Tools - Tests - JBossAS
+ <description url="%descriptionUrl">
+ %description
</description>
<copyright>
- JBoss, Home of Professional Open Source
-Copyright (c) 2006-2011 Red Hat, Inc., and individual contributors as indicated
-by the @authors tag. See the copyright.txt in the distribution
-for a full listing of individual contributors.
+ %copyright
</copyright>
- <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.
+ <license url="%licenseURL">
+ %license
</license>
<plugin
Added: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html (rev 0)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/license.html 2011-08-29 08:47:37 UTC (rev 34356)
@@ -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/as/features/org.jboss.ide.eclipse.as.test.feature/license.html
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ text/plain
14 years, 3 months
JBoss Tools SVN: r34355 - branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US.
by jbosstools-commits@lists.jboss.org
Author: irooskov(a)redhat.com
Date: 2011-08-29 03:11:21 -0400 (Mon, 29 Aug 2011)
New Revision: 34355
Modified:
branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
Log:
updated for JBDS 4.1.1
Modified: branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml
===================================================================
--- branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-08-29 02:08:15 UTC (rev 34354)
+++ branches/jbosstools-3.2.x/documentation/guides/JBDS_Release_Notes/en-US/Fixed_Issues.xml 2011-08-29 07:11:21 UTC (rev 34355)
@@ -253,6 +253,18 @@
</itemizedlist>
</para>
</formalpara>-->
+ <formalpara>
+ <title>Webservices/title>
+ <para>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBIDE-9516">JBIDE-9516</ulink>: When creating a Sample RESTful Web Service, the wizard referenced a JAR file that did not exist and an error would occur. The issue has been fixed by ensuring that the wizard looks for a file that has a name starting with <filename>jaxrs-api</filename> and ends with <filename>.jar</filename>. This also allows for the JBoss Developer Studio to automatically use newer versions of the the file in the future.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </formalpara>
<!-- <formalpara>
<title>Web Tools Platform</title>
<para>
@@ -289,16 +301,26 @@
</itemizedlist>
</para>
</formalpara>-->
-<!-- <formalpara>
+ <formalpara>
<title>General Issues</title>
<para>
<itemizedlist>
<listitem>
<para>
- <ulink url="http://jira.jboss.com/jira/browse/JBIDE-0000">JBIDE-0000</ulink>:
+ <ulink url="http://jira.jboss.com/jira/browse/JBIDE-9514">JBIDE-9514</ulink>: Project Example ZIP files that contian empty folders, would not be imported correctly and the empty folders would be excluded, though they are necessary for the project to work (for example, the <filename>src</filename> folder). To fix this issue the <filename>NewProjectExamplesWizard.java</filename> has been modified to allow for empty folders within ZIP files to be imported correctly.
</para>
</listitem>
+ <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBIDE-9361">JBIDE-9361</ulink>: When importing a project, if it is not faceted or does not contain a primary runtime, the project will not be imported correctly. This could have lead to errors being displayed and projects referencing an incorrect runtime. The issue has been corrected within this release by updating the <filename>WTPRuntimeFix.java</filename> by adding in code to check and handle when a project is not faceted or does not contain a primary runtime.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <ulink url="http://jira.jboss.com/jira/browse/JBIDE-9344">JBIDE-9344</ulink>: When a user would import a project ZIP file using the project example framework, an empty sub-folder would appear that was unnecessary. This issue has been corrected in this release by modifying the <filename>NewProjectExamplesWizard.java</filename> file to check the files being imported and ensure the empty sub-folder no longer appears.
+ </para>
+ </listitem>
</itemizedlist>
</para>
- </formalpara> -->
+ </formalpara>
</section>
14 years, 3 months
JBoss Tools SVN: r34354 - trunk/build/aggregate/soa-site.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-28 22:08:15 -0400 (Sun, 28 Aug 2011)
New Revision: 34354
Modified:
trunk/build/aggregate/soa-site/pom.xml
trunk/build/aggregate/soa-site/site.xml
Log:
fix comments in pom.xml and site.xml
Modified: trunk/build/aggregate/soa-site/pom.xml
===================================================================
--- trunk/build/aggregate/soa-site/pom.xml 2011-08-29 02:05:24 UTC (rev 34353)
+++ trunk/build/aggregate/soa-site/pom.xml 2011-08-29 02:08:15 UTC (rev 34354)
@@ -12,6 +12,11 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>eclipse-update-site</packaging>
+ <!-- to build against locally built sources, use:
+ mvn clean install
+ to build against http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/, use:
+ mvn clean install -Pjbosstools-nightly-staging-composite
+ -->
<properties>
<!-- add more inputRepos into the composite metadata at the URL below. Therefore need not edit this file and add dozens of URLs
which need to be called by Ant script later -->
Modified: trunk/build/aggregate/soa-site/site.xml
===================================================================
--- trunk/build/aggregate/soa-site/site.xml 2011-08-29 02:05:24 UTC (rev 34353)
+++ trunk/build/aggregate/soa-site/site.xml 2011-08-29 02:08:15 UTC (rev 34354)
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
- <!-- This file is only used when building with Tycho.
- If building with Ant (trunk/build/build.xml), see category.*.xml -->
<description>
JBoss Tools - SOA Tooling 3.3 Updates
</description>
14 years, 3 months
JBoss Tools SVN: r34353 - in trunk/build/aggregate/webtools-site: site and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-28 22:05:24 -0400 (Sun, 28 Aug 2011)
New Revision: 34353
Added:
trunk/build/aggregate/webtools-site/README.installation.txt
trunk/build/aggregate/webtools-site/aggregateSite.jbosstools.properties
trunk/build/aggregate/webtools-site/build.xml
trunk/build/aggregate/webtools-site/index-template.html
trunk/build/aggregate/webtools-site/index.html
trunk/build/aggregate/webtools-site/remove-uncategorized.xsl
trunk/build/aggregate/webtools-site/site.xml
trunk/build/aggregate/webtools-site/web/
trunk/build/aggregate/webtools-site/web/site.css
Removed:
trunk/build/aggregate/webtools-site/site/.gitignore
trunk/build/aggregate/webtools-site/site/pom.xml
trunk/build/aggregate/webtools-site/site/site.xml
Modified:
trunk/build/aggregate/webtools-site/.gitignore
trunk/build/aggregate/webtools-site/pom.xml
Log:
move webtools-site/site into webtools-site - simpler and clones setup for soa-tooling site
Modified: trunk/build/aggregate/webtools-site/.gitignore
===================================================================
--- trunk/build/aggregate/webtools-site/.gitignore 2011-08-27 16:38:29 UTC (rev 34352)
+++ trunk/build/aggregate/webtools-site/.gitignore 2011-08-29 02:05:24 UTC (rev 34353)
@@ -1,2 +1,2 @@
-.project
-.settings/
+target
+zips
Added: trunk/build/aggregate/webtools-site/README.installation.txt
===================================================================
--- trunk/build/aggregate/webtools-site/README.installation.txt (rev 0)
+++ trunk/build/aggregate/webtools-site/README.installation.txt 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,10 @@
+This file is an Eclipse update zip to be used from within an Eclipse installations update manager.
+
+Do not unzip this zip into Eclipse directly nor into its dropins folder - it will not work.
+
+In fact, you do not need to unzip this zip at all - you can simply use the Eclipse Update Manager
+( Help > Install New Software... > Add... > Archive... ) to perform the installation directly from
+this zip file.
+
+For more information, see https://www.jboss.org/tools/download/installation/update_3_3.html#fromzip
+
Added: trunk/build/aggregate/webtools-site/aggregateSite.jbosstools.properties
===================================================================
--- trunk/build/aggregate/webtools-site/aggregateSite.jbosstools.properties (rev 0)
+++ trunk/build/aggregate/webtools-site/aggregateSite.jbosstools.properties 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,7 @@
+# options: Nightly Build (default), Development Milestone, Stable Release
+#update.site.description=Nightly Build
+#update.site.description=Development Milestone
+#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/SR0/,http://download.jboss.org/jbosstools/updates/development/indigo/
Added: trunk/build/aggregate/webtools-site/build.xml
===================================================================
--- trunk/build/aggregate/webtools-site/build.xml (rev 0)
+++ trunk/build/aggregate/webtools-site/build.xml 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,704 @@
+<project default="custom.build" name="jbosstools aggregate site build.xml">
+
+ <!-- pass in properties to Maven/Ant via Hudson job:
+ -DJOB_NAME=${JOB_NAME}
+ -DBUILD_ID=${BUILD_ID}
+ -DBUILD_NUMBER=${BUILD_NUMBER}
+ -->
+
+ <!-- if ${WORKSPACE}/site folder exists, target that folder; else generate here. -->
+ <condition property="output.dir" value="${WORKSPACE}/results" else="${basedir}">
+ <available file="${WORKSPACE}/results" />
+ </condition>
+
+ <condition property="COMMON_TOOLS" value="/home/hudson/static_build_env/jbds/tools" else="${java.io.tmpdir}">
+ <available file="/home/hudson/static_build_env/jbds" type="dir" />
+ </condition>
+ <mkdir dir="${COMMON_TOOLS}" />
+
+ <condition property="build.xml" value="/home/hudson/static_build_env/jbds/tools/sources/build/build.xml">
+ <available file="/home/hudson/static_build_env/jbds/tools/sources/build/build.xml" type="file" />
+ </condition>
+ <condition property="build.xml" value="${basedir}/../../build/build.xml">
+ <available file="${basedir}/../../build/build.xml" type="file" />
+ </condition>
+ <condition property="build.xml" value="${basedir}/../../build.xml">
+ <available file="${basedir}/../../build.xml" type="file" />
+ </condition>
+ <!-- if can't calculate where build/build.xml is located, must pass in path from parent when calling this script -->
+
+ <property name="update.site.source.dir" value="${output.dir}/target/site" />
+
+ <!-- load properties from default (or alternate) properties file -->
+ <property name="aggregateSite.properties" value="aggregateSite.jbosstools.properties" />
+ <property file="${aggregateSite.properties}" />
+
+ <target name="init">
+ <ant antfile="${build.xml}" target="init" />
+ <taskdef resource="net/sf/antcontrib/antlib.xml">
+ <classpath>
+ <pathelement location="${COMMON_TOOLS}/ant-contrib.jar" />
+ </classpath>
+ </taskdef>
+ </target>
+
+ <target name="custom.build" description="aggregate update site extras" depends="init,check.target,add.associate.sites,add.web.content,pack.zip,collect.zips,collect.metadata,create.summary.file" />
+
+ <!-- = = = = = = = = = = = = = = = = =
+ macrodef: fetchZipsFromList - given a list of zips in zip.list.txt, fetch those zips
+ = = = = = = = = = = = = = = = = = -->
+ <macrodef name="fetchZipsFromList">
+ <attribute name="repo" default="" />
+ <sequential>
+
+ <var name="location.cleaned" value="@{repo}" />
+ <propertyregex defaultvalue="${location.cleaned}" input="${location.cleaned}" regexp="/all/repo/*$" replace="" casesensitive="true" override="true" property="location.cleaned" />
+ <propertyregex defaultvalue="${location.cleaned}" input="${location.cleaned}" regexp="/tools/*$" replace="" casesensitive="true" override="true" property="location.cleaned" />
+
+ <echo level="verbose">repo = ${location.cleaned}</echo>
+ <!-- fetch zip.list.txt file, if available -->
+ <var unset="true" name="ALL_ZIPS" />
+ <var unset="true" name="wget.return" />
+ <if>
+ <contains string="${location.cleaned}" substring=":/" />
+ <then>
+ <exec executable="wget" dir="${aggregate.zips.dir}" failonerror="false" failifexecutionfails="false" resultproperty="wget.return" outputproperty="null">
+ <arg line="${location.cleaned}/logs/zip.list.txt -q --no-clobber --tries=3" />
+ </exec>
+ </then>
+ <else>
+ <copy todir="${aggregate.zips.dir}" failonerror="false" file="${location.cleaned}/logs/zip.list.txt" />
+ </else>
+ </if>
+
+ <echo level="verbose">Fetch SVN_REVISION.txt if it exists (return 8 if not found)</echo>
+ <var name="svnRevTXT" value="${aggregate.zips.dir}/SVN_REVISION.txt" />
+ <if>
+ <contains string="${location.cleaned}" substring=":/" />
+ <then>
+ <exec executable="wget" dir="${aggregate.zips.dir}" failonerror="false" failifexecutionfails="false" resultproperty="wget.return" outputproperty="null">
+ <arg line="${location.cleaned}/logs/SVN_REVISION.txt -q --no-clobber --tries=3" />
+ </exec>
+ </then>
+ <else>
+ <copy todir="${aggregate.zips.dir}" failonerror="false" file="${location.cleaned}/logs/SVN_REVISION.txt" />
+ </else>
+ </if>
+
+ <echo level="verbose">Fetch SVN_REVISION.xml if it exists (return 8 if not found)</echo>
+ <var name="svnRevXML" value="${aggregate.zips.dir}/SVN_REVISION.xml" />
+ <if>
+ <contains string="${location.cleaned}" substring=":/" />
+ <then>
+ <exec executable="wget" dir="${aggregate.zips.dir}" failonerror="false" failifexecutionfails="false" resultproperty="wget.return" outputproperty="null">
+ <arg line="${location.cleaned}/logs/SVN_REVISION.xml -q --no-clobber --tries=3" />
+ </exec>
+ </then>
+ <else>
+ <copy todir="${aggregate.zips.dir}" failonerror="false" file="${location.cleaned}/logs/SVN_REVISION.xml" />
+ </else>
+ </if>
+
+ <echo level="verbose">Fetch build.properties if it exists (return 8 if not found)</echo>
+ <var name="buildProperties" value="${aggregate.zips.dir}/build.properties" />
+ <if>
+ <contains string="${location.cleaned}" substring=":/" />
+ <then>
+ <exec executable="wget" dir="${aggregate.zips.dir}" failonerror="false" failifexecutionfails="false" resultproperty="wget.return" outputproperty="null">
+ <arg line="${location.cleaned}/logs/build.properties -q --no-clobber --tries=3" />
+ </exec>
+ </then>
+ <else>
+ <copy todir="${aggregate.zips.dir}" failonerror="false" file="${location.cleaned}/logs/build.properties" />
+ </else>
+ </if>
+
+ <if>
+ <or>
+ <and>
+ <contains string="${location.cleaned}" substring=":/" />
+ <equals arg1="${wget.return}" arg2="0" />
+ <available file="${aggregate.zips.dir}/zip.list.txt" type="file" />
+ </and>
+ <and>
+ <not>
+ <contains string="${location.cleaned}" substring=":/" />
+ </not>
+ <available file="${aggregate.zips.dir}/zip.list.txt" type="file" />
+ </and>
+ </or>
+ <then>
+ <!-- load zip.list.txt file, get ALL_ZIPS list -->
+ <var unset="true" name="ALL_ZIPS" />
+ <property file="${aggregate.zips.dir}/zip.list.txt" />
+ <if>
+ <isset property="ALL_ZIPS" />
+ <then>
+ <var name="relativePath" unset="true" />
+ <for list="${ALL_ZIPS}" delimiter=", " keepgoing="true" param="zipPath">
+ <sequential>
+ <propertyregex override="true" property="relativePath" defaultvalue="" input="@{zipPath}" regexp="(.+)/([^/]+\.zip)" replace="\1" />
+
+ <propertyregex override="true" property="svnrevPath" defaultvalue="" input="@{zipPath}" regexp=".zip" replace=".SVN_REVISION" />
+ <propertyregex override="true" property="svnrevPath" defaultvalue="${svnrevPath}" input="${svnrevPath}" regexp="-Sources-|-Update-" replace="-" />
+
+ <propertyregex override="true" property="buildPropertiesPath" defaultvalue="" input="@{zipPath}" regexp=".zip" replace=".build.properties" />
+ <propertyregex override="true" property="buildPropertiesPath" defaultvalue="${buildPropertiesPath}" input="${buildPropertiesPath}" regexp="-Sources-|-Update-" replace="-" />
+
+ <propertyregex override="true" property="filePrefix" defaultvalue="@{zipPath}" input="@{zipPath}" regexp="(.+)/([^/]+)\.zip" replace="\2.build.properties" />
+
+ <mkdir dir="${aggregate.zips.dir}/${relativePath}" />
+ <!-- fetch zips to local dir -->
+ <echo level="verbose">repoNum = @{repoNum}
+relativePath = ${relativePath}
+svnrevPath = ${svnrevPath}
+buildPropertiesPath = ${buildPropertiesPath}
+zipPath = @{zipPath}
+DEST = ${aggregate.zips.dir}/@{zipPath}
+</echo>
+ <echo level="verbose"> Zip URL = ${location.cleaned}/@{zipPath}</echo>
+ <if>
+ <isset property="isTest" />
+ <then>
+ <!-- create a fake file of variable length (rather than using touch for zero-length one) -->
+ <echo file="${aggregate.zips.dir}/@{zipPath}">${aggregate.zips.dir}/@{zipPath}</echo>
+ </then>
+ <else>
+ <if>
+ <contains string="${location.cleaned}" substring=":/" />
+ <then>
+
+ <var name="wget.return" unset="true" />
+ <exec executable="wget" dir="${aggregate.zips.dir}/${relativePath}" failonerror="false" failifexecutionfails="false" resultproperty="wget.return" outputproperty="null">
+ <arg line="${location.cleaned}/@{zipPath} -q --no-clobber --tries=3" />
+ </exec>
+ <if>
+ <not>
+ <equals arg1="${wget.return}" arg2="0" />
+ </not>
+ <then>
+ <echo> ** Error [${wget.return}] ** Could not wget ${location.cleaned}/@{zipPath}</echo>
+ </then>
+ </if>
+ </then>
+ <else>
+ <copy todir="${aggregate.zips.dir}/${relativePath}" failonerror="false" file="${location.cleaned}/@{zipPath}" />
+ </else>
+ </if>
+ </else>
+ </if>
+
+ <if>
+ <available file="${aggregate.zips.dir}/@{zipPath}" type="file" />
+ <then>
+ <!-- set variable for filename -->
+ <echo file="${aggregate.zips.dir}/build.properties.file.txt" append="true">${filePrefix}.filename = @{zipPath}
+</echo>
+ <!-- set variable for filesize in Kb -->
+ <length file="${aggregate.zips.dir}/@{zipPath}" property="fs.length.b" />
+ <!-- <math operand2="${fs.length.b}" operation="/" operand1="1024" result="fs.length.kb" datatype="float" /> -->
+ <!-- <math operand2="${fs.length.b}" operation="/" operand1="1048576" result="fs.length.mb" datatype="float"/> -->
+ <!-- <echo level="verbose">${aggregate.zips.dir}/@{zipPath}: ${fs.length.kb} Kb, ${fs.length.mb} Mb</echo> -->
+ <echo file="${aggregate.zips.dir}/build.properties.file.txt" append="true">${filePrefix}.filesize = ${fs.length.b}
+</echo>
+ <var name="fs.length.b" unset="true" />
+ <var name="fs.length.kb" unset="true" />
+
+ <!-- set variable for filemd5 -->
+ <checksum file="${aggregate.zips.dir}/@{zipPath}" property="${filePrefix}.filemd5" />
+ <propertycopy from="${filePrefix}.filemd5" property="tempmd5" />
+ <echo file="${aggregate.zips.dir}/build.properties.file.txt" append="true">${filePrefix}.filemd5 = ${tempmd5}
+</echo>
+ <var name="${filePrefix}.filemd5" unset="true" />
+ <var name="tempmd5" unset="true" />
+ </then>
+ </if>
+
+ <!-- rename the svn and build properties files so they align with the zip names -->
+ <if>
+ <available file="${svnRevTXT}" type="file" />
+ <then>
+ <copy file="${svnRevTXT}" tofile="${aggregate.zips.dir}/${svnrevPath}.txt" />
+ </then>
+ </if>
+ <if>
+ <available file="${svnRevXML}" type="file" />
+ <then>
+ <copy file="${svnRevXML}" tofile="${aggregate.zips.dir}/${svnrevPath}.xml" />
+ </then>
+ </if>
+ <if>
+ <available file="${buildProperties}" type="file" />
+ <then>
+ <copy file="${buildProperties}" tofile="${aggregate.zips.dir}/${buildPropertiesPath}.txt" />
+ </then>
+ </if>
+ </sequential>
+ </for>
+ <var name="relativePath" unset="true" />
+ <var name="svnrevPath" unset="true" />
+ <var name="buildPropertiesPath" unset="true" />
+ </then>
+ </if>
+ <var unset="true" name="ALL_ZIPS" />
+ </then>
+ <else>
+ <echo> ** Error [${wget.return}] ** Could not wget ${location.cleaned}/logs/zip.list.txt</echo>
+ </else>
+ </if>
+ <var name="location.cleaned" unset="true" />
+ <delete quiet="true">
+ <fileset dir="${aggregate.zips.dir}" includes="zip.list.txt, SVN_REVISION.txt, SVN_REVISION.xml, build.properties" />
+ </delete>
+ <var name="svnRevFile" unset="true" />
+ </sequential>
+ </macrodef>
+
+ <!-- = = = = = = = = = = = = = = = = =
+ macrodef: fetchZipsFromMetadata - look for compositeArtifacts.xml and parse results
+ = = = = = = = = = = = = = = = = = -->
+ <macrodef name="fetchZipsFromMetadata">
+ <attribute name="repo" default="" />
+ <sequential>
+ <var name="location.cleaned" value="@{repo}" />
+ <echo level="verbose">repo = ${location.cleaned}</echo>
+ <!-- if no zip.list.txt from the inputRepo, then fetch from ${location.cleaned}/compositeArtifacts.xml instead -->
+ <var name="wget.return" unset="true" />
+ <exec executable="wget" dir="${aggregate.zips.dir}" failonerror="false" failifexecutionfails="false" resultproperty="wget.return" outputproperty="null">
+ <arg line="${location.cleaned}/compositeArtifacts.xml -q --no-clobber --tries=3" />
+ </exec>
+ <if>
+ <and>
+ <equals arg1="${wget.return}" arg2="0" />
+ <available file="${aggregate.zips.dir}/compositeArtifacts.xml" type="file" />
+ </and>
+ <then>
+ <echo level="verbose">Got ${aggregate.zips.dir}/compositeArtifacts.xml</echo>
+ <xmlproperty file="${aggregate.zips.dir}/compositeArtifacts.xml" validate="false" collapseAttributes="true" />
+ <echo level="verbose">Found ${repository.children.size} contained repos to search</echo>
+
+ <!-- counter variable -->
+ <var name="counter" value="" />
+ <!-- foreach entry repository.children.child.location -->
+ <for param="location" list="${repository.children.child.location}">
+ <sequential>
+ <var name="counter" value="${counter}0" />
+ <var name="i" unset="true"/>
+ <length property="i" string="${counter}" />
+ <if>
+ <not>
+ <contains string="@{location}" substring="/staging.previous/"/>
+ </not>
+ <then>
+ <if>
+ <available file="/home/hudson/static_build_env/jbds/builds/staging" type="dir" />
+ <then>
+ <propertyregex override="true" property="location.cleaned" defaultvalue="@{location}" input="@{location}" regexp="../../" replace="/home/hudson/static_build_env/jbds/builds/staging/" />
+ <if>
+ <not>
+ <available file="${location.cleaned}" />
+ </not>
+ <then>
+ <propertyregex override="true" property="location.cleaned" defaultvalue="@{location}" input="@{location}" regexp="../../" replace="http://download.jboss.org/jbosstools/builds/staging/" />
+ </then>
+ </if>
+ </then>
+ <else>
+ <propertyregex override="true" property="location.cleaned" defaultvalue="@{location}" input="@{location}" regexp="../../" replace="http://download.jboss.org/jbosstools/builds/staging/" />
+ </else>
+ </if>
+ <echo level="error">[${i}/${repository.children.size}] Site URL = ${location.cleaned} (@{location})</echo>
+ <fetchZipsFromList repo="${location.cleaned}" />
+ </then>
+ <else>
+ <echo level="error">[${i}/${repository.children.size}] Skip @{location}</echo>
+ </else>
+ </if>
+ </sequential>
+ </for>
+ <var name="counter" unset="true" />
+ <var name="i" unset="true"/>
+
+ <delete file="${aggregate.zips.dir}/compositeArtifacts.xml" quiet="true" />
+ </then>
+ <else>
+ <echo> ** Error [${wget.return}] ** Could not wget ${location.cleaned}/compositeArtifacts.xml</echo>
+ </else>
+ </if>
+ </sequential>
+ </macrodef>
+
+ <target name="add.associate.sites" if="associate.sites">
+ <if>
+ <and>
+ <!-- Defined in aggregateSite.properties -->
+ <isset property="associate.sites" />
+ <not>
+ <equals arg1="${associate.sites}" arg2="" />
+ </not>
+ </and>
+ <then>
+ <if>
+ <available file="${update.site.source.dir}/content.jar" type="file" />
+ <then>
+ <unzip src="${update.site.source.dir}/content.jar" dest="${update.site.source.dir}" />
+ <delete file="${update.site.source.dir}/content.jar" />
+ </then>
+ </if>
+ <!-- counter variable -->
+ <var name="associate.sites.0" value="" />
+ <for param="associate.site" list="${associate.sites}" delimiter=",
+ ">
+ <sequential>
+ <var name="associate.sites.0" value="${associate.sites.0}00" />
+ </sequential>
+ </for>
+ <length property="associate.sites.length" string="${associate.sites.0}" />
+
+ <loadfile srcfile="${update.site.source.dir}/content.xml" property="content.xml">
+ <filterchain>
+ <tailfilter lines="-1" skip="1" />
+ </filterchain>
+ </loadfile>
+ <echo file="${update.site.source.dir}/content.xml" message="${content.xml}" />
+ <echo file="${update.site.source.dir}/content.xml" append="true"> <references size='${associate.sites.length}'>
+</echo>
+ <for param="associate.site" list="${associate.sites}" delimiter=",
+ ">
+ <sequential>
+ <!-- insert into content.xml -->
+ <echo file="${update.site.source.dir}/content.xml" append="true"> <repository uri='@{associate.site}' url='@{associate.site}' type='0' options='1'/>
+ <repository uri='@{associate.site}' url='@{associate.site}' type='1' options='1'/>
+</echo>
+ </sequential>
+ </for>
+ <echo file="${update.site.source.dir}/content.xml" append="true"> </references>
+</repository>
+</echo>
+ <copy file="${update.site.source.dir}/content.xml" tofile="${update.site.source.dir}/content.old.xml" overwrite="true" />
+ <xslt style="remove-uncategorized.xsl" in="${update.site.source.dir}/content.old.xml" out="${update.site.source.dir}/content.xml" />
+ <zip destfile="${update.site.source.dir}/content.jar" basedir="${update.site.source.dir}" includes="content.xml" />
+ <delete file="${update.site.source.dir}/content.xml" />
+ <delete file="${update.site.source.dir}/content.old.xml" />
+ </then>
+ </if>
+ </target>
+
+ <target name="unpack.zip">
+ <unzip src="${output.dir}/target/site_assembly.zip" dest="${update.site.source.dir}" />
+ </target>
+
+ <target name="pack.zip">
+ <zip destfile="${output.dir}/target/site_assembly.zip" update="true" basedir="${update.site.source.dir}" includes="content.* index.html, web/*.css, README*" />
+ </target>
+
+ <target name="check.target">
+ <if>
+ <or>
+ <not>
+ <available file="${output.dir}/target/site" type="dir" />
+ </not>
+ <not>
+ <available file="${output.dir}/target/site_assembly.zip" type="file" />
+ </not>
+ </or>
+ <then>
+ <fail>
+--
+This script must ONLY be called via the pom.xml in this directory, not run directly.
+Cannot adjust an update site w/o first building it!
+--
+To run this build, use Tycho. Try `mvn3 clean install -U -B -fae -q -e`
+</fail>
+ </then>
+ </if>
+ </target>
+
+ <target name="add.web.content">
+ <!--
+ Properties needed for index.html are defined in aggregateSite.properties
+ update.site.description=Nightly Build
+ update.site.version=3.2.0.M2.2010-07-16_13-26-18-H21
+
+ or calculated here
+ from ${JOB_NAME} = jbosstools-3.2.0.M1.aggregate get 3.2.0.M1
+ from ${BUILD_ID} and ${BUILD_NUMBER}, get .${BUILD_ID}-H${BUILD_NUMBER}
+ default update.site.description=Nightly Build
+ default update.site.version=(null)
+ -->
+ <property name="update.site.description" value="Nightly Build" />
+ <if>
+ <and>
+ <not>
+ <isset property="update.site.version" />
+ </not>
+ <isset property="JOB_NAME" />
+ <isset property="BUILD_ID" />
+ <isset property="BUILD_NUMBER" />
+ </and>
+ <then>
+ <propertyregex override="true" property="update.site.version" defaultvalue="${JOB_NAME}" input="${JOB_NAME}" regexp="jbosstools-([0-9.]+.*).aggregate" replace=": \1.${BUILD_ID}-H${BUILD_NUMBER}" />
+ </then>
+ <else>
+ <property name="update.site.version" value="" />
+ </else>
+ </if>
+
+ <copy todir="${output.dir}" overwrite="true">
+ <fileset file="index-template.html" />
+ <mapper type="merge" to="index.html" />
+ <filterchain>
+ <expandproperties />
+ </filterchain>
+ </copy>
+
+ <copy todir="${update.site.source.dir}">
+ <fileset dir="${output.dir}" includes="index.html, **/*.css, README*" />
+ </copy>
+ </target>
+
+ <!-- look for http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2.0.M2.c...;
+ if found, load file and use ${ALL_ZIPS} to get list of relative path zips to fetch -->
+ <target name="collect.zips" description="collect zips from the sites we aggregated">
+ <property name="aggregate.zips.dir" value="${output.dir}/zips" />
+ <delete dir="${aggregate.zips.dir}" quiet="true" />
+ <mkdir dir="${aggregate.zips.dir}" />
+ <for list="${inputRepos}" delimiter=", " keepgoing="true" param="repoNum">
+ <sequential>
+ <var name="repo" value="${inputRepo@{repoNum}}" />
+ <if>
+ <contains string="${repo}" substring="composite" />
+ <then>
+ <fetchZipsFromMetadata repo="${repo}" />
+ </then>
+ <else>
+ <fetchZipsFromList repo="${repo}" />
+ </else>
+ </if>
+ </sequential>
+ </for>
+ </target>
+
+ <target name="test.collect.zips.from.metadata" depends="init">
+ <property name="isTest" value="true" />
+ <antcall target="collect.zips">
+ <param name="inputRepos" value="1" />
+ <param name="inputRepo1" value="http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk" />
+ </antcall>
+ </target>
+
+ <target name="test.collect.zips.from.metadata.with.errors" depends="init">
+ <property name="isTest" value="true" />
+ <antcall target="collect.zips">
+ <param name="inputRepos" value="1,2" />
+ <param name="inputRepo1" value="http://download.jboss.org/jbosstools/builds/staging/_composite_/NO_SUCH_B..." />
+ </antcall>
+ </target>
+
+ <target name="test.collect.zips.from.list.xml" depends="init">
+ <property name="isTest" value="true" />
+ <antcall target="collect.zips">
+ <param name="inputRepos" value="1,2,3,4" />
+ <param name="inputRepo1" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2_trunk...." />
+ <param name="inputRepo2" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2_trunk...." />
+ <param name="inputRepo3" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2_trunk...." />
+ <param name="inputRepo4" value="http://download.jboss.org/jbosstools/builds/staging/xulrunner-1.9.1.2" />
+ </antcall>
+ </target>
+
+ <target name="test.collect.zips.from.list.txt" depends="init">
+ <property name="isTest" value="true" />
+ <antcall target="collect.zips">
+ <param name="inputRepos" value="1,2,3,4,5" />
+ <param name="inputRepo1" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2_trunk...." />
+ <param name="inputRepo2" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2_trunk...." />
+ <param name="inputRepo3" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2_trunk...." />
+ <param name="inputRepo4" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-savara-1.1..." />
+ <param name="inputRepo5" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-savara-1.1..." />
+ </antcall>
+ </target>
+
+ <target name="test.collect.zips.from.list.with.errors" depends="init">
+ <property name="isTest" value="true" />
+ <antcall target="collect.zips">
+ <param name="inputRepos" value="1,2" />
+ <param name="inputRepo2" value="http://download.jboss.org/jbosstools/builds/staging/jbosstools-3.2_trunk...." />
+ </antcall>
+ </target>
+
+ <target name="test.collect.zips" depends="test.collect.zips.from.metadata,test.collect.zips.from.list.txt,test.collect.zips.from.list.xml">
+ <delete dir="${aggregate.zips.dir}" quiet="true" />
+ </target>
+
+ <target name="test.collect.zips.with.error" depends="test.collect.zips.from.metadata.with.errors,test.collect.zips.from.list.with.errors">
+ <delete dir="${aggregate.zips.dir}" quiet="true" />
+ </target>
+
+ <target name="collect.metadata" description="collect svn revision info + other metadata (JOB_NAME, BUILD_ID, BUILD_NUMBER, WORKSPACE, HUDSON_SLAVE), zip file names+sizes+md5sums">
+ <property name="aggregate.zips.dir" value="${output.dir}/zips" />
+
+ <!-- load file properties (name, size, md5sum) -->
+ <if>
+ <available file="${aggregate.zips.dir}/build.properties.file.txt" type="file" />
+ <then>
+ <property file="${aggregate.zips.dir}/build.properties.file.txt" />
+ </then>
+ </if>
+
+ <!-- for all build.properties.txt files in zips/ folder -->
+ <for param="propsfile">
+ <path>
+ <fileset dir="${aggregate.zips.dir}" includes="*.build.properties.txt, **/*.build.properties.txt" />
+ </path>
+ <sequential>
+ <!-- load properties file using a prefix which relates to the associated prop file -->
+ <propertyregex override="true" property="prefix" defaultvalue="" input="@{propsfile}" regexp=".+/([^/]+\.build\.properties)\.txt" replace="\1" />
+ <echo level="verbose">Read ${prefix} from @{propsfile}</echo>
+
+ <property file="@{propsfile}" prefix="${prefix}" />
+
+ <!-- now load SVN revs -->
+ <propertyregex override="true" property="svnrevTXT" defaultvalue="" input="@{propsfile}" regexp="\.build\.properties\.txt" replace=".SVN_REVISION.txt" />
+ <propertyregex override="true" property="svnrevXML" defaultvalue="" input="@{propsfile}" regexp="\.build\.properties\.txt" replace=".SVN_REVISION.xml" />
+ <if>
+ <available file="${svnrevXML}" type="file" />
+ <then>
+ <!-- XML way: load into .revision.module and .revision.revision -->
+ <xmlproperty file="${svnrevXML}" collapseAttributes="true" prefix="${prefix}" keeproot="false" />
+ <!-- purge the "<changeSet><kind>" entry if present -->
+ <if>
+ <isset property="${prefix}.kind" />
+ <then>
+ <var name="${prefix}.kind" unset="true" />
+ </then>
+ </if>
+
+ <!-- TXT way: load into .SVN_REVISION -->
+ <if>
+ <and>
+ <isset property="${prefix}.revision.module" />
+ <isset property="${prefix}.revision.revision" />
+ </and>
+ <then>
+ <propertycopy from="${prefix}.revision.module" property="temprm.all" override="true" />
+ <propertycopy from="${prefix}.revision.revision" property="temprr.all" override="true" />
+ <var name="i" value="0" />
+ <for list="${temprm.all}" delimiter=", " param="module">
+ <sequential>
+ <math result="i" operand1="1" operation="+" operand2="${i}" datatype="int" />
+ <var name="j" value="0" />
+ <for list="${temprr.all}" delimiter=", " param="revision">
+ <sequential>
+ <math result="j" operand1="1" operation="+" operand2="${j}" datatype="int" />
+ <if>
+ <equals arg1="${i}" arg2="${j}" />
+ <then>
+ <var name="temprr" value="@{revision}" />
+ <if>
+ <isset property="${prefix}.SVN_REVISION" />
+ <then>
+ <propertycopy from="${prefix}.SVN_REVISION" property="temp.all" override="true" />
+ <var name="${prefix}.SVN_REVISION" value="${temp.all},@{module}@${temprr}" />
+ <var name="temp.all" unset="true" />
+ </then>
+ <else>
+ <var name="${prefix}.SVN_REVISION" value="@{module}@${temprr}" />
+ </else>
+ </if>
+ <var name="temprr" unset="true" />
+ </then>
+ </if>
+ </sequential>
+ </for>
+ <var name="j" unset="true" />
+ </sequential>
+ </for>
+ <var name="i" unset="true" />
+ <var name="temprm.all" unset="true" />
+ <var name="temprr.all" unset="true" />
+ </then>
+ </if>
+ </then>
+ <elseif>
+ <available file="${svnrevTXT}" type="file" />
+ <then>
+ <!-- TXT way: load into .SVN_REVISION -->
+ <loadfile property="${prefix}.SVN_REVISION" srcFile="${svnrevTXT}" />
+ <propertycopy from="${prefix}.SVN_REVISION" property="temp" />
+ <propertyregex override="true" property="temp" defaultvalue="${temp}" input="${temp}" regexp="[ \n\t]+" replace="," />
+ <propertyregex override="true" property="${prefix}.SVN_REVISION" defaultvalue="${temp}" input="${temp}" regexp=",$" replace="" />
+
+ <!-- XML way: load into .revision.module and .revision.revision -->
+ <for list="${temp}" delimiter="," param="pair">
+ <sequential>
+ <propertyregex override="true" property="temprm" defaultvalue="@{pair}" input="@{pair}" regexp="(.+)(a)(.+)" replace="\1" />
+ <propertyregex override="true" property="temprr" defaultvalue="@{pair}" input="@{pair}" regexp="(.+)(a)(.+)" replace="\2" />
+ <if>
+ <isset property="${prefix}.revision.module" />
+ <then>
+ <propertycopy from="${prefix}.revision.module" property="temprm.all" override="true" />
+ <propertycopy from="${prefix}.revision.revision" property="temprr.all" override="true" />
+ <var name="${prefix}.revision.module" value="${temprm.all},${temprm}" />
+ <var name="${prefix}.revision.revision" value="${temprr.all},${temprr}" />
+ <var name="temprm.all" unset="true" />
+ <var name="temprr.all" unset="true" />
+ </then>
+ <else>
+ <var name="${prefix}.revision.module" value="${temprm}" />
+ <var name="${prefix}.revision.revision" value="${temprr}" />
+ </else>
+ </if>
+ <var name="temprm" unset="true" />
+ <var name="temprr" unset="true" />
+ </sequential>
+ </for>
+ <var name="temp" unset="true" />
+ </then>
+ </elseif>
+ </if>
+
+ <var name="prefix" unset="true" />
+ </sequential>
+
+ </for>
+ <for param="svnrevfile">
+ <path>
+ <fileset dir="${aggregate.zips.dir}" includes="*.SVN_REVISION.txt, **/*.SVN_REVISION.txt" />
+ </path>
+ <sequential>
+ <!-- load properties file using a prefix which relates to the associated prop file -->
+ <propertyregex override="true" property="prefix" defaultvalue="" input="@{propsfile}" regexp=".+/([^/]+\.build\.properties)\.txt" replace="\1" />
+ <echo level="verbose">Read ${prefix} from @{propsfile}</echo>
+
+ <property file="@{propsfile}" prefix="${prefix}" />
+
+ <var name="prefix" unset="true" />
+ </sequential>
+
+ </for>
+ <!-- dump properties to an XML file, filtering for only those properties we care about -->
+ <echoproperties format="xml" destfile="${aggregate.zips.dir}/build.properties.all.xml">
+ <propertyset>
+ <propertyref regex=".*\.build\.properties" />
+ </propertyset>
+ </echoproperties>
+
+ </target>
+
+ <target name="test.collect.metadata" depends="init">
+ <property name="isTest" value="true" />
+ <antcall target="collect.metadata">
+ </antcall>
+ </target>
+
+ <!-- TODO: write this method -->
+ <target name="create.summary.file" description="create summary file with list of generated files, sizes, and SVN revisions all linked and ordered by source build job">
+ </target>
+
+ <target name="test.create.summary.file" depends="test.collect.zips,test.collect.metadata">
+ <property name="isTest" value="true" />
+ <antcall target="create.summary.file">
+ </antcall>
+ </target>
+
+</project>
Added: trunk/build/aggregate/webtools-site/index-template.html
===================================================================
--- trunk/build/aggregate/webtools-site/index-template.html (rev 0)
+++ trunk/build/aggregate/webtools-site/index-template.html 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,133 @@
+<html>
+<head>
+<title>JBoss Tools - SOA Tooling - ${update.site.description} Update Site${update.site.version}</title>
+<style>
+@import url("http://download.jboss.org/jbosstools/updates/web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+ src="https://www.jboss.org/dms/tools/images/tools-banner.png" /></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools - SOA Tooling - ${update.site.description} Update Site</h2>
+ <table width="100%">
+ <tr class="header">
+ <td class="sub-header" width="100%"><span>Latest Build${update.site.version}</span></td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">This is the <b>${update.site.description}</b>
+ Update Site for JBoss Tools - SOA Tooling. See <a class="link"
+ href="http://www.jboss.org/tools/download/update">Installation
+ Instructions</a>.</p>
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 90px">
+ <td class="bodyText">
+ <p class="bodyText"><b class="bodyText" style="color: red;">NOTE:</b>
+<!-- see http://www.jboss.org/tools/download/dev#noteBirt for matching copy -->
+Some features (such as BIRT, Maven, or GWT) require additional third-party prerequisites not available from Eclipse.org or JBoss.org. These can be installed from the following composite update site mirror, which should be added automatically when you add the JBoss Tools update site to your Eclipse's list of Available Software Sites. To verify which sites are enabled, open <code><strong>Window > Preferences > Install/Update > Available Software Sites</strong></code>. To add sites, Click the <code><strong>Add...</strong></code> button, then right-click the link(s) below, copy the link(s), and paste them into Eclipse one by one as needed.
+ </p>
+
+ <ul>
+ <li><a href="http://download.jboss.org/jbosstools/updates/indigo/SR0">JBoss Tools Requirements - Composite Mirror - Indigo SR0</a></li>
+ <li><a href="http://download.jboss.org/jbosstools/updates/development/indigo/">JBoss Tools Core Updates - Stable Milestone - Indigo</a></li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">You can also download JBoss Tools as
+ individual zips for offline installation. See <a class="link"
+ href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>.</p>
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">For more information, see <a
+ href="http://www.jboss.org/tools/download/installation">Installation
+ methods</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td class="spacer"><br />
+ </td>
+ <td class="spacer"><br />
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>
+ <table width="100%">
+ <tr class="header">
+ <td class="sub-header" width="100%"><span> Installation
+ Types</span></td>
+ </tr>
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Depending on how close to the bleeding edge
+ you like to be, there are several types of releases available.</p>
+ <br />
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Stable Releases</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/stable.html">Stable
+ releases</a> are - as indicated by their name - stable.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Development Milestones</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/dev.html">Development
+ builds</a>, released once per milestone and only a few times a year, are
+ fairly stable, but there may be some things which do not yet work.
+ If you would like to try one of these milestones, we'd greatly
+ appreciate the assistance in testing and <a
+ href="https://jira.jboss.org/jira/browse/JBIDE">reporting of
+ issues in our issue tracker</a>.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Nightly Builds</h4>
+
+ <p>The <a
+ href="https://www.jboss.org/tools/download/nightly.html">bleeding
+ edge</a> contains the latest and greatest new features, but nothing is
+ stable or guaranteed - yet. If you're using a Milestone and need a
+ fix, you can update to the latest Nightly, or wait for the next
+ Milestone.</p><br/>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>
Added: trunk/build/aggregate/webtools-site/index.html
===================================================================
--- trunk/build/aggregate/webtools-site/index.html (rev 0)
+++ trunk/build/aggregate/webtools-site/index.html 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,133 @@
+<html>
+<head>
+<title>JBoss Tools - SOA Tooling - Nightly Build Update Site</title>
+<style>
+@import url("http://download.jboss.org/jbosstools/updates/web/site.css");
+</style>
+</head>
+<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
+<table marginheight="0" marginwidth="0" leftmargin="0" topmargin="0"
+ cellspacing="0" cellpadding="0">
+ <tr>
+ <td colspan="2"><img
+ src="https://www.jboss.org/dms/tools/images/tools-banner.png" /></td>
+ </tr>
+ <tr>
+ <td>  </td>
+ </tr>
+ <tr>
+ <td>  </td>
+ <td>
+ <h2 class="title">JBoss Tools - SOA Tooling - Nightly Build Update Site</h2>
+ <table width="100%">
+ <tr class="header">
+ <td class="sub-header" width="100%"><span>Latest Build</span></td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">This is the <b>Nightly Build</b>
+ Update Site for JBoss Tools - SOA Tooling. See <a class="link"
+ href="http://www.jboss.org/tools/download/update">Installation
+ Instructions</a>.</p>
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 90px">
+ <td class="bodyText">
+ <p class="bodyText"><b class="bodyText" style="color: red;">NOTE:</b>
+<!-- see http://www.jboss.org/tools/download/dev#noteBirt for matching copy -->
+Some features (such as BIRT, Maven, or GWT) require additional third-party prerequisites not available from Eclipse.org or JBoss.org. These can be installed from the following composite update site mirror, which should be added automatically when you add the JBoss Tools update site to your Eclipse's list of Available Software Sites. To verify which sites are enabled, open <code><strong>Window > Preferences > Install/Update > Available Software Sites</strong></code>. To add sites, Click the <code><strong>Add...</strong></code> button, then right-click the link(s) below, copy the link(s), and paste them into Eclipse one by one as needed.
+ </p>
+
+ <ul>
+ <li><a href="http://download.jboss.org/jbosstools/updates/indigo/SR0">JBoss Tools Requirements - Composite Mirror - Indigo SR0</a></li>
+ <li><a href="http://download.jboss.org/jbosstools/updates/development/indigo/">JBoss Tools Core Updates - Stable Milestone - Indigo</a></li>
+ </ul>
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">You can also download JBoss Tools as
+ individual zips for offline installation. See <a class="link"
+ href="http://www.jboss.org/tools/download">JBoss Tools
+ Downloads</a>.</p>
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">For more information, see <a
+ href="http://www.jboss.org/tools/download/installation">Installation
+ methods</a>.</p>
+ </td>
+ </tr>
+ <tr>
+ <td class="spacer"><br />
+ </td>
+ <td class="spacer"><br />
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ <tr>
+ <td></td>
+ <td>
+ <table width="100%">
+ <tr class="header">
+ <td class="sub-header" width="100%"><span> Installation
+ Types</span></td>
+ </tr>
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <p class="bodyText">Depending on how close to the bleeding edge
+ you like to be, there are several types of releases available.</p>
+ <br />
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Stable Releases</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/stable.html">Stable
+ releases</a> are - as indicated by their name - stable.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="light-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Development Milestones</h4>
+
+ <p><a href="https://www.jboss.org/tools/download/dev.html">Development
+ builds</a>, released once per milestone and only a few times a year, are
+ fairly stable, but there may be some things which do not yet work.
+ If you would like to try one of these milestones, we'd greatly
+ appreciate the assistance in testing and <a
+ href="https://jira.jboss.org/jira/browse/JBIDE">reporting of
+ issues in our issue tracker</a>.</p><br/>
+
+ </td>
+ </tr>
+
+ <tr class="dark-row" style="height: 30px">
+ <td class="bodyText">
+ <h4>Nightly Builds</h4>
+
+ <p>The <a
+ href="https://www.jboss.org/tools/download/nightly.html">bleeding
+ edge</a> contains the latest and greatest new features, but nothing is
+ stable or guaranteed - yet. If you're using a Milestone and need a
+ fix, you can update to the latest Nightly, or wait for the next
+ Milestone.</p><br/>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+</table>
+</html>
Modified: trunk/build/aggregate/webtools-site/pom.xml
===================================================================
--- trunk/build/aggregate/webtools-site/pom.xml 2011-08-27 16:38:29 UTC (rev 34352)
+++ trunk/build/aggregate/webtools-site/pom.xml 2011-08-29 02:05:24 UTC (rev 34353)
@@ -5,20 +5,114 @@
<groupId>org.jboss.tools</groupId>
<artifactId>org.jboss.tools.parent.pom</artifactId>
<version>0.0.2-SNAPSHOT</version>
- <relativePath>../build/parent/pom.xml</relativePath>
</parent>
- <groupId>org.jboss.tools</groupId>
- <artifactId>webtools</artifactId>
+ <groupId>org.jboss.tools.webtools</groupId>
+ <artifactId>org.jboss.tools.webtools.site</artifactId>
+ <name>JBoss Tools - Web Tools Site</name>
<version>0.0.1-SNAPSHOT</version>
- <name>webtools.all</name>
- <packaging>pom</packaging>
- <modules>
- <module>site</module>
- </modules>
-<!-- to build against locally built sources, use:
- mvn clean install
+ <packaging>eclipse-update-site</packaging>
- to build against http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/, use:
- mvn clean install -Pjbosstools-nightly-staging-composite
--->
+ <!-- to build against locally built sources, use:
+ mvn clean install
+ to build against http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/, use:
+ mvn clean install -Pjbosstools-nightly-staging-composite
+ -->
+ <properties>
+ <!-- add more inputRepos into the composite metadata at the URL below. Therefore need not edit this file and add dozens of URLs
+ which need to be called by Ant script later -->
+ <!-- for trunk use _composite_/trunk; for 3.3_stable_branch, use _composite_/3.3.indigo -->
+ <inputRepo1>http://download.jboss.org/jbosstools/builds/staging/_composite_/trunk/</inputRepo1>
+ <inputRepos>1</inputRepos>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>${maven.antrun.plugin.version}</version>
+ <executions>
+ <execution>
+ <id>install</id>
+ <phase>install</phase>
+ <configuration>
+ <quiet>true</quiet>
+ <tasks>
+ <property name="inputRepo1" value="${inputRepo1}"/>
+ <property name="inputRepos" value="${inputRepos}"/>
+
+ <!-- called AFTER generating update site + zip to add in extra content -->
+ <ant antfile="build.xml"/>
+ </tasks>
+
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>commons-net</groupId>
+ <artifactId>commons-net</artifactId>
+ <version>1.4.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-nodeps</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-trax</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-commons-net</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-apache-regexp</artifactId>
+ <version>1.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>ant-contrib</groupId>
+ <artifactId>ant-contrib</artifactId>
+ <version>1.0b3</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+
+ <repositories>
+ <!-- add more inputRepo# here, ref'd above; need variables so that these
+ can be referred to in Ant script later -->
+ <repository>
+ <id>inputRepo1</id>
+ <url>${inputRepo1}</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>jbosstools-requirements-composite-mirror</id>
+ <url>http://download.jboss.org/jbosstools/updates/indigo/SR0/</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
</project>
Added: trunk/build/aggregate/webtools-site/remove-uncategorized.xsl
===================================================================
--- trunk/build/aggregate/webtools-site/remove-uncategorized.xsl (rev 0)
+++ trunk/build/aggregate/webtools-site/remove-uncategorized.xsl 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
+
+<xsl:template match="/">
+ <xsl:apply-templates select="*"/>
+</xsl:template>
+
+
+<xsl:template match="*">
+ <xsl:copy >
+ <xsl:for-each select="@*">
+ <xsl:copy />
+ </xsl:for-each>
+ <xsl:apply-templates />
+ </xsl:copy>
+</xsl:template>
+
+<xsl:template match="unit[contains(@id,'site.xml.Default')]" />
+
+</xsl:stylesheet>
\ No newline at end of file
Deleted: trunk/build/aggregate/webtools-site/site/.gitignore
===================================================================
--- trunk/build/aggregate/webtools-site/site/.gitignore 2011-08-27 16:38:29 UTC (rev 34352)
+++ trunk/build/aggregate/webtools-site/site/.gitignore 2011-08-29 02:05:24 UTC (rev 34353)
@@ -1,4 +0,0 @@
-.settings/
-.project
-target/
-.classpath
Deleted: trunk/build/aggregate/webtools-site/site/pom.xml
===================================================================
--- trunk/build/aggregate/webtools-site/site/pom.xml 2011-08-27 16:38:29 UTC (rev 34352)
+++ trunk/build/aggregate/webtools-site/site/pom.xml 2011-08-29 02:05:24 UTC (rev 34353)
@@ -1,13 +0,0 @@
-<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</groupId>
- <artifactId>webtools</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- </parent>
- <groupId>org.jboss.tools.webtools</groupId>
- <artifactId>org.jboss.tools.webtools.site</artifactId>
- <version>0.0.1-SNAPSHOT</version>
- <packaging>eclipse-update-site</packaging>
-</project>
Deleted: trunk/build/aggregate/webtools-site/site/site.xml
===================================================================
--- trunk/build/aggregate/webtools-site/site/site.xml 2011-08-27 16:38:29 UTC (rev 34352)
+++ trunk/build/aggregate/webtools-site/site/site.xml 2011-08-29 02:05:24 UTC (rev 34353)
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<site>
- <description>To install these features, point Eclipse at this site.</description>
- <!-- JBoss Tools webtools Nightly Build Update Site -->
- <category-def label="JBoss Tools webtools Nightly Build Update Site" name="JBoss Tools webtools Nightly Build Update Site">
- <description>JBoss Tools webtools Nightly Build Update Site: contains all features in this build.</description>
- </category-def>
- <feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar" id="org.jboss.tools.jmx.feature" version="0.0.0">
- <category name="JBoss Tools webtools Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.ide.eclipse.archives.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.feature" version="0.0.0">
- <category name="JBoss Tools webtools Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.ide.eclipse.as.archives.integration_0.0.0.jar" id="org.jboss.ide.eclipse.as.archives.integration" version="0.0.0">
- <category name="JBoss Tools webtools Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.ide.eclipse.as.serverAdapter.wtp_0.0.0.jar" id="org.jboss.ide.eclipse.as.serverAdapter.wtp" version="0.0.0">
- <category name="JBoss Tools webtools Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.ide.eclipse.as.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.feature" version="0.0.0">
- <category name="JBoss Tools webtools Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.ide.eclipse.as.server.rse.integration_0.0.0.jar" id="org.jboss.ide.eclipse.as.server.rse.integration" version="0.0.0">
- <category name="JBoss Tools webtools Nightly Build Update Site"/>
- </feature>
- <feature url="features/org.jboss.ide.eclipse.as.jmx.integration_0.0.0.jar" id="org.jboss.ide.eclipse.as.jmx.integration" version="0.0.0">
- <category name="JBoss Tools webtools Nightly Build Update Site"/>
- </feature>
-</site>
Copied: trunk/build/aggregate/webtools-site/site.xml (from rev 34352, trunk/build/aggregate/webtools-site/site/site.xml)
===================================================================
--- trunk/build/aggregate/webtools-site/site.xml (rev 0)
+++ trunk/build/aggregate/webtools-site/site.xml 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <description>To install these features, point Eclipse at this site.</description>
+ <!-- JBoss Tools - Web Tools Nightly Build Update Site -->
+ <category-def label="JBoss Tools - Web Tools Nightly Build Update Site" name="JBoss Tools - Web Tools Nightly Build Update Site">
+ <description>JBoss Tools - Web Tools Nightly Build Update Site: contains all features in this build.</description>
+ </category-def>
+ <feature url="features/org.jboss.tools.jmx.feature_0.0.0.jar" id="org.jboss.tools.jmx.feature" version="0.0.0">
+ <category name="JBoss Tools - Web Tools Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.ide.eclipse.archives.feature_0.0.0.jar" id="org.jboss.ide.eclipse.archives.feature" version="0.0.0">
+ <category name="JBoss Tools - Web Tools Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.ide.eclipse.as.archives.integration_0.0.0.jar" id="org.jboss.ide.eclipse.as.archives.integration" version="0.0.0">
+ <category name="JBoss Tools - Web Tools Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.ide.eclipse.as.serverAdapter.wtp_0.0.0.jar" id="org.jboss.ide.eclipse.as.serverAdapter.wtp" version="0.0.0">
+ <category name="JBoss Tools - Web Tools Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.ide.eclipse.as.feature_0.0.0.jar" id="org.jboss.ide.eclipse.as.feature" version="0.0.0">
+ <category name="JBoss Tools - Web Tools Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.ide.eclipse.as.server.rse.integration_0.0.0.jar" id="org.jboss.ide.eclipse.as.server.rse.integration" version="0.0.0">
+ <category name="JBoss Tools - Web Tools Nightly Build Update Site"/>
+ </feature>
+ <feature url="features/org.jboss.ide.eclipse.as.jmx.integration_0.0.0.jar" id="org.jboss.ide.eclipse.as.jmx.integration" version="0.0.0">
+ <category name="JBoss Tools - Web Tools Nightly Build Update Site"/>
+ </feature>
+</site>
Added: trunk/build/aggregate/webtools-site/web/site.css
===================================================================
--- trunk/build/aggregate/webtools-site/web/site.css (rev 0)
+++ trunk/build/aggregate/webtools-site/web/site.css 2011-08-29 02:05:24 UTC (rev 34353)
@@ -0,0 +1,66 @@
+<
+STYLE type ="text/css">td.spacer {
+ padding-bottom: 10px;
+ padding-top: 10px;
+}
+
+.title {
+ font-family: sans-serif;
+ color: #1778be;
+}
+
+.bodyText {
+ font-family: sans-serif;
+ font-size: 9pt;
+ color: #000000;
+}
+
+.sub-header {
+ font-family: sans-serif;
+ font-style: normal;
+ font-weight: bold;
+ font-size: 9pt;
+ color: white;
+}
+
+.log-text {
+ font-family: sans-serif;
+ font-style: normal;
+ font-weight: lighter;
+ font-size: 8pt;
+ color: black;
+}
+
+.big-header {
+ font-family: sans-serif;
+ font-style: normal;
+ font-weight: bold;
+ font-size: 9pt;
+ color: white;
+ border-top: 10px solid white;
+}
+
+.light-row {
+ background: #FFFFFF
+}
+
+.dark-row {
+ background: #EEEEEE
+}
+
+.header {
+ background: #445562
+}
+
+#indent {
+ word-wrap: break-word;
+ width: 300px;
+ text-indent: 10px;
+}
+
+.link {
+ color: #187dc6;
+}
+</
+STYLE
+>
\ No newline at end of file
14 years, 3 months
JBoss Tools SVN: r34352 - in trunk: as/features/org.jboss.ide.eclipse.as.test.feature and 33 other directories.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2011-08-27 12:38:29 -0400 (Sat, 27 Aug 2011)
New Revision: 34352
Modified:
trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.xml
trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml
trunk/bpel/features/org.jboss.tools.bpel.test.feature/feature.properties
trunk/bpel/features/org.jboss.tools.bpel.tests.sdk.feature/feature.properties
trunk/cdi/features/org.jboss.tools.cdi.seam.test.feature/feature.properties
trunk/cdi/features/org.jboss.tools.cdi.test.feature/feature.properties
trunk/common/features/org.jboss.tools.common.all.test.feature/feature.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
trunk/esb/features/org.jboss.tools.esb.test.feature/feature.xml
trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.properties
trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml
trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties
trunk/forge/features/org.jboss.tools.forge.test.feature/feature.properties
trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/feature.xml
trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
trunk/jbpm/features/org.jboss.tools.jbpm3.test.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm4.test.feature/feature.properties
trunk/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties
trunk/jmx/features/org.jboss.tools.jmx.test.feature/feature.properties
trunk/jsf/features/org.jboss.tools.jsf.test.feature/feature.properties
trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
trunk/maven/features/org.jboss.tools.maven.test.feature/feature.properties
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml
trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.properties
trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml
trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml
trunk/struts/features/org.jboss.tools.struts.test.feature/feature.properties
trunk/tests/features/org.jboss.tools.test.feature/feature.xml
trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties
trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml
trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml
trunk/ws/features/org.jboss.tools.ws.test.feature/feature.properties
Log:
https://issues.jboss.org/browse/JBIDE-8734 fix test feature descriptions
Modified: trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.xml
===================================================================
--- trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/archives/features/org.jboss.ide.eclipse.archives.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.ide.eclipse.archives.test.feature"
- label="org.jboss.ide.eclipse.archives.test.feature"
+ label="JBoss Tools - Tests - Archives"
version="3.2.1.qualifier"
provider-name="JBoss by Red Hat">
Modified: trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml
===================================================================
--- trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/as/features/org.jboss.ide.eclipse.as.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -6,7 +6,7 @@
provider-name="JBoss by Red Hat">
<description url="http://www.jboss.org/tools">
- JBossAS Test
+ JBoss Tools - Tests - JBossAS
</description>
<copyright>
Modified: trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml
===================================================================
--- trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/birt/features/org.jboss.tools.birt.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.birt.test.feature"
- label="BIRT Tests Feature"
+ label="JBoss Tools - Tests - BIRT"
version="1.3.0.qualifier"
provider-name="JBoss by RedHat">
Modified: trunk/bpel/features/org.jboss.tools.bpel.test.feature/feature.properties
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/bpel/features/org.jboss.tools.bpel.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.bpel.*.test*
-featureName=JBoss BPEL Editor Tests
+featureName=JBoss Tools - Tests - JBoss BPEL Editor
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=JBoss BPEL Editor Tests
+description=JBoss Tools - Tests - JBoss BPEL Editor
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/bpel/features/org.jboss.tools.bpel.tests.sdk.feature/feature.properties
===================================================================
--- trunk/bpel/features/org.jboss.tools.bpel.tests.sdk.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/bpel/features/org.jboss.tools.bpel.tests.sdk.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.bpel.*.test*
-featureName=JBoss BPEL Editor Tests SDK
+featureName=JBoss Tools - Tests - JBoss BPEL Editor SDK
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=JBoss BPEL Editor Tests SDK (includes sources and dependencies)
+description=JBoss Tools - Tests - JBoss BPEL Editor SDK (includes sources and dependencies)
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/cdi/features/org.jboss.tools.cdi.seam.test.feature/feature.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.seam.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/cdi/features/org.jboss.tools.cdi.seam.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,11 +1,11 @@
-featureName=CDI Tests
+featureName=JBoss Tools - Tests - CDI Seam
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=CDI Tests
+description=JBoss Tools - Tests - CDI Seam
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -23,4 +23,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/cdi/features/org.jboss.tools.cdi.test.feature/feature.properties
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/cdi/features/org.jboss.tools.cdi.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,11 +1,11 @@
-featureName=CDI Tests
+featureName=JBoss Tools - Tests - CDI
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=CDI Tests
+description=JBoss Tools - Tests - CDI
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -23,4 +23,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/common/features/org.jboss.tools.common.all.test.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/common/features/org.jboss.tools.common.all.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,4 +1,4 @@
-featureName=JBoss Tools Commons Tests
+featureName=JBoss Tools - Tests - Commons
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
@@ -23,4 +23,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,48 +1,48 @@
-###############################################################################
-# Copyright (c) 2008-2011 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# JBoss by Red Hat - Initial implementation.
-##############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=TPTP Profile On JBoss Server
-
-# "providerName" property - name of the company that provides the feature
-providerName=JBoss by Red Hat
-
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
-
-# "description" property - description of the feature
-description=TPTP Profile On JBoss Server
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http\://www.eclipse.org/legal/epl-v10.html\n\n\
-Contributors\:\n\
-JBoss by Red Hat - Initial implementation.
- ############### end of copyright property ####################################
-
-# "licenseURL" property - URL of the "Feature License"
-# do not translate value - just change to point to a locale-specific HTML page
-licenseURL=license.html
-
-# START NON-TRANSLATABLE
-# "license" property - text of the "Feature Update License"
-# should be plain text version of license agreement pointed to be "licenseURL"
+###############################################################################
+# Copyright (c) 2008-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss Tools - Tests - Deltacloud
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss Tools - Tests - Deltacloud
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.
+ ############### end of copyright property ####################################
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
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 \
@@ -50,5 +50,5 @@
licenses. For precise licensing details, consult the corresponding \
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
Raleigh NC 27606 USA.
-# END NON-TRANSLATABLE
-########### end of license property ##########################################
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Modified: trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml
===================================================================
--- trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/deltacloud/features/org.jboss.tools.deltacloud.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.deltacloud.test.feature" label="JBoss Tools Deltacloud Test Feature" version="1.0.1.qualifier">
+<feature id="org.jboss.tools.deltacloud.test.feature" label="JBoss Tools - Tests - Deltacloud" version="1.0.1.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/esb/features/org.jboss.tools.esb.test.feature/feature.xml
===================================================================
--- trunk/esb/features/org.jboss.tools.esb.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/esb/features/org.jboss.tools.esb.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.esb.test.feature" label="ESB Tests Plugin" version="1.5.0.qualifier" provider-name="JBoss by RedHat">
+<feature id="org.jboss.tools.esb.test.feature" label="JBoss Tools - Tests - ESB" version="1.5.0.qualifier" provider-name="JBoss by RedHat">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.properties
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,48 +1,48 @@
-###############################################################################
-# Copyright (c) 2008-2011 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# JBoss by Red Hat - Initial implementation.
-##############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=Project Examples Test Suite
-
-# "providerName" property - name of the company that provides the feature
-providerName=JBoss by Red Hat
-
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
-
-# "description" property - description of the feature
-description=Project Examples Test Suite
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http\://www.eclipse.org/legal/epl-v10.html\n\
-\n\
-Contributors\:\n\
-JBoss by Red Hat - Initial implementation.\n
- ############### end of copyright property ####################################
-
-# "licenseURL" property - URL of the "Feature License"
-# do not translate value - just change to point to a locale-specific HTML page
-licenseURL=license.html
-
-# START NON-TRANSLATABLE
-# "license" property - text of the "Feature Update License"
-# should be plain text version of license agreement pointed to be "licenseURL"
+###############################################################################
+# Copyright (c) 2008-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss Tools - Tests - Project Examples
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss Tools - Tests - Project Examples
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.\n
+ ############### end of copyright property ####################################
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
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 \
@@ -50,5 +50,5 @@
licenses. For precise licensing details, consult the corresponding \
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
Raleigh NC 27606 USA.
-# END NON-TRANSLATABLE
-########### end of license property ##########################################
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Modified: trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml
===================================================================
--- trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/examples/features/org.jboss.tools.project.examples.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.project.examples.test.feature" label="Project Examples Test Suite Feature" version="1.2.1.qualifier" provider-name="JBoss by Red Hat">
+<feature id="org.jboss.tools.project.examples.test.feature" label="JBoss Tools - Tests - Project Examples" version="1.2.1.qualifier" provider-name="JBoss by Red Hat">
<description>
%description
Modified: trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/flow/features/org.jboss.tools.flow.common.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.flow.common.*.test*
-featureName=flow.common Tests
+featureName=JBoss Tools - Tests - Flow Common
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=flow.common Tests
+description=JBoss Tools - Tests - Flow Common
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/forge/features/org.jboss.tools.forge.test.feature/feature.properties
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/forge/features/org.jboss.tools.forge.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.forge.*.test*
-featureName=forge Tests
+featureName=JBoss Tools - Tests - Forge
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=forge Tests
+description=JBoss Tools - Tests - Forge
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/feature.xml
===================================================================
--- trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/freemarker/features/org.jboss.ide.eclipse.freemarker.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.ide.eclipse.freemarker.test.feature" label="Freemarker Tests" version="1.2.0.qualifier" provider-name="JBoss by RedHat">
+<feature id="org.jboss.ide.eclipse.freemarker.test.feature" label="JBoss Tools - Tests - Freemarker" version="1.2.0.qualifier" provider-name="JBoss by RedHat">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.hibernate.eclipse.test.feature"
- label="Hibernate Tests"
+ label="JBoss Tools - Tests - Hibernate"
version="3.4.0.qualifier"
provider-name="JBoss by Red Hat">
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.test.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,4 +1,4 @@
-featureName=jBPM 3 Tests
+featureName=JBoss Tools - Tests - jBPM 3
featureProvider=JBoss by Red Hat
copyright=Copyright 2010-2011 Red Hat, Inc.
Modified: trunk/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/jbpm/features/org.jboss.tools.jbpm3.tests.sdk.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,4 +1,4 @@
-featureName=jBPM 3 Tests SDK
+featureName=JBoss Tools - Tests - jBPM 3 SDK
featureProvider=JBoss by Red Hat
copyright=Copyright 2010-2011 Red Hat, Inc.
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.test.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,4 +1,4 @@
-featureName=jBPM 4 Tests
+featureName=JBoss Tools - Tests - jBPM 4
featureProvider=JBoss by Red Hat
copyright=Copyright 2010-2011 Red Hat, Inc.
Modified: trunk/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties
===================================================================
--- trunk/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/jbpm/features/org.jboss.tools.jbpm4.tests.sdk.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,4 +1,4 @@
-featureName=jBPM 4 Tests SDK
+featureName=JBoss Tools - Tests - jBPM 4 SDK
featureProvider=JBoss by Red Hat
copyright=Copyright 2010-2011 Red Hat, Inc.
Modified: trunk/jmx/features/org.jboss.tools.jmx.test.feature/feature.properties
===================================================================
--- trunk/jmx/features/org.jboss.tools.jmx.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/jmx/features/org.jboss.tools.jmx.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.jmx.*.test*
-featureName=JMX Console Tests
+featureName=JBoss Tools - Tests - JMX Console
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=eclipse-jmx is a JMX console which is used to manage Java applications through JMX and its RMI Connector. eclipse-jmx can be run from the Eclipse IDE.
+description=JBoss Tools - Tests - JMX Console
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/jsf/features/org.jboss.tools.jsf.test.feature/feature.properties
===================================================================
--- trunk/jsf/features/org.jboss.tools.jsf.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/jsf/features/org.jboss.tools.jsf.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.jsf.*.test*
-featureName=jsf Tests
+featureName=JBoss Tools - Tests - JSF
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=jsf Tests
+description=JBoss Tools - Tests - JSF
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml
===================================================================
--- trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/jst/features/org.jboss.tools.jst.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.jst.test.feature" label="JST Test Feature" version="3.3.0.qualifier" provider-name="JBoss by RedHat">
+<feature id="org.jboss.tools.jst.test.feature" label="JBoss Tools - Tests - JST" version="3.3.0.qualifier" provider-name="JBoss by RedHat">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/maven/features/org.jboss.tools.maven.test.feature/feature.properties
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/maven/features/org.jboss.tools.maven.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.maven.*.test*
-featureName=maven Tests
+featureName=JBoss Tools - Tests - Maven
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=maven Tests
+description=JBoss Tools - Tests - Maven
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.modeshape.rest.test.feature" label="ModeShape Tests Feature" version="1.1.0.qualifier" provider-name="JBoss by Red Hat">
+<feature id="org.jboss.tools.modeshape.rest.test.feature" label="JBoss Tools - Tests - ModeShape" version="1.1.0.qualifier" provider-name="JBoss by Red Hat">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.test.sdk.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.modeshape.rest.test.sdk.feature"
- label="ModeShape Tests SDK Feature"
+ label="JBoss Tools - Tests - ModeShape SDK"
version="1.1.0.qualifier"
provider-name="JBoss by Red Hat">
Modified: trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/portlet/features/org.jboss.tools.portlet.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.portlet.test.feature" label="Portlet Test Suite Feature" version="1.2.0.qualifier">
+<feature id="org.jboss.tools.portlet.test.feature" label="JBoss Tools - Tests - Portlet" version="1.2.0.qualifier">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.properties
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,48 +1,48 @@
-###############################################################################
-# Copyright (c) 2008-2011 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# JBoss by Red Hat - Initial implementation.
-##############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=JBoss Runtime Detection Test Suite
-
-# "providerName" property - name of the company that provides the feature
-providerName=JBoss by Red Hat
-
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
-
-# "description" property - description of the feature
-description=JBoss Runtime Detection Test Suite
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http\://www.eclipse.org/legal/epl-v10.html\n\
-\n\
-Contributors\:\n\
-JBoss by Red Hat - Initial implementation.\n
- ############### end of copyright property ####################################
-
-# "licenseURL" property - URL of the "Feature License"
-# do not translate value - just change to point to a locale-specific HTML page
-licenseURL=license.html
-
-# START NON-TRANSLATABLE
-# "license" property - text of the "Feature Update License"
-# should be plain text version of license agreement pointed to be "licenseURL"
+###############################################################################
+# Copyright (c) 2008-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss Tools - Tests - Runtime Detection
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss Tools - Tests - Runtime Detection
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\nAll rights reserved. This program and the accompanying materials\n
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.\n
+ ############### end of copyright property ####################################
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
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 \
@@ -50,5 +50,5 @@
licenses. For precise licensing details, consult the corresponding \
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
Raleigh NC 27606 USA.
-# END NON-TRANSLATABLE
-########### end of license property ##########################################
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Modified: trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml
===================================================================
--- trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/runtime/features/org.jboss.tools.runtime.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.runtime.test.feature" label="Feature" version="1.3.0.qualifier">
+<feature id="org.jboss.tools.runtime.test.feature" label="JBoss Tools - Tests - Runtime Detection" version="1.3.0.qualifier">
<description>
%description
Modified: trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.seam.test.feature" label="Seam Tests Feature" version="3.3.0.qualifier" provider-name="JBoss by RedHat">
+<feature id="org.jboss.tools.seam.test.feature" label="JBoss Tools - Tests - Seam" version="3.3.0.qualifier" provider-name="JBoss by RedHat">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml
===================================================================
--- trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/smooks/features/org.jboss.tools.smooks.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.smooks.test.feature" label="Smooks Tests" version="1.3.0.qualifier" provider-name="JBoss by RedHat">
+<feature id="org.jboss.tools.smooks.test.feature" label="JBoss Tools - Tests - Smooks" version="1.3.0.qualifier" provider-name="JBoss by RedHat">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/struts/features/org.jboss.tools.struts.test.feature/feature.properties
===================================================================
--- trunk/struts/features/org.jboss.tools.struts.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/struts/features/org.jboss.tools.struts.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.struts.*.test*
-featureName=struts Tests
+featureName=JBoss Tools - Tests - Struts
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=struts Tests
+description=JBoss Tools - Tests - Struts
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
Modified: trunk/tests/features/org.jboss.tools.test.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/tests/features/org.jboss.tools.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.test.feature"
- label="Tools Tests"
+ label="JBoss Tools - Tests - Tests Framework"
version="3.2.0.qualifier">
<description url="http://www.jboss.org/tools">
- JBossTools unit tests feature
+ JBoss Tools - Tests - Tests Framework
</description>
<copyright>
Modified: trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml
===================================================================
--- trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/tests/features/org.jboss.tools.test.sdk.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.test.sdk.feature"
- label="All JBossTools Tests"
+ label="JBoss Tools - Tests - All JBossTools Tests (Deprecated?)"
version="3.2.0.qualifier">
<description url="http://www.example.com/description">
Modified: trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties
===================================================================
--- trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/usage/features/org.jboss.tools.usage.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,48 +1,48 @@
-###############################################################################
-# Copyright (c) 2008-2011 Red Hat, Inc. and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License v1.0
-# which accompanies this distribution, and is available at
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# JBoss by Red Hat - Initial implementation.
-##############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=TPTP Profile On JBoss Server
-
-# "providerName" property - name of the company that provides the feature
-providerName=JBoss by Red Hat
-
-# "updateSiteName" property - label for the update site
-updateSiteName=JBossTools Update Site
-
-# "description" property - description of the feature
-description=TPTP Profile On JBoss Server
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http\://www.eclipse.org/legal/epl-v10.html\n\n\
-Contributors\:\n\
-JBoss by Red Hat - Initial implementation.
- ############### end of copyright property ####################################
-
-# "licenseURL" property - URL of the "Feature License"
-# do not translate value - just change to point to a locale-specific HTML page
-licenseURL=license.html
-
-# START NON-TRANSLATABLE
-# "license" property - text of the "Feature Update License"
-# should be plain text version of license agreement pointed to be "licenseURL"
+###############################################################################
+# Copyright (c) 2008-2011 Red Hat, Inc. and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss Tools - Tests - Usage Reporting
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+# "description" property - description of the feature
+description=JBoss Tools - Tests - Usage Reporting
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=Copyright (c) 2008-2011 Red Hat, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http\://www.eclipse.org/legal/epl-v10.html\n\n\
+Contributors\:\n\
+JBoss by Red Hat - Initial implementation.
+ ############### end of copyright property ####################################
+
+# "licenseURL" property - URL of the "Feature License"
+# do not translate value - just change to point to a locale-specific HTML page
+licenseURL=license.html
+
+# START NON-TRANSLATABLE
+# "license" property - text of the "Feature Update License"
+# should be plain text version of license agreement pointed to be "licenseURL"
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 \
@@ -50,5 +50,5 @@
licenses. For precise licensing details, consult the corresponding \
source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive, \
Raleigh NC 27606 USA.
-# END NON-TRANSLATABLE
-########### end of license property ##########################################
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
Modified: trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml
===================================================================
--- trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/usage/features/org.jboss.tools.usage.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.jboss.tools.usage.test.feature"
- label="JBoss Tools Usage Reporting Test Feature"
+ label="JBoss Tools - Tests - Usage Reporting"
version="1.1.0.qualifier">
<description url="http://www.example.com/description">
Modified: trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml
===================================================================
--- trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/vpe/features/org.jboss.tools.vpe.test.feature/feature.xml 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<feature id="org.jboss.tools.vpe.test.feature" label="VPE Test Feature" version="3.3.0.qualifier" provider-name="JBoss by RedHat">
+<feature id="org.jboss.tools.vpe.test.feature" label="JBoss Tools - Tests - Visual Page Editor" version="3.3.0.qualifier" provider-name="JBoss by RedHat">
<description url="http://www.example.com/description">
[Enter Feature Description here.]
Modified: trunk/ws/features/org.jboss.tools.ws.test.feature/feature.properties
===================================================================
--- trunk/ws/features/org.jboss.tools.ws.test.feature/feature.properties 2011-08-27 01:26:49 UTC (rev 34351)
+++ trunk/ws/features/org.jboss.tools.ws.test.feature/feature.properties 2011-08-27 16:38:29 UTC (rev 34352)
@@ -1,12 +1,12 @@
# properties file for org.jboss.tools.ws.*.test*
-featureName=WS Tests
+featureName=JBoss Tools - Tests - WS
featureProvider=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
# "description" property - description of the feature
-description=WS Tests
+description=JBoss Tools - Tests - WS
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
@@ -24,4 +24,4 @@
Raleigh NC 27606 USA.
# END NON-TRANSLATABLE
########### end of license property ##########################################
-
\ No newline at end of file
+
14 years, 3 months