Ebuilds Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* The Ant script creates a .tar.gz file at the end. We need to unpack it to perform further modifications. | * The Ant script creates a .tar.gz file at the end. We need to unpack it to perform further modifications. | ||
* To create this .tar.gz, stuff is copied from the build directory. We need to remove this copying in the main build.xml file, as we will later create the symlinks to our system jars. |
Revision as of 09:08, 11 October 2007
Eclipse 3.3
- The Ant script creates a .tar.gz file at the end. We need to unpack it to perform further modifications.
- To create this .tar.gz, stuff is copied from the build directory. We need to remove this copying in the main build.xml file, as we will later create the symlinks to our system jars.