JBoss Tools SVN: r41384 - trunk/build.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2012-05-24 16:17:20 -0400 (Thu, 24 May 2012)
New Revision: 41384
Modified:
trunk/build/pom.xml
Log:
examples depends on hibernate, xulrunner, vpe, jsf, and seam
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2012-05-24 20:15:56 UTC (rev 41383)
+++ trunk/build/pom.xml 2012-05-24 20:17:20 UTC (rev 41384)
@@ -440,13 +440,18 @@
<id>examples-bootstrap</id>
<modules>
<module>../tests</module>
- <module>../common</module>
- <module>../jmx</module>
+ <module>../common</module>
+ <module>../jmx</module>
<module>../archives</module>
<module>../portlet</module>
+ <module>../hibernatetools</module>
+ <module>../xulrunner</module>
+ <module>../vpe</module>
+ <module>../jsf</module>
+ <module>../seam</module>
<module>../jst</module>
<module>../as</module>
- <module>../usage</module>
+ <module>../usage</module>
<module>../runtime</module>
<module>../examples</module>
</modules>
12 years, 7 months
JBoss Tools SVN: r41382 - in trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test: projects/DeltaspikeCoreRootTest and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-24 16:13:16 -0400 (Thu, 24 May 2012)
New Revision: 41382
Added:
trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/
trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.classpath
trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.project
trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/src/
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/src/org/jboss/tools/cdi/deltaspike/core/test/DeltaspikeCoreTestSetup.java
Log:
https://issues.jboss.org/browse/JBIDE-11552
Added: trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.classpath
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.classpath (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.classpath 2012-05-24 20:13:16 UTC (rev 41382)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.classpath
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.project
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.project (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.project 2012-05-24 20:13:16 UTC (rev 41382)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>DeltaspikeCoreRootTest</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/projects/DeltaspikeCoreRootTest/.project
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Modified: trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/src/org/jboss/tools/cdi/deltaspike/core/test/DeltaspikeCoreTestSetup.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/src/org/jboss/tools/cdi/deltaspike/core/test/DeltaspikeCoreTestSetup.java 2012-05-24 19:34:02 UTC (rev 41381)
+++ trunk/cdi/tests/org.jboss.tools.cdi.deltaspike.core.test/src/org/jboss/tools/cdi/deltaspike/core/test/DeltaspikeCoreTestSetup.java 2012-05-24 20:13:16 UTC (rev 41382)
@@ -28,7 +28,7 @@
public static final String PROJECT_NAME = "DeltaspikeCoreTest";
public static final String PROJECT_PATH = "/projects/DeltaspikeCoreTest";
public static final String ROOT_PROJECT_NAME = "DeltaspikeCoreRootTest";
- public static final String ROOT_PROJECT_PATH = "/projects/DeltaspikeRootTest";
+ public static final String ROOT_PROJECT_PATH = "/projects/DeltaspikeCoreRootTest";
protected IProject project;
protected IProject rootProject;
12 years, 7 months
JBoss Tools SVN: r41381 - /.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-24 15:34:02 -0400 (Thu, 24 May 2012)
New Revision: 41381
Removed:
jsf/
Log:
Removed empty jsf/tests
12 years, 7 months
JBoss Tools SVN: r41376 - cdi/features/org.jboss.tools.cdi.deltaspike.test.feature.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-05-24 15:19:47 -0400 (Thu, 24 May 2012)
New Revision: 41376
Added:
cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/.project
cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/build.properties
cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.properties
cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.xml
cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/license.html
cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-11552 Share project "org.jboss.tools.cdi.deltaspike.test.feature" into "https://svn.jboss.org/repos/jbosstools"
Added: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/.project
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/.project (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/.project 2012-05-24 19:19:47 UTC (rev 41376)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.cdi.deltaspike.test.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>
Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/.project
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/build.properties
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/build.properties (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/build.properties 2012-05-24 19:19:47 UTC (rev 41376)
@@ -0,0 +1,3 @@
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html
Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.properties
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.properties (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.properties 2012-05-24 19:19:47 UTC (rev 41376)
@@ -0,0 +1,30 @@
+featureName=JBoss Tools - Tests - Deltaspike
+featureProvider=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 - Deltaspike
+
+# "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
+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.
+copyright=JBoss, Home of Professional Open Source\n\
+Copyright (c) 2006-2012 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.
+# END NON-TRANSLATABLE
+########### end of license property ##########################################
+
Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.xml
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.xml (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.xml 2012-05-24 19:19:47 UTC (rev 41376)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature id="org.jboss.tools.cdi.deltaspike.test.feature" label="%featureName" version="1.2.0.qualifier" provider-name="%featureProvider">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import plugin="org.junit" version="3.8.1" match="compatible" />
+ <import plugin="org.eclipse.core.runtime" version="3.3.0" match="compatible" />
+ <import plugin="org.eclipse.core.resources" version="3.3.0" match="compatible" />
+ <import plugin="org.eclipse.ant.core" version="3.1.100" match="compatible" />
+ <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible" />
+ <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible" />
+ <import plugin="org.eclipse.debug.core" version="3.2.0" match="compatible" />
+ <import feature="org.jboss.tools.cdi.test.feature" version="1.0.0" match="compatible" />
+ </requires>
+
+ <plugin id="org.jboss.tools.cdi.deltaspike.core.test" download-size="0" install-size="0" version="0.0.0" />
+</feature>
Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/feature.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/license.html
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/license.html (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/license.html 2012-05-24 19:19:47 UTC (rev 41376)
@@ -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: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/license.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/pom.xml
===================================================================
--- cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/pom.xml (rev 0)
+++ cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/pom.xml 2012-05-24 19:19:47 UTC (rev 41376)
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.cdi</groupId>
+ <artifactId>features</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.cdi.features</groupId>
+ <artifactId>org.jboss.tools.cdi.deltaspike.test.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho.extras</groupId>
+ <artifactId>tycho-source-feature-plugin</artifactId>
+ <version>${tychoExtrasVersion}</version>
+ <executions>
+ <execution>
+ <id>source-feature</id>
+ <phase>package</phase>
+ <goals>
+ <goal>source-feature</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-p2-plugin</artifactId>
+ <version>${tychoVersion}</version>
+ <executions>
+ <execution>
+ <id>attached-p2-metadata</id>
+ <phase>package</phase>
+ <goals>
+ <goal>p2-metadata</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on: cdi/features/org.jboss.tools.cdi.deltaspike.test.feature/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
12 years, 7 months