Skip to content

Commit

Permalink
Fixes build script dependency building
Browse files Browse the repository at this point in the history
* Updates the repo to point to the new commits on the sub-modules relating
  to fixing the build script dependency issue.

* Comments on sub module commits
 * For mvn process-sources to work correctly in eclipse, it is necessary to
   also build the org.teiid.datatools plugins. If these have not been
   previously built in the local mvn repo then the auto-builder in Eclipse
  fails.

 * This is annoying since these plugins are only required for the tycho TP
   which is not even executed during the process-sources phase. An Eclipse
   bug is currently open for this issue at
   https://bugs.eclipse.org/bugs/show_bug.cgi?id=353889

 * Removes the unnecessary generate-javacc profile since it is no longer
   used or initiated.
  • Loading branch information
Paul Richardson committed Sep 13, 2013
1 parent 3a12709 commit f25cd0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/teiid/org.teiid.7.7.x
Submodule org.teiid.7.7.x updated 2 files
+12 −0 build.xml
+13 −44 pom.xml
2 changes: 1 addition & 1 deletion plugins/teiid/org.teiid.8.3.x
Submodule org.teiid.8.3.x updated 2 files
+12 −0 build.xml
+13 −44 pom.xml
2 changes: 1 addition & 1 deletion plugins/teiid/org.teiid.8.4.x
Submodule org.teiid.8.4.x updated 2 files
+12 −0 build.xml
+39 −55 pom.xml

0 comments on commit f25cd0d

Please sign in to comment.