JBoss Tools SVN: r31952 - trunk/forge.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-06-09 05:12:29 -0400 (Thu, 09 Jun 2011)
New Revision: 31952
Added:
trunk/forge/tests/
Log:
create folder for forge tests
14 years, 10 months
JBoss Tools SVN: r31951 - trunk/forge.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-06-09 05:11:45 -0400 (Thu, 09 Jun 2011)
New Revision: 31951
Removed:
trunk/forge/.project
Log:
remove .project file for folder
Deleted: trunk/forge/.project
===================================================================
--- trunk/forge/.project 2011-06-09 09:09:42 UTC (rev 31950)
+++ trunk/forge/.project 2011-06-09 09:11:45 UTC (rev 31951)
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>forge</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- </buildSpec>
- <natures>
- </natures>
-</projectDescription>
14 years, 10 months
JBoss Tools SVN: r31950 - in trunk/forge: features and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-06-09 05:09:42 -0400 (Thu, 09 Jun 2011)
New Revision: 31950
Added:
trunk/forge/.project
Removed:
trunk/forge/features/org.jboss.tools.seam.forge.feature/
trunk/forge/plugins/org.jboss.tools.seam.forge/
Modified:
trunk/forge/features/pom.xml
trunk/forge/plugins/pom.xml
trunk/forge/site/site.xml
Log:
- remove seam references
- remove org.jboss.tools.seam.forge.feature plugin
- remove org.jboss.tools.seam.forge plugin
Added: trunk/forge/.project
===================================================================
--- trunk/forge/.project (rev 0)
+++ trunk/forge/.project 2011-06-09 09:09:42 UTC (rev 31950)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>forge</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ </buildSpec>
+ <natures>
+ </natures>
+</projectDescription>
Modified: trunk/forge/features/pom.xml
===================================================================
--- trunk/forge/features/pom.xml 2011-06-09 08:42:18 UTC (rev 31949)
+++ trunk/forge/features/pom.xml 2011-06-09 09:09:42 UTC (rev 31950)
@@ -13,7 +13,7 @@
<name>forge.features</name>
<packaging>pom</packaging>
<modules>
- <module>org.jboss.tools.seam.forge.feature</module>
+ <module>org.jboss.tools.forge.feature</module>
</modules>
</project>
Modified: trunk/forge/plugins/pom.xml
===================================================================
--- trunk/forge/plugins/pom.xml 2011-06-09 08:42:18 UTC (rev 31949)
+++ trunk/forge/plugins/pom.xml 2011-06-09 09:09:42 UTC (rev 31950)
@@ -13,7 +13,7 @@
<name>forge.plugins</name>
<packaging>pom</packaging>
<modules>
- <module>org.jboss.tools.seam.forge</module>
+ <module>org.jboss.tools.forge.ui</module>
</modules>
</project>
Modified: trunk/forge/site/site.xml
===================================================================
--- trunk/forge/site/site.xml 2011-06-09 08:42:18 UTC (rev 31949)
+++ trunk/forge/site/site.xml 2011-06-09 09:09:42 UTC (rev 31950)
@@ -5,7 +5,7 @@
<category-def label="JBoss Tools Forge Nightly Build Update Site" name="JBoss Tools Forge Nightly Build Update Site">
<description>JBoss Tools Forge Nightly Build Update Site: contains all features in this build.</description>
</category-def>
- <feature url="features/org.jboss.tools.seam.forge.feature_0.0.0.jar" id="org.jboss.tools.seam.forge.feature" version="0.0.0">
+ <feature url="features/org.jboss.tools.forge.feature_0.0.0.jar" id="org.jboss.tools.forge.feature" version="0.0.0">
<category name="JBoss Tools Forge Nightly Build Update Site"/>
</feature>
</site>
14 years, 10 months
JBoss Tools SVN: r31949 - in trunk/forge/plugins/org.jboss.tools.forge.runtime: .settings and 2 other directories.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-06-09 04:42:18 -0400 (Thu, 09 Jun 2011)
New Revision: 31949
Added:
trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath
trunk/forge/plugins/org.jboss.tools.forge.runtime/.project
trunk/forge/plugins/org.jboss.tools.forge.runtime/.settings/
trunk/forge/plugins/org.jboss.tools.forge.runtime/.settings/org.eclipse.jdt.core.prefs
trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/
trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF
trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/activation.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-connector-wagon.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-impl.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-spi.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-util.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/args4j.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cal10n-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cdi-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/common.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-cli.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-codec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-logging.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/contenttype.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/core.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/el-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-dev-plugins.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-git-tools.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-impl.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-maven-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-xml.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-project-model-maven.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-reference-guide.war
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-plugins.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/fpak.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/guava.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/hibernate-jpa-2.0-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/httpclient.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/httpcore.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jansi.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/javassist.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/javax.inject.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jaxrs-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-annotations-api_1.1_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-connector-api_1.5_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-ejb-api_3.1_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-el-api_2.2_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptor-core.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptor-spi.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptors-api_1.1_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jacc-api_1.4_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jad-api_1.2_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaspi-api_1.0_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-javaee-6.0.pom
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxb-api_2.2_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxr-api_1.0_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxrpc-api_1.1_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxws-api_2.2_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jms-api_1.1_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jsp-api_2.2_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-logging.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-saaj-api_1.3_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-servlet-api_3.0_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-transaction-api_1.1_spec.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jline.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jobs.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsch.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsf-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsr181-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsr250-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jstl.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/log4j.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/mail.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-aether-provider.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-artifact.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-compat.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-core.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-embedder.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-model-builder.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-model.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-plugin-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-repository-metadata.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-settings-builder.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-settings.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget-forge.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/mvel2.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.console.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.iplog.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.pgm.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.ui.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/osgi.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-cipher.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-classworlds.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-component-annotations.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-interpolation.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-sec-dispatcher.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-utils.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/preferences.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/resources.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/runtime.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/seam-render.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/seam-solder.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/shrinkwrap-descriptors-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/shrinkwrap-descriptors-impl.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-guice-no_aop.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-inject-bean.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-inject-plexus.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-ext.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-log4j12.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/snakeyaml.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/stax-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/text.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/validation-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-file.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-http-lightweight.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-http-shared.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-provider-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-api.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-core.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-se-core.jar
trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-spi.jar
Log:
split forge plugin in runtime/core/ui triplet
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/.classpath 2011-06-09 08:42:18 UTC (rev 31949)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/.project
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/.project (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/.project 2011-06-09 08:42:18 UTC (rev 31949)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.forge.runtime</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/.settings/org.eclipse.jdt.core.prefs (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/.settings/org.eclipse.jdt.core.prefs 2011-06-09 08:42:18 UTC (rev 31949)
@@ -0,0 +1,8 @@
+#Tue May 31 12:27:07 CEST 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/META-INF/MANIFEST.MF 2011-06-09 08:42:18 UTC (rev 31949)
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Forge Runtime
+Bundle-SymbolicName: org.jboss.tools.forge.runtime
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/build.properties 2011-06-09 08:42:18 UTC (rev 31949)
@@ -0,0 +1,2 @@
+bin.includes = META-INF/,\
+ .
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/activation.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/activation.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-connector-wagon.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-connector-wagon.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-impl.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-impl.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-spi.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-spi.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-util.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/aether-util.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/args4j.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/args4j.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cal10n-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cal10n-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cdi-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/cdi-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/common.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/common.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-cli.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-cli.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-codec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-codec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-logging.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/commons-logging.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/contenttype.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/contenttype.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/core.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/core.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/el-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/el-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-dev-plugins.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-dev-plugins.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-git-tools.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-git-tools.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-impl.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-javaee-impl.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-maven-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-maven-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-java.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-xml.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-parser-xml.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-project-model-maven.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-project-model-maven.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-reference-guide.war
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-reference-guide.war
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-plugins.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-scaffold-plugins.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/forge-shell.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/fpak.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/fpak.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/guava.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/guava.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/hibernate-jpa-2.0-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/hibernate-jpa-2.0-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/httpclient.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/httpclient.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/httpcore.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/httpcore.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jansi.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jansi.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/javassist.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/javassist.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/javax.inject.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/javax.inject.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jaxrs-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jaxrs-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-annotations-api_1.1_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-annotations-api_1.1_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-connector-api_1.5_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-connector-api_1.5_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-ejb-api_3.1_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-ejb-api_3.1_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-el-api_2.2_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-el-api_2.2_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptor-core.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptor-core.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptor-spi.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptor-spi.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptors-api_1.1_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-interceptors-api_1.1_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jacc-api_1.4_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jacc-api_1.4_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jad-api_1.2_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jad-api_1.2_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaspi-api_1.0_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaspi-api_1.0_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-javaee-6.0.pom
===================================================================
--- trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-javaee-6.0.pom (rev 0)
+++ trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-javaee-6.0.pom 2011-06-09 08:42:18 UTC (rev 31949)
@@ -0,0 +1,176 @@
+<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/maven-v4_0_0.xsd">
+ <parent>
+ <groupId>org.jboss.spec</groupId>
+ <artifactId>jboss-specs-parent</artifactId>
+ <version>1.0.0.Beta2</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jboss-javaee-6.0</artifactId>
+ <version>1.0.0.Final</version>
+ <packaging>pom</packaging>
+ <name>JBoss Java EE 6.0 API Aggregate</name>
+ <description>Java EE 6.0 APIs for use with JBoss AS 6</description>
+
+ <!-- Properties -->
+ <properties>
+ <version.jboss.javaee6.bom>1.0.1.Final</version.jboss.javaee6.bom>
+ </properties>
+
+ <scm>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/specs/tags/jboss-...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/specs/tags/jboss-jav...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/JBossAS/projects/specs/tags/jboss-javaee-...</url>
+ </scm>
+
+ <!-- This repository declaration exists so that Maven 2.2.x clients will download the Spec BOM. -->
+ <!-- If you do not include it, projects consuming this artifact and built in Maven 3.x will build correctly, -->
+ <!-- but will throw an error if built with 2.2.x. If your project has the jboss-public-repository as one of it's -->
+ <!-- declared repositories and consumes this spec jar, it will download the spec artifact correctly, -->
+ <!-- but won't find the org.jboss.spec:jboss-javaee6-specs-bom artifact. -->
+ <!-- This declaration can be removed once all the spec POM's dependencies are in the Maven Central Repo. -->
+ <!-- Since the spec POM is consumed by end-users via the archetypes, it needs to be work with projects built under Maven 2.x. -->
+ <repositories>
+ <repository>
+ <id>jboss-public-repository</id>
+ <name>JBoss Repository</name>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>daily</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.spec</groupId>
+ <artifactId>jboss-javaee6-specs-bom</artifactId>
+ <version>${version.jboss.javaee6.bom}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.spec.javax.annotation</groupId>
+ <artifactId>jboss-annotations-api_1.1_spec</artifactId>
+ </dependency>
+ <!-- JavaEE 6 requires Connector API 1.6 -->
+ <dependency>
+ <groupId>org.jboss.spec.javax.resource</groupId>
+ <artifactId>jboss-connector-api_1.5_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.ejb</groupId>
+ <artifactId>jboss-ejb-api_3.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.el</groupId>
+ <artifactId>jboss-el-api_2.2_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.interceptor</groupId>
+ <artifactId>jboss-interceptors-api_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.security.jacc</groupId>
+ <artifactId>jboss-jacc-api_1.4_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.enterprise.deploy</groupId>
+ <artifactId>jboss-jad-api_1.2_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.security.auth.message</groupId>
+ <artifactId>jboss-jaspi-api_1.0_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.xml.registry</groupId>
+ <artifactId>jboss-jaxr-api_1.0_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.jms</groupId>
+ <artifactId>jboss-jms-api_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet.jsp</groupId>
+ <artifactId>jboss-jsp-api_2.2_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.servlet</groupId>
+ <artifactId>jboss-servlet-api_3.0_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.transaction</groupId>
+ <artifactId>jboss-transaction-api_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.xml.bind</groupId>
+ <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.xml.rpc</groupId>
+ <artifactId>jboss-jaxrpc-api_1.1_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.xml.soap</groupId>
+ <artifactId>jboss-saaj-api_1.3_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.spec.javax.xml.ws</groupId>
+ <artifactId>jboss-jaxws-api_2.2_spec</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.activation</groupId>
+ <artifactId>activation</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.jws</groupId>
+ <artifactId>jsr181-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate.javax.persistence</groupId>
+ <artifactId>hibernate-jpa-2.0-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>jaxrs-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ </dependency>
+ </dependencies>
+</project>
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxb-api_2.2_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxb-api_2.2_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxr-api_1.0_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxr-api_1.0_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxrpc-api_1.1_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxrpc-api_1.1_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxws-api_2.2_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jaxws-api_2.2_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jms-api_1.1_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jms-api_1.1_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jsp-api_2.2_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-jsp-api_2.2_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-logging.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-logging.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-saaj-api_1.3_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-saaj-api_1.3_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-servlet-api_3.0_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-servlet-api_3.0_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-transaction-api_1.1_spec.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jboss-transaction-api_1.1_spec.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jline.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jline.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jobs.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jobs.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsch.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsch.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsf-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsf-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsr181-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsr181-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsr250-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jsr250-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jstl.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/jstl.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/log4j.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/log4j.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/mail.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/mail.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-aether-provider.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-aether-provider.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-artifact.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-artifact.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-compat.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-compat.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-core.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-core.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-embedder.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-embedder.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-model-builder.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-model-builder.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-model.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-model.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-plugin-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-plugin-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-repository-metadata.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-repository-metadata.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-settings-builder.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-settings-builder.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-settings.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/maven-settings.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget-forge.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget-forge.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/metawidget.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/mvel2.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/mvel2.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.console.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.console.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.iplog.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.iplog.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.pgm.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.pgm.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.ui.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/org.eclipse.jgit.ui.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/osgi.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/osgi.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-cipher.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-cipher.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-classworlds.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-classworlds.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-component-annotations.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-component-annotations.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-interpolation.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-interpolation.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-sec-dispatcher.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-sec-dispatcher.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-utils.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/plexus-utils.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/preferences.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/preferences.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/resources.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/resources.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/runtime.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/runtime.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/seam-render.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/seam-render.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/seam-solder.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/seam-solder.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/shrinkwrap-descriptors-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/shrinkwrap-descriptors-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/shrinkwrap-descriptors-impl.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/shrinkwrap-descriptors-impl.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-guice-no_aop.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-guice-no_aop.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-inject-bean.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-inject-bean.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-inject-plexus.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/sisu-inject-plexus.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-ext.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-ext.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-log4j12.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/slf4j-log4j12.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/snakeyaml.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/snakeyaml.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/stax-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/stax-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/text.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/text.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/validation-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/validation-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-file.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-file.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-http-lightweight.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-http-lightweight.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-http-shared.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-http-shared.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-provider-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/wagon-provider-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-api.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-api.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-core.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-core.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-se-core.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-se-core.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-spi.jar
===================================================================
(Binary files differ)
Property changes on: trunk/forge/plugins/org.jboss.tools.forge.runtime/lib/weld-spi.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
14 years, 10 months
JBoss Tools SVN: r31948 - trunk/forge/plugins.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-06-09 04:33:48 -0400 (Thu, 09 Jun 2011)
New Revision: 31948
Added:
trunk/forge/plugins/org.jboss.tools.forge.runtime/
Log:
Initial import.
14 years, 10 months
JBoss Tools SVN: r31947 - trunk/forge/features/org.jboss.tools.forge.feature.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-06-09 04:31:59 -0400 (Thu, 09 Jun 2011)
New Revision: 31947
Added:
trunk/forge/features/org.jboss.tools.forge.feature/.project
trunk/forge/features/org.jboss.tools.forge.feature/build.properties
trunk/forge/features/org.jboss.tools.forge.feature/category.xml
trunk/forge/features/org.jboss.tools.forge.feature/feature.xml
trunk/forge/features/org.jboss.tools.forge.feature/pom.xml
Log:
remove seam references
Added: trunk/forge/features/org.jboss.tools.forge.feature/.project
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/.project (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.feature/.project 2011-06-09 08:31:59 UTC (rev 31947)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.forge.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>
Added: trunk/forge/features/org.jboss.tools.forge.feature/build.properties
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/build.properties (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.feature/build.properties 2011-06-09 08:31:59 UTC (rev 31947)
@@ -0,0 +1 @@
+bin.includes = feature.xml
Added: trunk/forge/features/org.jboss.tools.forge.feature/category.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/category.xml (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.feature/category.xml 2011-06-09 08:31:59 UTC (rev 31947)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+ <feature url="features/org.jboss.tools.forge.feature_1.0.0.qualifier.jar" id="org.jboss.tools.forge.feature" version="1.0.0.qualifier">
+ <category name="org.jboss.tools.forge"/>
+ </feature>
+ <category-def name="org.jboss.tools.forge" label="Forge"/>
+</site>
Added: trunk/forge/features/org.jboss.tools.forge.feature/feature.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/feature.xml (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.feature/feature.xml 2011-06-09 08:31:59 UTC (rev 31947)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.forge.feature"
+ label="Forge Tools"
+ version="1.0.0.qualifier">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.jboss.tools.forge.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
Added: trunk/forge/features/org.jboss.tools.forge.feature/pom.xml
===================================================================
--- trunk/forge/features/org.jboss.tools.forge.feature/pom.xml (rev 0)
+++ trunk/forge/features/org.jboss.tools.forge.feature/pom.xml 2011-06-09 08:31:59 UTC (rev 31947)
@@ -0,0 +1,14 @@
+<?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.forge</groupId>
+ <artifactId>features</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.forge.features</groupId>
+ <artifactId>org.jboss.tools.forge.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
14 years, 10 months
JBoss Tools SVN: r31946 - trunk/forge/features.
by jbosstools-commits@lists.jboss.org
Author: koen.aers(a)jboss.com
Date: 2011-06-09 04:30:52 -0400 (Thu, 09 Jun 2011)
New Revision: 31946
Added:
trunk/forge/features/org.jboss.tools.forge.feature/
Log:
remove seam references
14 years, 10 months
JBoss Tools SVN: r31945 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-06-09 02:53:33 -0400 (Thu, 09 Jun 2011)
New Revision: 31945
Removed:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploySection.java
Log:
removal of deprecated unused class
Deleted: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploySection.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploySection.java 2011-06-09 06:49:04 UTC (rev 31944)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploySection.java 2011-06-09 06:53:33 UTC (rev 31945)
@@ -1,32 +0,0 @@
-/**
- * JBoss by Red Hat
- * Copyright 2006-2009, Red Hat Middleware, LLC, and individual contributors as indicated
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
-* This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.ide.eclipse.as.ui.editor;
-
-import org.eclipse.wst.server.ui.editor.ServerEditorSection;
-
-/**
- *
- * @author Rob Stryker <rob.stryker(a)redhat.com>
- *
- */
-public class DeploySection extends ServerEditorSection {
-}
14 years, 10 months
JBoss Tools SVN: r31944 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-06-09 02:49:04 -0400 (Thu, 09 Jun 2011)
New Revision: 31944
Removed:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/IDeploymentEditorTab.java
Log:
removal of deprecated unused interface
Deleted: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/IDeploymentEditorTab.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/IDeploymentEditorTab.java 2011-06-09 06:33:26 UTC (rev 31943)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/IDeploymentEditorTab.java 2011-06-09 06:49:04 UTC (rev 31944)
@@ -1,23 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2010 Red Hat, Inc.
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * Red Hat, Inc. - initial API and implementation
- ******************************************************************************/
-package org.jboss.ide.eclipse.as.ui.editor;
-
-import org.eclipse.swt.widgets.Composite;
-import org.eclipse.swt.widgets.Control;
-import org.jboss.ide.eclipse.as.core.util.DeploymentPreferenceLoader.DeploymentPreferences;
-
-@Deprecated
-public interface IDeploymentEditorTab {
- public void setDeploymentPage(ModuleDeploymentPage page);
- public void setDeploymentPrefs(DeploymentPreferences prefs);
- public Control createControl(Composite parent);
- public String getTabName();
-}
14 years, 10 months
JBoss Tools SVN: r31943 - trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor.
by jbosstools-commits@lists.jboss.org
Author: rob.stryker(a)jboss.com
Date: 2011-06-09 02:33:26 -0400 (Thu, 09 Jun 2011)
New Revision: 31943
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploymentModuleOptionCompositeAssistant.java
Log:
JBIDE-9085 - as7 should now show custom options and not just non-editable fields. These classes really need to be freakin rewritten. God!
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploymentModuleOptionCompositeAssistant.java
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploymentModuleOptionCompositeAssistant.java 2011-06-09 05:05:53 UTC (rev 31942)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.ui/jbossui/org/jboss/ide/eclipse/as/ui/editor/DeploymentModuleOptionCompositeAssistant.java 2011-06-09 06:33:26 UTC (rev 31943)
@@ -393,6 +393,8 @@
jbs == null ? "" : jbs.getDeployFolder()); //$NON-NLS-1$
String newTemp = getHelper().getAttribute(IDeployableServer.TEMP_DEPLOY_DIRECTORY,
jbs == null ? "" : jbs.getTempDeployFolder()); //$NON-NLS-1$
+ newDir = ServerUtil.makeRelative(page.getServer().getRuntime(), new Path(newDir)).toString();
+ newTemp = ServerUtil.makeRelative(page.getServer().getRuntime(), new Path(newTemp)).toString();
deployText.removeModifyListener(deployListener);
deployText.setText(newDir);
deployText.addModifyListener(deployListener);
@@ -546,12 +548,22 @@
IDeploymentPageCallback cb = callbackMappings.get(mode);
loc = cb.getServerLocation(page.getServer());
config = cb.getServerConfigName(page.getServer());
- newDir = new Path(loc)
- .append(config)
- .append(IJBossRuntimeResourceConstants.DEPLOY).toString();
- newTemp = new Path(loc).append(config)
- .append(IJBossToolingConstants.TMP)
- .append(IJBossToolingConstants.JBOSSTOOLS_TMP).toString();
+ if( ServerUtil.isJBoss7(page.getServer().getServerType())) {
+ // fast hack, UGH!
+ newDir = new Path(IJBossRuntimeResourceConstants.AS7_STANDALONE)
+ .append(IJBossRuntimeResourceConstants.AS7_DEPLOYMENTS)
+ .makeRelative().toString();
+ newTemp = new Path(IJBossRuntimeResourceConstants.AS7_STANDALONE)
+ .append(IJBossRuntimeResourceConstants.FOLDER_TMP)
+ .makeRelative().toString();
+ } else {
+ newDir = new Path(loc)
+ .append(config)
+ .append(IJBossRuntimeResourceConstants.DEPLOY).toString();
+ newTemp = new Path(loc).append(config)
+ .append(IJBossToolingConstants.TMP)
+ .append(IJBossToolingConstants.JBOSSTOOLS_TMP).toString();
+ }
if( mode.equals(LocalPublishMethod.LOCAL_PUBLISH_METHOD))
new File(newTemp).mkdirs();
}
@@ -580,14 +592,14 @@
}
private String getDeployDir() {
- if( page.getServer().getRuntime() == null || ServerUtil.isJBoss7(page.getServer().getOriginal()))
+ if( page.getServer().getRuntime() == null )
return "";//$NON-NLS-1$
return ModuleDeploymentPage.makeRelative(getServer().getDeployFolder(),
page.getServer().getRuntime());
}
private String getTempDeployDir() {
- if( page.getServer().getRuntime() == null || ServerUtil.isJBoss7(page.getServer().getOriginal()))
+ if( page.getServer().getRuntime() == null)
return "";//$NON-NLS-1$
return
ModuleDeploymentPage.makeRelative(getServer().getTempDeployFolder(),
14 years, 10 months